(and changelog update)
This commit is contained in:
caryoscelus 2022-05-17 18:03:20 +04:00
parent c5e8841d0f
commit fca3c8544d
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
### zeronet-conservancy 0.7.4+
### zeronet-conservancy 0.7.5 (2022-05-17)
maintainers: @caryoscelus , @d4708
- disable UPnP until it's proven robust
- new icon & minor rebranding
- don't check port in tor-only mode
- documentation updates & fixes (by @caryoscelus and @d4708)
- update Android/Termux dependency list (thx to nnmnmknmki reports)
- fix compatibility with modern hashlib (affects Android/Termux & others)
- cleanup
- more active trackers

View File

@ -13,9 +13,9 @@ import time
class Config(object):
def __init__(self, argv):
self.version = "0.7.4+"
self.version = "0.7.5"
# DEPRECATED ; replace with git-generated commit
self.rev = 5004
self.rev = 5010
self.argv = argv
self.action = None
self.test_parser = None