mirror of
https://github.com/nextcloud/tasks.git
synced 2025-07-20 16:36:09 +00:00
chore: bump version, update changelog
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@ -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.
|
||||
|
@ -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>
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "tasks",
|
||||
"version": "0.16.0",
|
||||
"version": "0.16.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "tasks",
|
||||
"version": "0.16.0",
|
||||
"version": "0.16.1",
|
||||
"license": "AGPLv3",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.4.0",
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user