Skip to content

Commit

Permalink
v0.9.0(4630)
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin committed Jul 12, 2023
1 parent 25c5658 commit 2900259
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### ZeroNet 0.9.0 (2023-07-12) Rev4630
- Fix RDos Issue in Plugins https://github.com/ZeroNetX/ZeroNet-Plugins/pull/9
- Add trackers to Config.py for failsafety incase missing trackers.txt
- Added Proxy links
- Fix pysha3 dep installation issue
- FileRequest -> Remove Unnecessary check, Fix error wording
- Fix Response when site is missing for `actionAs`


### ZeroNet 0.8.5 (2023-02-12) Rev4625
- Fix(https://github.com/ZeroNetX/ZeroNet/pull/202) for SSL cert gen failed on Windows.
- default theme-class for missing value in `users.json`.
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.6"
self.rev = 4626
self.version = "0.9.0"
self.rev = 4630
self.argv = argv
self.action = None
self.test_parser = None
Expand Down

0 comments on commit 2900259

Please sign in to comment.