Skip to content

Commit 9a772ea

Browse files
committed
Upadte changelog
1 parent fae5d22 commit 9a772ea

File tree

1 file changed

+51
-2
lines changed

1 file changed

+51
-2
lines changed

CHANGELOG.md

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
## ZeroNet 0.5.4 (2017-04-14)
2+
### Added
3+
- Major speed and CPU usage enhancements in Tor always mode
4+
- Send skipped modifications to outdated clients
5+
6+
### Changed
7+
- Upgrade libs to latest version
8+
- Faster port opening and closing
9+
- Deny site limit modification in MultiUser mode
10+
11+
### Fixed
12+
- Filling database from optional files
13+
- OpenSSL detection on systems with OpenSSL 1.1
14+
- Users.json corruption on systems with slow hdd
15+
- Fix leaking files in data directory by webui
16+
17+
18+
## ZeroNet 0.5.3 (2017-02-27)
19+
### Added
20+
- Tar.gz/zip packed site support
21+
- Utf8 filenames in archive files
22+
- Experimental --db_mode secure database mode to prevent data loss on systems with unreliable power source.
23+
- Admin user support in MultiUser mode
24+
- Optional deny adding new sites in MultiUser mode
25+
26+
### Changed
27+
- Faster update and publish times by new socket sharing algorithm
28+
29+
### Fixed
30+
- Fix missing json_row errors when using Mute plugin
31+
32+
33+
## ZeroNet 0.5.2 (2017-02-09)
34+
### Added
35+
- User muting
36+
- Win/Mac signed exe/.app
37+
- Signed commits
38+
39+
### Changed
40+
- Faster site updates after startup
41+
- New macOS package for 10.10 compatibility
42+
43+
### Fixed
44+
- Fix "New version just released" popup on page first visit
45+
- Fix disappearing optional files bug (Thanks l5h5t7 for reporting)
46+
- Fix skipped updates on unreliable connections (Thanks P2P for reporting)
47+
- Sandbox escape security fix (Thanks Firebox for reporting)
48+
- Fix error reporting on async websocket functions
49+
50+
151
## ZeroNet 0.5.1 (2016-11-18)
252
### Added
353
- Multi language interface
@@ -7,6 +57,7 @@
757
### Fixed
858
- Parallel optional file downloading
959

60+
1061
## ZeroNet 0.5.0 (2016-11-08)
1162
### Added
1263
- New Plugin: Allow list/delete/pin/manage files on ZeroHello
@@ -52,7 +103,6 @@
52103
- Display user file sizes in sidebar
53104
- Concurrent worker number depends on --connection_limit
54105

55-
56106
### Changed
57107
- Close databases after 5 min idle time
58108
- Better site size calculation
@@ -62,7 +112,6 @@
62112
- Newsfeed scans only last 3 days to speed up database queries
63113
- Updated ZeroBundle-win to Python 2.7.12
64114

65-
66115
### Fixed
67116
- Fix for important security problem, which is allowed anyone to publish new content without valid certificate from ID provider. Thanks Kaffie for pointing it out!
68117
- Fix sidebar error when no certificate provider selected

0 commit comments

Comments
 (0)