From 4e4f0c1e3121455163d65ac1e25fe7b871f5f51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 3 Aug 2016 14:53:50 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e970fec..e39fdd43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ - Upvote and downvote issues from the issues list. - Show points per role in statsection of the taskboard panel. - Show a funny randon animals/color for users with no avatar (like project logos). +- Filters: + - Refactor the filter module. + - Add filters in the kanban panel. + - Add filter in the sprint taskboard panel. +- Cards UI improvements: + - Add zoom levels. + - Show information according the zoom level. + - Show voters, watchers, taks and attachments. + - Improve performance. - Comments: - Add a new permissions to allow add comments instead of use the existent modify permission for this purpose. - Ability to edit comments, view edition history and redesign comments module UI. @@ -23,10 +32,6 @@ - Add Wiki history - Third party integrations: - Included gogs as builtin integration. -- Filters refactor -- Cards ui refactor with zoom -- Kanban filters -- Taskboard filters ### Misc - Lots of small and not so small bugfixes.