v0.7.8.1
update CHANGELOG & bump revision
This commit is contained in:
parent
32042a330e
commit
0054eca9df
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
### zeronet-conservancy 0.7.8.1 (2022-11-28)
|
### zeronet-conservancy 0.7.8.1 (2022-11-28)
|
||||||
maintainers: @caryoscelus
|
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
|
- GiveUpGitHub notice
|
||||||
- update README
|
- update README
|
||||||
- new, more compact boot logo in console (more suitable for small screens)
|
- new, more compact boot logo in console (more suitable for small screens)
|
||||||
|
|
|
@ -97,10 +97,10 @@ trackers = [
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.8+"
|
self.version = "0.7.8.1"
|
||||||
self.user_agent = "conservancy"
|
self.user_agent = "conservancy"
|
||||||
# DEPRECATED ; replace with git-generated commit
|
# DEPRECATED ; replace with git-generated commit
|
||||||
self.rev = 5039
|
self.rev = 5040
|
||||||
self.user_agent_rev = 8192
|
self.user_agent_rev = 8192
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
|
|
Loading…
Reference in a new issue