Skip to content

Commit

Permalink
v0.8.3(4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin committed Dec 10, 2022
1 parent e9ff589 commit bf04030
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### ZeroNet 0.8.3 (2022-12-11) Rev4611
- main.py -> Fix accessing unassigned varible
- ContentManager -> Support for multiSig
- SiteStrorage.py -> Fix accessing unassigned varible
- ContentManager.py Improve Logging of Valid Signers

### ZeroNet 0.8.2 (2022-11-01) Rev4610
- Fix Startup Error when plugins dir missing
- Move trackers to seperate file & Add more trackers
- Config:: Skip loading missing tracker files
- Added documentation for getRandomPort fn

### ZeroNet 0.8.1 (2022-10-01) Rev4600
- fix readdress loop (cherry-pick previously added commit from conservancy)
- Remove Patreon badge
Expand Down
4 changes: 2 additions & 2 deletions src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
class Config(object):

def __init__(self, argv):
self.version = "0.8.2"
self.rev = 4610
self.version = "0.8.3"
self.rev = 4611
self.argv = argv
self.action = None
self.test_parser = None
Expand Down

0 comments on commit bf04030

Please sign in to comment.