From 24250188971696b05b8a5cccf49de5c05d7cfdeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 16 Dec 2017 17:38:40 +0100 Subject: [PATCH 1/4] Bump version to 0.3.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 91dc70832..2a1e6d23f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ 💥 This is still alpha software: it may not be stable enough for production! - 0.3.0-dev2 + 0.3.0-beta1 agpl Julius Härtl Deck From 173b0f4756059e56d49a746222fc6772bd2176f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 16 Dec 2017 17:43:39 +0100 Subject: [PATCH 2/4] Move building to krankerl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- krankerl.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 krankerl.toml diff --git a/krankerl.toml b/krankerl.toml new file mode 100644 index 000000000..97bfc70d3 --- /dev/null +++ b/krankerl.toml @@ -0,0 +1,25 @@ +[package] +exclude = [ + "build/", + ".git", + "js/tests", + "js/node_modules", + "tests", + ".codecov.yml", + "composer.json", + "composer.lock", + "_config.yml", + ".drone.yml", + ".eslintignore", + ".eslintrc.yml", + ".gitignore", + "issue_template.md", + "krankerl.toml", + "Makefile", + "run-eslint.sh" +] + +before_cmds = [ + 'make clean-build', + 'make build' +] From f707bed675eb7ed3919f8e01295a163ddeddee59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sun, 17 Dec 2017 17:43:34 +0100 Subject: [PATCH 3/4] Update changelog and krankerl exclude list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++- krankerl.toml | 6 +++++- 2 files changed, 61 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8060983..6621d636e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,64 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.3.0 - unreleased + +### Added +- Allow to assign users to cards +- Emit notifications for overdue cards +- Emit notifications if boards gets shared to a user +- Add support for Nextcloud 13 +- Simplify layout for cleaner user experience +- Add contacts menu to avatars +- Automatically save card description on inactivity + + +### Fixed +- Fix card dragging behaviour +- Fix scrolling and dragging on mobile +- Various fixes when data is not syncronized between different views +- Improved performance +- Update document title when renaming a board +- Automatically chose the least used color +- Improve accessibility +- Fix issue when assigning labels after creating them +- Allow to save tag changes with enter + + +## 0.2.8 - 2017-11-26 + +### Fixed +- Drop support for NC 13, since that will only be supported by the next version of Deck + +## 0.2.7 - 2017-11-10 + +### Fixed +- Fix bug that caused update to fail + +## 0.2.6 - 2017-11-10 + +### Fixed +- Fix duedates not being updated with MySQL databases + +## 0.2.5 - 2017-11-08 + +### Fixed +- Fix duedates not being saved with MySQL databases + +## 0.2.4 - 2017-10-08 + +### Fixed +- Fix card action menu not being accessible + +## 0.2.3 - 2017-09-23 + +### Fixed +- Fix delete stack button being not available +- Fix acl issues with PostgreSQL + ## 0.2.2 - 2017-09-07 -## Fixed +### Fixed - Various frontend fixes - Fix sidebar drag issues - Improvements for IE11 diff --git a/krankerl.toml b/krankerl.toml index 97bfc70d3..3e441993a 100644 --- a/krankerl.toml +++ b/krankerl.toml @@ -2,8 +2,12 @@ exclude = [ "build/", ".git", - "js/tests", "js/node_modules", + "js/tests", + "js/bower.json", + "js/Gruntfile.js", + "js/package.json", + "js/package-lock.json", "tests", ".codecov.yml", "composer.json", From 66cfa7283924d5bf9977aff0543773f15fd09564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sun, 17 Dec 2017 17:45:55 +0100 Subject: [PATCH 4/4] Remove apha warning 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, 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 2a1e6d23f..ebddcb8ac 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,8 +13,6 @@ - 👥 Share with your team, friends or family - 🚀 Get your project organized -💥 This is still alpha software: it may not be stable enough for production! - 0.3.0-beta1 agpl