v0.7.7
This commit is contained in:
parent
51ead01393
commit
f40dbfeb21
2 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
### zeronet-conservancy 0.7.7+
|
### zeronet-conservancy 0.7.7+
|
||||||
|
|
||||||
### zeronet-conservancy 0.7.7
|
### zeronet-conservancy 0.7.7 (2022-07-27)
|
||||||
maintainers: @caryoscelus, @FraYoshi, @prtngn, @d47081 (ex @d4708)
|
maintainers: @caryoscelus, @FraYoshi, @prtngn, @d47081 (ex @d4708)
|
||||||
- return UPnP using secure xml library (@caryoscelus)
|
- return UPnP using secure xml library (@caryoscelus)
|
||||||
- xmr donations in sidebar fixed (@caryoscelus)
|
- xmr donations in sidebar fixed (@caryoscelus)
|
||||||
|
@ -12,9 +12,11 @@ maintainers: @caryoscelus, @FraYoshi, @prtngn, @d47081 (ex @d4708)
|
||||||
- reduce fingerprinting of site owner (@caryoscelus)
|
- reduce fingerprinting of site owner (@caryoscelus)
|
||||||
- minor code improvements and reduce fingerprinting from zeronet-enhanced (by @geekless, adopted by @caryoscelus)
|
- minor code improvements and reduce fingerprinting from zeronet-enhanced (by @geekless, adopted by @caryoscelus)
|
||||||
- improve and speed up content.json loading (@caryoscelus)
|
- improve and speed up content.json loading (@caryoscelus)
|
||||||
|
- show `--help` even if data directory is inaccessible (@caryoscelus)
|
||||||
|
- ask for optional user mute reason (@caryoscelus)
|
||||||
- multiple code improvements
|
- multiple code improvements
|
||||||
|
|
||||||
### zeronet-conservancy 0.7.6
|
### zeronet-conservancy 0.7.6 (2022-06-10) (864b7feb797d12077)
|
||||||
maintainers: @caryoscelus, @d4708, @FraYoshi, @prtngn
|
maintainers: @caryoscelus, @d4708, @FraYoshi, @prtngn
|
||||||
- more trackers from Syncronite by default
|
- more trackers from Syncronite by default
|
||||||
- introduce multiple donations methods (@caryoscelus)
|
- introduce multiple donations methods (@caryoscelus)
|
||||||
|
|
|
@ -13,10 +13,10 @@ import time
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.6+"
|
self.version = "0.7.7"
|
||||||
self.user_agent = "conservancy"
|
self.user_agent = "conservancy"
|
||||||
# DEPRECATED ; replace with git-generated commit
|
# DEPRECATED ; replace with git-generated commit
|
||||||
self.rev = 5033
|
self.rev = 5034
|
||||||
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