update CHANGELOG & bump revision
This commit is contained in:
caryoscelus 2022-11-28 15:53:08 +00:00
parent 32042a330e
commit 0054eca9df
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,8 @@
### zeronet-conservancy 0.7.8.1 (2022-11-28)
maintainers: @caryoscelus
- fix tracker connection regression introduced in dc804b9d5f3a2a9f1fffa1b97d82e0e04c44508b
- fix favourite/unfavourite in sidebar
- fix tracker connection regression introduced in dc804b9d5f3a2a9f1fffa1b97d82e0e04c44508b (thanks to @bitcoren)
- GiveUpGitHub notice
- update README
- new, more compact boot logo in console (more suitable for small screens)

View file

@ -97,10 +97,10 @@ trackers = [
class Config(object):
def __init__(self, argv):
self.version = "0.7.8+"
self.version = "0.7.8.1"
self.user_agent = "conservancy"
# DEPRECATED ; replace with git-generated commit
self.rev = 5039
self.rev = 5040
self.user_agent_rev = 8192
self.argv = argv
self.action = None