update CHANGELOG
preparing v0.7.8.1
This commit is contained in:
parent
b5a80504a5
commit
b1f2560037
2 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,11 @@
|
|||
### zeronet-conservancy 0.7.8+
|
||||
### zeronet-conservancy 0.7.8.1+
|
||||
|
||||
### zeronet-conservancy 0.7.8.1 (2022-11-28)
|
||||
maintainers: @caryoscelus
|
||||
- fix tracker connection regression introduced in dc804b9d5f3a2a9f1fffa1b97d82e0e04c44508b
|
||||
- GiveUpGitHub notice
|
||||
- update README
|
||||
- new, more compact boot logo in console (more suitable for small screens)
|
||||
|
||||
### zeronet-conservancy 0.7.8 (2022-11-23) (110307a4198cb13cc907ae)
|
||||
maintainers: @caryoscelus
|
||||
|
|
|
@ -100,7 +100,7 @@ class Config(object):
|
|||
self.version = "0.7.8+"
|
||||
self.user_agent = "conservancy"
|
||||
# DEPRECATED ; replace with git-generated commit
|
||||
self.rev = 5038
|
||||
self.rev = 5039
|
||||
self.user_agent_rev = 8192
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
|
|
Loading…
Reference in a new issue