Bump version and update changelog

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2019-09-17 20:00:54 +02:00
parent 5c2ed02660
commit 49514ac43c
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
## 0.11.3 - 2019-09-17
### Added
- Updated translations
- Updated dependencies
### Fixed
- Minor design fix for checkboxes on Nextcloud 16 #605
- Fix scrolling on Android #613
## 0.11.2 - 2019-09-10
### Added
- Support for Nextcloud 17 #579

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, reminder times, mark them as important, and add comments on them. 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 you client). You can download your tasks as ICS files using the download button for each calendar.]]></description>
<version>0.11.2</version>
<version>0.11.3</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<namespace>Tasks</namespace>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "tasks",
"version": "0.11.2",
"version": "0.11.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
"version": "0.11.2",
"version": "0.11.3",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"