File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ### ZeroNet 0.9.0 (2023-07-12) Rev4630
2+ - Fix RDos Issue in Plugins https://github.com/ZeroNetX/ZeroNet-Plugins/pull/9
3+ - Add trackers to Config.py for failsafety incase missing trackers.txt
4+ - Added Proxy links
5+ - Fix pysha3 dep installation issue
6+ - FileRequest -> Remove Unnecessary check, Fix error wording
7+ - Fix Response when site is missing for ` actionAs `
8+
9+
110### ZeroNet 0.8.5 (2023-02-12) Rev4625
211 - Fix(https://github.com/ZeroNetX/ZeroNet/pull/202 ) for SSL cert gen failed on Windows.
312 - default theme-class for missing value in ` users.json ` .
Original file line number Diff line number Diff line change 1313class Config (object ):
1414
1515 def __init__ (self , argv ):
16- self .version = "0.8.6 "
17- self .rev = 4626
16+ self .version = "0.9.0 "
17+ self .rev = 4630
1818 self .argv = argv
1919 self .action = None
2020 self .test_parser = None
You can’t perform that action at this time.
0 commit comments