diff options
author | Sheogorath | 2019-08-15 23:26:06 +0200 |
---|---|---|
committer | Sheogorath | 2019-08-15 23:30:37 +0200 |
commit | 9c1665ae5bf3cf38210ffd862d10de9b13bfacdd (patch) | |
tree | 51fb03b897dc419a2b2e29125042c9af121d7f04 | |
parent | 09e158480077221a2d197ab5673baba98d9f023e (diff) |
Release version 1.5.0
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | public/docs/release-notes.md | 47 |
2 files changed, 48 insertions, 1 deletions
diff --git a/package.json b/package.json index cf062e54..172822a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CodiMD", - "version": "1.4.0", + "version": "1.5.0", "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 f7e2a015..690d89d4 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,53 @@ Release Notes === +<i class="fa fa-tag"></i> 1.5.0 <i class="fa fa-clock-o"></i> 2019-08-15 00:00 +--- + +### Announcements +* There is a new docker image available by LinuxServer.io providing an ARM container +* Disabling PDF export due to security problems + +### Enhancements +* Add migration guide for Node version 6 +* Add functionality to respect Do-Not-Track header +* Add Arabian translation + +### Fixes +* Fix styling in slide preview +* Fix some lint warning +* Upgrade Sequelize to version 5 +* Add Linuxserver.io setup instructions for CodiMD +* Update translations for DE, SV, ID +* Add ability to upload SVGs +* Add `dbURL`config as docker secret +* Upgrade meta-marked - Fixes DOS capability in CodiMD (https://github.com/codimd/server/commit/ba6a24a673c24db25969de2a59b9341247f3f722) +* Fix variable names in docker secrets config library + +### Refactors +* Refactor debug logging in various places + +### Deprecations +* `useCDN` will be deprecated and will disappear in favor of locally served resources. (https://community.codimd.org/t/poll-on-cdn-usage/28) + +### Contributors +* [Amolith](https://github.com/Amolith) (social media) +* Aro Row (translator) +* bitinerant (security) +* Butterflyoffire (translator) +* [Claudius Coenen (ccoenen)](https://github.com/ccoenen) +* Erik (translator) +* Fajar Maulana (translator) +* id7xyz (translator) +* joohoi (security) +* [Jonas Thelemann (dargmuesli)](https://github.com/dargmuesli) +* [Lennart Weller (lhw)](https://github.com/lhw) +* [chbmb](https://github.com/CHBMB) +* [Raccoon (a60814billy)](https://github.com/a60814billy) +* RS232 (translator) +* [Toma Tasovac (ttasovac)](https://github.com/ttasovac) + + <i class="fa fa-tag"></i> 1.4.0 <i class="fa fa-clock-o"></i> 2019-05-31 00:00 --- |