diff options
author | Yukai Huang | 2017-01-02 15:09:19 +0800 |
---|---|---|
committer | Yukai Huang | 2017-01-02 15:09:19 +0800 |
commit | 65acaea8cf47629c7e5710e444973a04526b047d (patch) | |
tree | f09efeaab513ffd7fb58d2af17a1ea1070a02251 /public/docs | |
parent | 1e276fb37a4ed8e19234de7192d8593314f53799 (diff) | |
parent | ac2b100d35bd9dd9bcbca8e622a5e7ed48222598 (diff) |
Merge branch 'master' into frontend-next
Diffstat (limited to 'public/docs')
-rw-r--r-- | public/docs/features.md | 2 | ||||
-rwxr-xr-x | public/docs/release-notes.md | 29 |
2 files changed, 30 insertions, 1 deletions
diff --git a/public/docs/features.md b/public/docs/features.md index 270bf77b..1c25bfea 100644 --- a/public/docs/features.md +++ b/public/docs/features.md @@ -34,7 +34,7 @@ This will automatically upload the image to **[imgur](http://imgur.com)**, nothi ## Share Notes: If you want to share an **editable** note, just copy the URL. -If you want to share a **read-only** note, simply press share button <i class="fa fa-share-alt"></i> and copy the URL. +If you want to share a **read-only** note, simply press publish button <i class="fa fa-share-square-o"></i> and copy the URL. ## Save a Note: Currently, you can save to **Dropbox** <i class="fa fa-dropbox"></i> or save an `.md` file <i class="fa fa-file-text"></i> locally. diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index b0410ced..8c8e454b 100755 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,35 @@ Release Notes === +<i class="fa fa-tag"></i> 0.5.0 `Ristretto` <i class="fa fa-clock-o"></i> 2017-01-02 02:35 +--- +### Enhancements +* Update year to 2017 (Happy New Year!) +* Update to improve editor performance by debounce checkEditorScrollbar event +* Refactor data processing to model definition +* Update to remove null byte on editor changes +* Update to remove null byte before saving to DB +* Update to support Esperanto locale +* Little improvements (typos, uppercase + accents, better case) for French locale +* Update features.md publish button name and icon + +### Fixes +* Fix authorship might losing update event because of throttling +* Fix migration script of revision lacks of definition of primary key +* Fix to not use diff_cleanupSemantic +* Fix URL concatenation when uploading images to local filesystem +* Fix js-url not import correctly +* Fixed typo: anonmyous +* Fix codemirror spell checker not considering abbreviation which contain apostrophe in word +* Fix possible user is undefined in realtime events +* Fix wrong package name reference in webpack config for bootstrap-validator +* Fix email option in config not parse correctly +* Fix mathjax not able to render issue + +### Removes +- Remove LZString compression for data storage +- Remove LZString compression for some socket.io event data + <i class="fa fa-tag"></i> 0.4.6 `Melya` <i class="fa fa-clock-o"></i> 2016-12-19 17:20 --- ### Features |