Skip to content

Commit f44baee

Browse files
chore: bump version, update changelog (#2986)
Signed-off-by: Raimund Schlüßler <[email protected]>
1 parent ad39224 commit f44baee

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.17.1 - 2025-11-09
2+
3+
### Fixed
4+
- Show users in sharing search bar #2971
5+
16
## 0.17.0 - 2025-10-22
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.17.0</version>
8+
<version>0.17.1</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]">Raimund Schlüßler</author>
1111
<namespace>Tasks</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
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.17.0",
4+
"version": "0.17.1",
55
"author": {
66
"name": "Raimund Schlüßler",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)