|
| 1 | +## ZeroNet 0.6.1 (2017-01-17) |
| 2 | + |
| 3 | +### Added |
| 4 | + - New plugin: Chart |
| 5 | + - Collect and display charts about your contribution to ZeroNet network |
| 6 | + - Allow list as argument replacement in sql queries. (Thanks to imachug) |
| 7 | + - Newsfeed query time statistics (Click on "From XX sites in X.Xs on ZeroHello) |
| 8 | + - New UiWebsocket API command: As to run commands as other site |
| 9 | + - Ranged ajax queries for big files |
| 10 | + - Filter feed by type and site address |
| 11 | + - FileNeed, Bigfile upload command compatibility with merger sites |
| 12 | + - Send event on port open / tor status change |
| 13 | + - More description on permission request |
| 14 | + |
| 15 | +### Changed |
| 16 | + - Reduce memory usage of sidebar geoip database cache |
| 17 | + - Change unreliable tracker to new one |
| 18 | + - Don't display Cors permission ask if it already granted |
| 19 | + - Avoid UI blocking when rebuilding a merger site |
| 20 | + - Skip listing ignored directories on signing |
| 21 | + - In Multiuser mode show the seed welcome message when adding new certificate instead of first visit |
| 22 | + - Faster async port opening on multiple network interfaces |
| 23 | + - Allow javascript modals |
| 24 | + - Only zoom sidebar globe if mouse button is pressed down |
| 25 | + |
| 26 | +### Fixed |
| 27 | + - Open port checking error reporting (Thanks to imachug) |
| 28 | + - Out-of-range big file requests |
| 29 | + - Don't output errors happened on gevent greenlets twice |
| 30 | + - Newsfeed skip sites with no database |
| 31 | + - Newsfeed queries with multiple params |
| 32 | + - Newsfeed queries with UNION and UNION ALL |
| 33 | + - Fix site clone with sites larger that 10MB |
| 34 | + - Unreliable Websocket connection when requesting files from different sites at the same time |
| 35 | + |
| 36 | + |
1 | 37 | ## ZeroNet 0.6.0 (2017-10-17) |
2 | 38 |
|
3 | 39 | ### Added |
|
0 commit comments