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-15 23:09:56 +0300
committerGitHub <noreply@github.com>2020-05-15 23:09:56 +0300
commit89eb171132606b1805adc01b21bf5356e62a5c1f (patch)
tree73b85f7e35ba7f1b71a40954966e781cb4733204
parente506d39d7bbafc04448221cd12c405385dfb87e7 (diff)
parent46af64379defdebf93b25eba1ad1c8ff78e4c9f9 (diff)
Merge pull request #1042 from nextcloud/0.13.1v0.13.1
Bump version and update changelog
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99edc1bc..65e6058e 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 bdedee7e..dc4743b3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Tasks</name>
<summary>The Tasks app for Nextcloud</summary>
<description><![CDATA[Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates and mark them as important. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal, … - just add the calendar as a remote calendar in your client). You can download your tasks as ICS files using the download button for each calendar.]]></description>
- <version>0.13.0</version>
+ <version>0.13.1</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<namespace>Tasks</namespace>
diff --git a/package-lock.json b/package-lock.json
index e9470574..e3b82446 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 a2f5a05d..f868dad3 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"