|
1 | 1 | Release Notes |
2 | 2 | === |
3 | 3 |
|
4 | | -<i class="fa fa-tag"></i> 0.4.0 `first-year` <i class="fa fa-clock-o"></i> 2016-04-20 14:30 |
| 4 | +<i class="fa fa-tag"></i> 0.4.2 `cappuccino` <i class="fa fa-clock-o"></i> 2016-04-22 10:43 |
5 | 5 | --- |
| 6 | +### Features |
| 7 | ++ Support sync scrolling to edit area |
| 8 | ++ Support import and export with GitLab snippet |
| 9 | ++ Support GitLab signin |
| 10 | ++ Add cheatsheet and help modal |
| 11 | + |
| 12 | +### Enhancements |
| 13 | +* Upgrade CodeMirror to version 5.15.3 |
| 14 | +* Support maintenance mode and gracefully exit process on signal |
| 15 | +* Update to update doc in db when doc in filesystem have newer modified time |
| 16 | +* Update to replace animation acceleration library from gsap to velocity |
| 17 | +* Support image syntax with size |
| 18 | +* Update textcomplete rules to support more conditions |
| 19 | +* Update to use bigger user profile image |
| 20 | +* Support showing signin button only when needed |
6 | 21 |
|
| 22 | +### Fixes |
| 23 | +* Fix other clients' cursor might disappear or move out of bound |
| 24 | +* Fix to handle user profile image not exists |
| 25 | +* Fix potential toolbar layout glitch |
| 26 | +* Fix imgur uploads should always use https to avoid mix-content warning |
| 27 | +* Fix to change fullscreen key to avoid OS key conflicts |
| 28 | +* Fix and change ESC key in Vim mode |
| 29 | + |
| 30 | +<i class="fa fa-tag"></i> 0.4.1 <i class="fa fa-clock-o"></i> 2016-04-22 10:43 |
| 31 | +--- |
| 32 | +### Enhancements |
| 33 | +* Support when client domain not provided will use window.location variable |
| 34 | +* Support when domain not provided will use relative path |
| 35 | +* Support DOMAIN and URL_PATH environment variables |
| 36 | + |
| 37 | + |
| 38 | +<i class="fa fa-tag"></i> 0.4.0 `first-year` <i class="fa fa-clock-o"></i> 2016-04-20 14:30 |
| 39 | +--- |
7 | 40 | ### Features |
8 | 41 | + Support docs |
9 | 42 | + Support Ionicons and Octicons |
|
0 commit comments