From 04c723df57fcb526e3210ca2f7d8b69eeafb8f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sun, 8 Mar 2020 12:49:13 +0100 Subject: [PATCH] Bump version and update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ appinfo/info.xml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f90947c4..d4ab5ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +## 0.12.0 - 2020-03-08 + +### Added +- Properly show all tasks matching a collection (including subtasks) #83 #431 +- Implement pinning a task, works with [OpenTasks](https://github.com/dmfs/opentasks) #695 +- Allow to set task status #655 +- Save last value of all-day setting and apply to new dates #657 +- Load tasks from server if not found locally #608 +- Adjust sort-order dropdown style #736 +- Navigate to newly created calendar after creation #825 +- Allow strike-through and italic in notes field #682 #702 +- Use new icons for start and due date in details view #865 +- Show user avatars for shared lists and in share view #862 +- Move task body actions into dropdown #866 +- Move to Github actions #844 +- Move app-navigation to vue-components #818 +- Remove padding on content area for small screens #900 +- Updated translations +- Updated dependencies +- Code cleanup #632 #696 #698 #712 #713 #721 #722 #723 #843 #846 #853 #868 + +### Fixed +- Regression: Don't open detail view when toggling completed state #681 +- Prevent editing non-public tasks in lists shared with me #862 +- Prevent moving non-public tasks to lists shared with me #902 +- Increase size of clickable area to 44x44 px to follow Nextcloud standard #734 #735 +- Fix color of checked checkboxes in dark mode #679 +- Fix error when clicking successful sync status #699 +- Prevent adding a sharee twice #782 +- Set primary color on default calendar creation #839 +- Fix issues with very long task titles #840 +- Prevent read-only calendars as default calendar #841 +- Hide superfluous scrollbar in task list #842 +- Better handle calendars without assigned color #904 + ## 0.11.3 - 2019-09-17 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 9c09d9c5..69906bd5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.11.3 + 0.12.0 agpl Raimund Schlüßler Tasks @@ -20,7 +20,7 @@ https://github.com/nextcloud/tasks.git https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png - + diff --git a/package-lock.json b/package-lock.json index e96328bb..ad796ee6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tasks", - "version": "0.11.3", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d06ef7eb..6bbeda1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.11.3", + "version": "0.12.0", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org"