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>2021-08-02 23:34:55 +0300
committerGitHub <noreply@github.com>2021-08-02 23:34:55 +0300
commit05319ccb6ccbe8959b75066aa24fb759de8c46ee (patch)
tree67581f9d3d32e62ed439b6920fa292ecf8cb1b74
parentc7ad3725d92befe9d02eebdef30373c8f6b7ef6d (diff)
parent4c683d716778cb251bb693e39df9368dd5bf59a8 (diff)
Merge pull request #1737 from nextcloud/0.14.1v0.14.1
Bump version and update changelog
-rw-r--r--CHANGELOG.md21
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 25 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 831326e0..3ee5b939 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+## 0.14.1 - 2021-08-02
+
+### Added
+- Restore ancestors and children when restoring a task #1728
+- Show task title in appsidebar title tooltip #1702
+- Open notes tab in appsidebar on notes icon click #1703
+- Allow to add task from dashboard #1688
+- Improve task creation dialog styling #1709
+- Add plus icon to task input field #1705
+
+### Changed
+- Don't show trash bin header while loading or empty #1720
+- Code cleanup #1690 #1706 #1735
+
+### Fixed
+- Don't overwrite title if navigating while editing #1716
+- Fix task creation from talk message #1708
+- Properly decode sharee name in sharee search #1734
+- Correctly align settings label #1719
+- Use correct icon for dark theme dashboard #1718
+
## 0.14.0 - 2021-07-18
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a5b73ab5..5783c1c5 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.0</version>
+ <version>0.14.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 c644ab21..64c59fb3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "tasks",
- "version": "0.14.0",
+ "version": "0.14.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "0.14.0",
+ "version": "0.14.1",
"license": "AGPLv3",
"dependencies": {
"@nextcloud/auth": "^1.3.0",
diff --git a/package.json b/package.json
index d3c8bc84..11edc3c4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.14.0",
+ "version": "0.14.1",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"