|
1 | 1 | Release Notes
|
2 | 2 | ===
|
3 | 3 |
|
| 4 | +<i class="fa fa-tag"></i> 0.4.3 `espresso` <i class="fa fa-clock-o"></i> 2016-06-28 02:04 |
| 5 | +--- |
| 6 | +### Features |
| 7 | +* Add support of spellcheck |
| 8 | +* Add support of light editor theme |
| 9 | +* Add support of embed pdf |
| 10 | +* Add support of exporting raw html |
| 11 | +* Add revision modal with UIs and support marking patch diff texts |
| 12 | +* Add support of saving note revision |
| 13 | + |
| 14 | +### Enhancements |
| 15 | +* Update to extend login info cookies to 365 days to reduce reductant page refresh |
| 16 | +* Update to support new metadata: title, description, tags and google-analytics |
| 17 | +* Prevent crawling editing note to enhance privacy |
| 18 | +* Update to remove all data lines attributes to gain better update performance |
| 19 | +* Update refresh modal to show more detail informations |
| 20 | +* Update to make cursor tag default as hover mode to prevent tag overlay other lines |
| 21 | +* Update highlight.js to version 9.4.0 and use bower dependency |
| 22 | +* Improve history performance |
| 23 | + |
| 24 | +### Fixes |
| 25 | +* Fix history filter tags and search keyword might not apply after refresh |
| 26 | +* Fix part class in list item might infect buildMap process |
| 27 | +* Fix pdf tmp path is missing a folder slash before timestamp |
| 28 | +* Fix realtime connection get stock when lots of client try to connect at same moment |
| 29 | +* Fix locked or private permission should block any operation if owner is null |
| 30 | +* Add back missing support of image size syntax in 0.4.2 |
| 31 | +* Fix update permission might cause duplicate view rendering |
| 32 | +* Fix on paste long document to editor might cause scroll not syncing |
| 33 | +* Workaround CodeMirror won't draw selections outside of the viewport |
| 34 | +* Fix to make socket keep retry after disconnect on server maintenance |
| 35 | + |
| 36 | +### Removes |
| 37 | +- Remove metadata spellcheck support |
| 38 | +- Remove robot meta on note edit page and html template |
| 39 | + |
| 40 | + |
4 | 41 | <i class="fa fa-tag"></i> 0.4.2 `cappuccino` <i class="fa fa-clock-o"></i> 2016-04-22 10:43
|
5 | 42 | ---
|
6 | 43 | ### Features
|
|
0 commit comments