diff options
author | Béranger Campardou <b.campardou@gmail.com> | 2017-01-13 11:16:37 +0100 |
---|---|---|
committer | Béranger Campardou <b.campardou@gmail.com> | 2017-01-13 11:16:37 +0100 |
commit | f7f5f4a35d1fc9e3d559dcf413f3f221937f07f8 (patch) | |
tree | 7915cb31bfd2328f219b6f88f6c86fcb4da7a920 /CHANGELOG.md | |
parent | 5eda2c80f8de3f0b025f5233613cdbb409a73e94 (diff) | |
parent | a7aa7e931825c7ce133fc19588cb6550af8543d7 (diff) | |
download | wekan-f7f5f4a35d1fc9e3d559dcf413f3f221937f07f8.tar.gz wekan-f7f5f4a35d1fc9e3d559dcf413f3f221937f07f8.tar.bz2 wekan-f7f5f4a35d1fc9e3d559dcf413f3f221937f07f8.zip |
merge wefork
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--[-rwxr-xr-x] | CHANGELOG.md | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4f3b02..979fb7c9 100755..100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,32 @@ -# v0.11 +# v0.11.0 2016-12-16 Wekan fork first release + +This release adds the following new features: + +* Start- and Duedate for cards; +* Allow IE 11 to work; +* Option to hide system messages in the card; +* Option to setup minimum limit to show cards count + for each list in board; +* Option 'filter by empty' to filter by cards by 'no member' + and 'no label' properties; +* Speedup: Added MongoDB index on CardId into Comments collection. +* Translation updates + +and fixes the following bugs: + +* Sandstorm: username handling, restore identity, eslint regressions, + board not found; +* Failure to load when navigator.language is Chinese or Finnish; +* Hover background for labels in filter sidebar. Now correctly + centered; +* Display message when user wants to choose existing username; +* Client sometimes fails to receive current user's profile; +* Old users could see broken presence indicators on new users. + +Thanks to GitHub users dwrencha, fmonthel, mario-orlicky, pierreozoux, +shoetten, and xet7 for their contributions. + +# v0.11.0-rc2 2016-07-21 This release adds the following new features: @@ -27,14 +55,14 @@ and fixes the following bugs: Thanks to GitHub users alayek, AlexanderS, choclin, floatinghotpot, ForNeVeR, PeterDaveHello, seschwar, and TheElf for their contributions. -# v0.10.1 +# v0.10.1 2015-12-30 This patch release fixes two bugs on Sandstorm: * Drag and drop was broken; * Avatars weren’t working. -# v0.10 +# v0.10 2015-12-22 This release features: @@ -56,7 +84,7 @@ New languages supported: Arabic, Catalan, Italian, and Russian. Thanks to GitHub users AlexanderS, fisle, floatinghotpot, FuzzyWuzzie, mnutt, ndarilek, SirCmpwn, and xavierpriour for their contributions. -# v0.9 +# v0.9 2015-09-10 This release is a large re-write of the previous code base. This release marks the beginning of our new user interface and continues to improve the overall |