Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-08-08 21:59:24 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-08-08 21:59:24 +0300
commit2de33574706a331d0eafa4cccd0526441a051f32 (patch)
tree1e49a214b0cb79935a59498c9733ce4346dc0abf
parent50c4bbdf59d5501d89032982b2d3a76061dabab9 (diff)
Bump version and update changelog
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 15 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b89ca31..cc068d19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 0.11.1 - 2019-08-08
+### Added
+- Add possibility to drop tasks on calendars and collections in left sidebar #399
+- Updated translations
+- Updated dependencies
+- Added unit- and integration tests for PHP code #511
+
+### Fixed
+- Enable showing calendars with percent-encoded characters in their URI #480
+- Fix double-encoded calendar names and task name placeholders #486
+- Correctly handle tasks in read-only calendars #523, #529
+
## 0.11.0 - 2019-06-25
### Added
- Implement sharing task lists with other users #410
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5a7264cf..a1986fa5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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.0</version>
+ <version>0.11.1</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<namespace>Tasks</namespace>
diff --git a/package-lock.json b/package-lock.json
index b79196e0..3803352b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "tasks",
- "version": "0.11.0",
+ "version": "0.11.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 62168358..317e5176 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.11.0",
+ "version": "0.11.1",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"