diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-02-10 14:11:24 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-02-10 14:11:24 +0200 |
commit | 1e5fd0539f00c5becbdcac3b80ae980d6f320586 (patch) | |
tree | c2e78bac3baf9d1826de9571dd20d80eac9afeec | |
parent | 4b7b5e9796e4cdee67980d0be63ab81497046b00 (diff) | |
download | wekan-1e5fd0539f00c5becbdcac3b80ae980d6f320586.tar.gz wekan-1e5fd0539f00c5becbdcac3b80ae980d6f320586.tar.bz2 wekan-1e5fd0539f00c5becbdcac3b80ae980d6f320586.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 36 |
1 files changed, 24 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1102673e..2509e87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,30 +8,42 @@ merged back to Wekan. This release adds the following supported platforms: * Docker; -* Docker on SLES12SP1. +* Docker on SLES12SP1; +* Install from source. and adds the following new features: * Checklists; -* Remove a list. +* Remove a list; +* Admin of board can leave board if he/she + is not last admin in the board; +* Shortcuts popup, link to it on + bottom right corner; +* Links are now underlined and change + link color on hover; +* Added YuGothic and Meiryo fonts to show + non-English text correctly. and fixes the following bugs: +* Update xss to v0.3.3; * Typos in boards.js and boardHeader.js; * Build warning in jade template; -* Using older version of MongoDB because of newer - version breaks uploading files and avatars. +* New MongoDB version breaks uploading files + and avatars, so using older version; +* Tweaked .gitignore to exclude .build/*; +* Fix executeUpTo label when dragging cards, + popup was not in the predefined hierachy; -and adds the following new documentation to Wefork wiki, -to be moved to Wekan wiki: +and adds the following new documentation: -* Developer Documentation -* Docker -* Docker NginxProxy +* Developer Documentation; +* Docker; +* and others. -Thanks to GitHub users BaobabCoder, jLouzado, lkisme, mario-orlicky, -martingabelmann, mquandalle, stephenmoloney, umbertooo, xet7 and -qge for their contributions. +Thanks to GitHub users AlexanderR, BaobabCoder, jLouzado, kamijin-fanta, +lkisme, mario-orlicky, martingabelmann, mquandalle, stephenmoloney, +umbertooo, xet7 and qge for their contributions. # v0.11.0 2016-12-16 Wekan fork first release |