|
| 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 | + |
1 | 51 | ## ZeroNet 0.5.1 (2016-11-18)
|
2 | 52 | ### Added
|
3 | 53 | - Multi language interface
|
|
7 | 57 | ### Fixed
|
8 | 58 | - Parallel optional file downloading
|
9 | 59 |
|
| 60 | + |
10 | 61 | ## ZeroNet 0.5.0 (2016-11-08)
|
11 | 62 | ### Added
|
12 | 63 | - New Plugin: Allow list/delete/pin/manage files on ZeroHello
|
|
52 | 103 | - Display user file sizes in sidebar
|
53 | 104 | - Concurrent worker number depends on --connection_limit
|
54 | 105 |
|
55 |
| - |
56 | 106 | ### Changed
|
57 | 107 | - Close databases after 5 min idle time
|
58 | 108 | - Better site size calculation
|
|
62 | 112 | - Newsfeed scans only last 3 days to speed up database queries
|
63 | 113 | - Updated ZeroBundle-win to Python 2.7.12
|
64 | 114 |
|
65 |
| - |
66 | 115 | ### Fixed
|
67 | 116 | - 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!
|
68 | 117 | - Fix sidebar error when no certificate provider selected
|
|
0 commit comments