Back to Wekan

WeKan ® 2016 releases

old-CHANGELOG/2016.md

10.992.5 KB
Original Source

WeKan ® 2016 releases

Moved out of CHANGELOG.md to keep that file small enough to open (wekan/wekan#6580). Nothing here has been changed: a release section is a record, and it reads the same as it did there.

Releases per month:

2016Releases
121

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:

  • Notification system with email notifications of the changes in a board, a list or on a card;
  • Show the exact time when hovering the activity time;
  • Allow to edit more easily longer card titles by resizing the input box;
  • Add shortcuts to move cards to the top or the bottom of a list;
  • Add a warning indicator when the application is offline;
  • A new log-in button on the public board view to sign in, even if the board is published;
  • New link to the keyboard shortcuts in the board sidebar;

and fixes the following bugs:

  • Fix the syntax of the docker-compose.yml;
  • Use the correct pluralization of emoji;
  • Only publish required user data and keep the hashed passwords confidential;
  • Fix the generation and alignment of the initials avatars;
  • Fix the “welcome board” feature;
  • Only display the buttons in the board header, if the data is available and the user is able to use it;
  • Fix the scaling of cover images;
  • Fix bugs on Internet Explorer v11 that blocked card creation and activity feed visualization.

Thanks to GitHub users alayek, AlexanderS, choclin, floatinghotpot, ForNeVeR, PeterDaveHello, seschwar, and TheElf for their contributions.