diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a7ac44..b228efca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ -### zeronet-conservancy 0.7.9+ +### zeronet-conservancy 0.7.10+ + +### zeronet-conservancy 0.7.10 (2023-07-26) +prepared by @caryoscelus - update merkletools dependency to avoid legacy pysha3 (@caryoscelus) - fix ReDoS in file editor (UiFileManager plugin) due to outdated codemirror (@caryoscelus) - more anonymous UPnP (thanks to 0netdwf for reporting) - remove old zeroname plugins (.bit deprecation) - sitePublish --recursive option - windows build instruction improvement +- importBundle command line action +- use Syncronite tracker site by default +- fix leak of local 0net sites to clearnet sites (originally reported by @egosown/beardog) - various improvements ### zeronet-conservancy 0.7.9 (2023-07-02) (f966a4203fe33bd9f35) diff --git a/src/Config.py b/src/Config.py index f971146b..2366b89c 100644 --- a/src/Config.py +++ b/src/Config.py @@ -12,10 +12,10 @@ import time class Config(object): def __init__(self, argv): - self.version = "0.7.9+" + self.version = "0.7.10" self.user_agent = "conservancy" # DEPRECATED ; replace with git-generated commit - self.rev = 5115 + self.rev = 5120 self.user_agent_rev = 8192 self.argv = argv self.action = None