mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Add already committed features and bugfixes.
This commit is contained in:
parent
4bbc6d8a7d
commit
b75e5ef4c4
1 changed files with 27 additions and 0 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,3 +1,30 @@
|
|||
# v0.x Wekan fork upcoming release, already committed to devel branch
|
||||
|
||||
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.
|
||||
|
||||
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 indicatons on new users.
|
||||
|
||||
Thanks to GitHub users dwrencha, fmonthel, mario-orlicky, pierreozoux,
|
||||
shoetten, and xet7 for their contributions.
|
||||
|
||||
# v0.11
|
||||
|
||||
This release adds the following new features:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue