CHANGELOG

This commit is contained in:
caryoscelus 2023-12-26 15:14:00 +00:00
parent cf86f1a9ba
commit 0382aee68f
No known key found for this signature in database
GPG key ID: 254EDDB85B66CB1F
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
- fix chromium compatibility (@caryoscelus) - fix chromium compatibility (@caryoscelus)
- better fix of local sites leak (@caryoscelus) - better fix of local sites leak (@caryoscelus)
- ipython-based repl via --repl for debug/interactive development (@caryoscelus) - ipython-based repl via --repl for debug/interactive development (@caryoscelus)
- optional blocking of compromised id certificates for spam protection (@caryoscelus)
- various improvements - various improvements
### zeronet-conservancy 0.7.10 (2023-07-26) (18d35d3bed4f0683e99) ### zeronet-conservancy 0.7.10 (2023-07-26) (18d35d3bed4f0683e99)

View file

@ -15,7 +15,7 @@ class Config(object):
self.version = "0.7.10+" self.version = "0.7.10+"
self.user_agent = "conservancy" self.user_agent = "conservancy"
# DEPRECATED ; replace with git-generated commit # DEPRECATED ; replace with git-generated commit
self.rev = 5140 self.rev = 5141
self.user_agent_rev = 8192 self.user_agent_rev = 8192
self.argv = argv self.argv = argv
self.action = None self.action = None