Skip to content

Commit

Permalink
v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
caryoscelus committed Jul 26, 2023
1 parent 40ae09d commit 18d35d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
### zeronet-conservancy 0.7.9+
### zeronet-conservancy 0.7.10+

### zeronet-conservancy 0.7.10 (2023-07-26)
prepared by @caryoscelus
- update merkletools dependency to avoid legacy pysha3 (@caryoscelus)
- fix ReDoS in file editor (UiFileManager plugin) due to outdated codemirror (@caryoscelus)
- more anonymous UPnP (thanks to 0netdwf for reporting)
- remove old zeroname plugins (.bit deprecation)
- sitePublish --recursive option
- windows build instruction improvement
- importBundle command line action
- use Syncronite tracker site by default
- fix leak of local 0net sites to clearnet sites (originally reported by @egosown/beardog)
- various improvements

### zeronet-conservancy 0.7.9 (2023-07-02) (f966a4203fe33bd9f35)
Expand Down
4 changes: 2 additions & 2 deletions src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
class Config(object):

def __init__(self, argv):
self.version = "0.7.9+"
self.version = "0.7.10"
self.user_agent = "conservancy"
# DEPRECATED ; replace with git-generated commit
self.rev = 5115
self.rev = 5120
self.user_agent_rev = 8192
self.argv = argv
self.action = None
Expand Down

0 comments on commit 18d35d3

Please sign in to comment.