|
1 | 1 | Release Notes |
2 | 2 | === |
3 | 3 |
|
| 4 | +<i class="fa fa-tag"></i> 0.5.1 `Doppio` <i class="fa fa-clock-o"></i> 2017-03-23 00:20 |
| 5 | +--- |
| 6 | +### Enhancements |
| 7 | +* Update to indicate version in status API header |
| 8 | +* Update to generate front-end constants on server startup |
| 9 | +* Update to add gitlab api scope option and auto adapt gitlab snippet feature on it |
| 10 | +* Update to add default permission config option |
| 11 | +* Update to add basics for secret management by Docker 1.13 |
| 12 | +* Update webpack config to use parallel uglify plugin to speed up production build |
| 13 | +* Update realtime to use timer to avoid memory leaks on busy tick |
| 14 | +* Update to remove history cache to lower application coupling |
| 15 | +* Update to add screenshot on index page |
| 16 | +* Update index layout to add profile on navbar |
| 17 | +* Update to support allow email register option |
| 18 | +* Update to support disable anonymous view option |
| 19 | +* Update to add limited and protected permission |
| 20 | +* Update to allow displaying LDAP provider name on sign-in modal |
| 21 | +* Update to show yaml-metadata and diagram parsing error in the view |
| 22 | + |
| 23 | +### Fixes |
| 24 | +* Fix XSS vulnerability in link regex [Security Issue] |
| 25 | +* Fix todo list item class might add in wrong element |
| 26 | +* Fix pagination error in list.js over v1.5.0 |
| 27 | +* Fix update doc from filesystem cause redundant authorship stringify |
| 28 | +* Fix export html to replace fallen cdn tortue.me to cdnjs |
| 29 | +* Fix rendering might result XSS attribute on self closing tag [Security Issue] |
| 30 | +* Fix out of sync when deleting on same cursor position on several clients |
| 31 | +* Fix not determine OT have pending operations properly |
| 32 | +* Fix to keep selections on save and restore info |
| 33 | +* Fix image path problem when using filesystem backend |
| 34 | +* Fix meta error not clear on before rendering |
| 35 | +* Fix duplicated headers anchor link not been updated properly |
| 36 | +* Fix checkLoginStateChanged might fall into infinite loop while calling loginStateChangeEvent |
| 37 | +* Fix to workaround text shadow for font antialias might cause cut off in Edge |
| 38 | +* Fix and refactor extracting content using metaMarked directly might lead in invalid object |
| 39 | + |
| 40 | +### Refactors |
| 41 | +* Refactor editor related code |
| 42 | +* Refactor code with JavaScript Standard Style |
| 43 | +* Refactor templates, patials and rearrange its path |
| 44 | +* Refactor front-end code with more modular concepts |
| 45 | +* Refactor front-end code using ES6 (also unify configs to `config.json`) |
| 46 | + |
| 47 | +### Removes |
| 48 | +- Removed UTF-8 BOM in download function |
| 49 | + |
4 | 50 | <i class="fa fa-tag"></i> 0.5.0 `Ristretto` <i class="fa fa-clock-o"></i> 2017-01-02 02:35 |
5 | 51 | --- |
6 | 52 | ### Enhancements |
|
0 commit comments