File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### ZeroNet 0.8.3 (2022-12-11) Rev4611
2
+ - main.py -> Fix accessing unassigned varible
3
+ - ContentManager -> Support for multiSig
4
+ - SiteStrorage.py -> Fix accessing unassigned varible
5
+ - ContentManager.py Improve Logging of Valid Signers
6
+
7
+ ### ZeroNet 0.8.2 (2022-11-01) Rev4610
8
+ - Fix Startup Error when plugins dir missing
9
+ - Move trackers to seperate file & Add more trackers
10
+ - Config:: Skip loading missing tracker files
11
+ - Added documentation for getRandomPort fn
12
+
1
13
### ZeroNet 0.8.1 (2022-10-01) Rev4600
2
14
- fix readdress loop (cherry-pick previously added commit from conservancy)
3
15
- Remove Patreon badge
Original file line number Diff line number Diff line change 13
13
class Config (object ):
14
14
15
15
def __init__ (self , argv ):
16
- self .version = "0.8.2 "
17
- self .rev = 4610
16
+ self .version = "0.8.3 "
17
+ self .rev = 4611
18
18
self .argv = argv
19
19
self .action = None
20
20
self .test_parser = None
You can’t perform that action at this time.
0 commit comments