diff --git a/CHANGELOG.md b/CHANGELOG.md index 99edc1bc3..65e6058e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.13.1 - 2020-05-15 + +### Added +- Only open details view for new tasks if there is enough space #1037 #1039 +- Update screenshot #1041 +- Updated translations + +### Fixed +- Various style fixes for Tasks on mobile #1036 +- Fix overflowing section in right sidebar #1040 + ## 0.13.0 - 2020-05-11 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index bdedee7e6..dc4743b3b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.13.0 + 0.13.1 agpl Raimund Schlüßler Tasks diff --git a/package-lock.json b/package-lock.json index e9470574d..e3b824466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tasks", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2f5a05d3..f868dad3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.13.0", + "version": "0.13.1", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org"