|
| 1 | +## ZeroNet 0.6.2 (2018-02-18) |
| 2 | + |
| 3 | +### Added |
| 4 | + - New plugin: AnnounceLocal to make ZeroNet work without an internet connection on the local network. |
| 5 | + - Allow dbQuey and userGetSettings using the `as` API command on different sites with Cors permission |
| 6 | + - New config option: `--log_level` to reduce log verbosity and IO load |
| 7 | + - Prefer to connect to recent peers from trackers first |
| 8 | + - Mark peers with port 1 is also unconnectable for future fix for trackers that do not support port 0 announce |
| 9 | + |
| 10 | +### Changed |
| 11 | + - Don't keep connection for sites that have not been modified in the last week |
| 12 | + - Change unreliable trackers to new ones |
| 13 | + - Send maximum 10 findhash request in one find optional files round (15sec) |
| 14 | + - Change "Unique to site" to "No certificate" for default option in cert selection dialog. |
| 15 | + - Dont print warnings if not in debug mode |
| 16 | + - Generalized tracker logging format |
| 17 | + - Only recover sites from sites.json if they had peers |
| 18 | + - Message from local peers does not means internet connection |
| 19 | + - Removed `--debug_gevent` and turned on Gevent block logging by default |
| 20 | + |
| 21 | +### Fixed |
| 22 | + - Limit connections to 512 to avoid reaching 1024 limit on windows |
| 23 | + - Exception when logging foreign operating system socket errors |
| 24 | + - Don't send private (local) IPs on pex |
| 25 | + - Don't connect to private IPs in tor always mode |
| 26 | + - Properly recover data from msgpack unpacker on file stream start |
| 27 | + - Symlinked data directory deletion when deleting site using Windows |
| 28 | + - De-duplicate peers before publishing |
| 29 | + - Bigfile info for non-existing files |
| 30 | + |
| 31 | + |
| 32 | + |
1 | 33 | ## ZeroNet 0.6.1 (2018-01-25)
|
2 | 34 |
|
3 | 35 | ### Added
|
|
0 commit comments