Skip to content

Commit 2900259

Browse files
committed
v0.9.0(4630)
1 parent 25c5658 commit 2900259

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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`.

src/Config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
class 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

0 commit comments

Comments
 (0)