v0.8.5(4625)
This commit is contained in:
parent
06a9d1e0ff
commit
dd2bb07cfb
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
### 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`.
|
||||||
|
- Fetch Stats Plugin changes.
|
||||||
|
|
||||||
### ZeroNet 0.8.4 (2022-12-12) Rev4620
|
### ZeroNet 0.8.4 (2022-12-12) Rev4620
|
||||||
- Increase Minimum Site size to 25MB.
|
- Increase Minimum Site size to 25MB.
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ import time
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.8.4"
|
self.version = "0.8.5"
|
||||||
self.rev = 4620
|
self.rev = 4625
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
self.test_parser = None
|
self.test_parser = None
|
||||||
|
|
Loading…
Reference in a new issue