Skip to content

Commit

Permalink
chore: bump version, update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Aug 18, 2024
1 parent edfa966 commit 1aa2fdb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.16.1 - 2024-08-18

### Added
- Display error dialog to user when creating calendar for new list fails #2607

### Changed
- Updated translations
- Updated dependencies

### Fixed
- Fix selecting color when creating list #2635
- Fix selecting all-day and wrong time zone #2636
- Correctly handle timezone of created, modified and complete dates #2638
- Bring back titles in sidebar #2639
- Fix `this.$refs.menuButton is null` error #2634

## 0.16.0 - 2024-05-08

This version of Tasks is only compatible with Nextcloud server 28 and newer.
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0</version>
<version>0.16.1</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<namespace>Tasks</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
"version": "0.16.0",
"version": "0.16.1",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"
Expand Down

0 comments on commit 1aa2fdb

Please sign in to comment.