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-29 23:02:49 +0300
committerGitHub <noreply@github.com>2021-08-29 23:02:49 +0300
commitd1220bfe7dc729a3beb2d5b139dd8cfa4c8e1a4e (patch)
tree41346c982ca9ea682aa0dc54f39f9b3d93a34389
parente5eed6e983eba0fbb64d997d9892e7729c9ba50b (diff)
parent26b393ea69941accba77a292c9b8eb6ac4ccca6f (diff)
Merge pull request #1760 from nextcloud/0.14.2v0.14.2
Bump version, update changelog
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 16 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ee5b939..3e1e5fdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 0.14.2 - 2021-08-29
+
+### Added
+- Show created, modified and completed date in AppSidebar subtitle tooltip #1746
+
+### Changed
+- Updated translations
+- Updated dependencies
+
+### Fixed
+- Send correct content type for PUT requests https://github.com/nextcloud/cdav-library/issues/539
+
## 0.14.1 - 2021-08-02
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5783c1c5..1fb9e3b9 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.1</version>
+ <version>0.14.2</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 bb508861..2374edd5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "tasks",
- "version": "0.14.1",
+ "version": "0.14.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "0.14.1",
+ "version": "0.14.2",
"license": "AGPLv3",
"dependencies": {
"@nextcloud/auth": "^1.3.0",
diff --git a/package.json b/package.json
index 4cee2da4..ec738e10 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.14.1",
+ "version": "0.14.2",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"