We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a9d1e commit dd2bb07Copy full SHA for dd2bb07
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### ZeroNet 0.8.5 (2023-02-12) Rev4625
2
+ - Fix(https://github.com/ZeroNetX/ZeroNet/pull/202) for SSL cert gen failed on Windows.
3
+ - default theme-class for missing value in `users.json`.
4
+ - Fetch Stats Plugin changes.
5
+
6
### ZeroNet 0.8.4 (2022-12-12) Rev4620
7
- Increase Minimum Site size to 25MB.
8
src/Config.py
@@ -13,8 +13,8 @@
13
class Config(object):
14
15
def __init__(self, argv):
16
- self.version = "0.8.4"
17
- self.rev = 4620
+ self.version = "0.8.5"
+ self.rev = 4625
18
self.argv = argv
19
self.action = None
20
self.test_parser = None
0 commit comments