Bump version, update changelog (#1949)

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2022-03-19 21:14:20 +01:00 committed by GitHub
parent 532e9460bb
commit 209b3f9c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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>

2
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "tasks",
"version": "0.14.3",
"version": "0.14.4",
"license": "AGPLv3",
"dependencies": {
"@nextcloud/auth": "^1.3.0",

View File

@ -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"