From a8c2117a55c68605c1d91fc030caefb4e522d45f Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Tue, 25 Jul 2023 15:11:33 +0000 Subject: [PATCH] CHANGELOG & revision bump --- CHANGELOG.md | 5 +++++ src/Config.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9186fbb56..32a7ac44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ### zeronet-conservancy 0.7.9+ - 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 +- various improvements ### zeronet-conservancy 0.7.9 (2023-07-02) (f966a4203fe33bd9f35) maintainers: @caryoscelus -> none diff --git a/src/Config.py b/src/Config.py index 8a101cde0..fc30a9241 100644 --- a/src/Config.py +++ b/src/Config.py @@ -187,7 +187,7 @@ def __init__(self, argv): self.version = "0.7.9+" self.user_agent = "conservancy" # DEPRECATED ; replace with git-generated commit - self.rev = 5110 + self.rev = 5115 self.user_agent_rev = 8192 self.argv = argv self.action = None