From 11a5dd0eb42f5c3da81e07bcf33779bd29063f99 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Thu, 18 Jan 2018 13:03:18 +0100 Subject: [PATCH] Release 1.0.0-ce --- lib/config/index.js | 2 +- package.json | 2 +- public/docs/release-notes.md | 41 +++++++++++++++++++++++++++++++++++- 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/lib/config/index.js b/lib/config/index.js index a14f319..61fbafc 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -14,7 +14,7 @@ const debugConfig = { } const packageConfig = { - version: '0.5.1', + version: '1.0.0-ce', minimumCompatibleVersion: '0.5.0' } diff --git a/package.json b/package.json index 4366888..3f30b13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackmd", - "version": "0.5.1", + "version": "1.0.0-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 2e0a71c..fa0c587 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,45 @@ Release Notes === + 1.0.0-ce 2018-01-18 12:00 +--- +### License +* Switch from MIT to AGPL + +### Enhancements +* Improve language support +* Allow themes for reveal +* Add dark theme for editor and view +* Add danish translation +* Add simplified chinese translation +* Provide new permission table +* Make HSTS configurable +* Make PDF export configurable +* Add Mattermost auth support +* Add SAML support + +### Fixes +* Fix regex for speaker notes +* Fix S3 endpoint support +* Fix German translation +* Fix English translation +* Fix broken profile images +* Fix XSS attacks +* Fix history order +* Fix missing boolean settings +* Fix LDAP auth +* Fix too long notes droping content +* Fix mermaid compatiblity with new version +* Fix SSL CA path parsing + +### Refactor +* Refactor main page +* Refactor status pages +* Refactor config handling +* Refactor auth backend +* Refactor code styling +* Refactor middleware to modules + 0.5.1 `Doppio` 2017-03-23 00:20 --- ### Enhancements @@ -636,4 +675,4 @@ Release Notes + Preview html + Realtime collaborate + Cross-platformed -+ Recently used history \ No newline at end of file ++ Recently used history