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>2022-03-19 23:14:20 +0300
committerGitHub <noreply@github.com>2022-03-19 23:14:20 +0300
commit209b3f9c252dc29870a91b2d8fb7f33b43cb95e3 (patch)
treeed007b6cd365129dd156c17a558a5ff6101cfda4
parent532e9460bbbbc59c69662291207c05e6f6c2103b (diff)
Bump version, update changelog (#1949)v0.14.4
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc1c64a1..28fa2615 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.14.4 - 2022-03-19
+
+### Fixed
+- Don't open sidebar when completing task #1948
+
## 0.14.3 - 2022-03-18
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 46af5ff8..554afb35 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.14.3</version>
+ <version>0.14.4</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 580d1c8f..f7f2e9bd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "tasks",
- "version": "0.14.3",
+ "version": "0.14.4",
"license": "AGPLv3",
"dependencies": {
"@nextcloud/auth": "^1.3.0",
diff --git a/package.json b/package.json
index 1f529bf3..7ce88d4b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.14.3",
+ "version": "0.14.4",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"