Skip to content

Commit b60e6a7

Browse files
committed
Version 0.6.2 changelog
1 parent c5b8495 commit b60e6a7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
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+
133
## ZeroNet 0.6.1 (2018-01-25)
234

335
### Added

0 commit comments

Comments
 (0)