File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### zeronet-conservancy 0.7.9+
22- update merkletools dependency to avoid legacy pysha3 (@caryoscelus )
33- fix ReDoS in file editor (UiFileManager plugin) due to outdated codemirror (@caryoscelus )
4+ - more anonymous UPnP (thanks to 0netdwf for reporting)
5+ - remove old zeroname plugins (.bit deprecation)
6+ - sitePublish --recursive option
7+ - windows build instruction improvement
8+ - various improvements
49
510### zeronet-conservancy 0.7.9 (2023-07-02) (f966a4203fe33bd9f35)
611maintainers: @caryoscelus -> none
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ def __init__(self, argv):
187187 self .version = "0.7.9+"
188188 self .user_agent = "conservancy"
189189 # DEPRECATED ; replace with git-generated commit
190- self .rev = 5110
190+ self .rev = 5115
191191 self .user_agent_rev = 8192
192192 self .argv = argv
193193 self .action = None
You can’t perform that action at this time.
0 commit comments