CHANGELOG & revision bump
This commit is contained in:
parent
433b324173
commit
a8c2117a55
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -187,7 +187,7 @@ class Config(object):
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue