Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-05-11 22:13:46 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-05-11 22:13:46 +0300
commitc67dd5a2dfd779b8b9daf5dbfe25727c88723eed (patch)
tree6802a9829b2682c394cda5277b2595c5324f62b5 /CHANGELOG.md
parent0cac39a6e17a338cdc261abc772e76553fc6a071 (diff)
Bump version and update changelog
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52adf630..99edc1bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+## 0.13.0 - 2020-05-11
+
+### Added
+- Implement manual sorting of tasks #237
+- Allow sharing with circles #995
+- Propose categories of all available tasks #998
+- Remember last view #989
+- Make task input field stick to the top #1027
+- Allow to close left sidebar on desktop #965
+- Show due time in task body on large screens #992
+- Show calendar color in front of calendar name in task list #1013
+- Adjust task-body hover and active background-color to new Nextcloud standard #1014
+- Use initial state api #987
+- Updated translations
+- Updated dependencies
+- Code cleanup #990 #1015
+
## 0.12.2 - 2020-04-27
### Added