Skip to content

Commit 209b3f9

Browse files
Bump version, update changelog (#1949)
Signed-off-by: Raimund Schlüßler <[email protected]>
1 parent 532e946 commit 209b3f9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.14.4 - 2022-03-19
2+
3+
### Fixed
4+
- Don't open sidebar when completing task #1948
5+
16
## 0.14.3 - 2022-03-18
27

38
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Tasks</name>
66
<summary>The Tasks app for Nextcloud</summary>
77
<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>
8-
<version>0.14.3</version>
8+
<version>0.14.4</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]">Raimund Schlüßler</author>
1111
<namespace>Tasks</namespace>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tasks",
33
"description": "Nextcloud - Tasks",
4-
"version": "0.14.3",
4+
"version": "0.14.4",
55
"author": {
66
"name": "Raimund Schlüßler",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)