From a590e15e75107e1b2e8da022677316d9da1f4634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 4 Apr 2020 21:46:18 +0200 Subject: [PATCH 1/2] Bump version to 1.0.0-beta1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index c84671e5e..1dbbf1fc8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,7 +17,7 @@ - 🚀 Get your project organized - 1.0.0-alpha1 + 1.0.0-beta1 agpl Julius Härtl Deck From e22a72d836eb0c0a9f624ebb8fcc64a01ae717e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 4 Apr 2020 21:51:38 +0200 Subject: [PATCH 2/2] Add CHANGELOG draft for 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ff36a05..401a138df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,36 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.0.0 - unreleased + +## Added + +- Completly rewritten frontend + - Better maintainability + - Various small fixes + - Unified user interface with Nextcloud +- Separate comment and activity timelines +- Add ability to reply to comments #1537 +- Filter cards on board #1507 @jakobroehrl +- Add cards to projects #1294 @jakobroehrl +- Move cards to other boards #1242 @jakobroehrl +- Clone boards with existing stacks and labels #1221 @jakobroehrl +- Upload multiple files at once and in parallel + +A huge thangs goes to our awesome community that put enourmous effort into the frontend migration: + +Special thanks for contributing huge parts of the Vue.js migration: +@jakobroehrl @weeman1337 @nicolad + +Testers/reporters: +@cloud2018 @putt1ck @bpcurse + +Calendar/Tasks integration help: +@raimund-schluessler @georgehrke + +Android app team for helping to improve our REST API: +@desperateCoder @stefan-niedermann + ## 0.8.0 - 2020-01-16 ## Added