Version 0.6.2 changelog
This commit is contained in:
parent
c5b8495477
commit
b60e6a7d85
1 changed files with 32 additions and 0 deletions
32
CHANGELOG.md
32
CHANGELOG.md
|
@ -1,3 +1,35 @@
|
||||||
|
## ZeroNet 0.6.2 (2018-02-18)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- New plugin: AnnounceLocal to make ZeroNet work without an internet connection on the local network.
|
||||||
|
- Allow dbQuey and userGetSettings using the `as` API command on different sites with Cors permission
|
||||||
|
- New config option: `--log_level` to reduce log verbosity and IO load
|
||||||
|
- Prefer to connect to recent peers from trackers first
|
||||||
|
- Mark peers with port 1 is also unconnectable for future fix for trackers that do not support port 0 announce
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Don't keep connection for sites that have not been modified in the last week
|
||||||
|
- Change unreliable trackers to new ones
|
||||||
|
- Send maximum 10 findhash request in one find optional files round (15sec)
|
||||||
|
- Change "Unique to site" to "No certificate" for default option in cert selection dialog.
|
||||||
|
- Dont print warnings if not in debug mode
|
||||||
|
- Generalized tracker logging format
|
||||||
|
- Only recover sites from sites.json if they had peers
|
||||||
|
- Message from local peers does not means internet connection
|
||||||
|
- Removed `--debug_gevent` and turned on Gevent block logging by default
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Limit connections to 512 to avoid reaching 1024 limit on windows
|
||||||
|
- Exception when logging foreign operating system socket errors
|
||||||
|
- Don't send private (local) IPs on pex
|
||||||
|
- Don't connect to private IPs in tor always mode
|
||||||
|
- Properly recover data from msgpack unpacker on file stream start
|
||||||
|
- Symlinked data directory deletion when deleting site using Windows
|
||||||
|
- De-duplicate peers before publishing
|
||||||
|
- Bigfile info for non-existing files
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ZeroNet 0.6.1 (2018-01-25)
|
## ZeroNet 0.6.1 (2018-01-25)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in a new issue