diff options
author | Sheogorath | 2018-01-19 14:40:15 +0100 |
---|---|---|
committer | Sheogorath | 2018-01-19 14:40:15 +0100 |
commit | 40d1d757048b1eb51e45d4d29ad987739b478881 (patch) | |
tree | 46ad868405503e9fb6ce141b7fe428a9b319e6cf | |
parent | da462e01f57b5f01dfd5b6d16ecae1427ea5466b (diff) |
Release 1.0.1-ce
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | public/docs/release-notes.md | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/package.json b/package.json index 3f30b133..bdb59635 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackmd", - "version": "1.0.0-ce", + "version": "1.0.1-ce", "description": "Realtime collaborative markdown notes on all platforms.", "main": "app.js", "license": "AGPL-3.0", diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index fa0c5875..70510b19 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,20 @@ Release Notes === +<i class="fa fa-tag"></i> 1.0.1-ce <i class="fa fa-clock-o"></i> 2018-01-19 15:00 +--- + +### Security +* Fix Dropbox client secret leak + +### Enhancements +* Improve version handling +* It's 2018! + +### Fixes +* Fix image alt-tag rendering +* Fix Dropbox appkey + <i class="fa fa-tag"></i> 1.0.0-ce <i class="fa fa-clock-o"></i> 2018-01-18 12:00 --- ### License |