CHANGELOG
This commit is contained in:
parent
cf86f1a9ba
commit
0382aee68f
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
- fix chromium compatibility (@caryoscelus)
|
||||
- better fix of local sites leak (@caryoscelus)
|
||||
- ipython-based repl via --repl for debug/interactive development (@caryoscelus)
|
||||
- optional blocking of compromised id certificates for spam protection (@caryoscelus)
|
||||
- various improvements
|
||||
|
||||
### zeronet-conservancy 0.7.10 (2023-07-26) (18d35d3bed4f0683e99)
|
||||
|
|
|
@ -15,7 +15,7 @@ class Config(object):
|
|||
self.version = "0.7.10+"
|
||||
self.user_agent = "conservancy"
|
||||
# DEPRECATED ; replace with git-generated commit
|
||||
self.rev = 5140
|
||||
self.rev = 5141
|
||||
self.user_agent_rev = 8192
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
|
|
Loading…
Reference in a new issue