Skip to content

Commit 4c683d7

Browse files
Bump version and update changelog
Signed-off-by: Raimund Schlüßler <[email protected]>
1 parent c7ad372 commit 4c683d7

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.14.1 - 2021-08-02
2+
3+
### Added
4+
- Restore ancestors and children when restoring a task #1728
5+
- Show task title in appsidebar title tooltip #1702
6+
- Open notes tab in appsidebar on notes icon click #1703
7+
- Allow to add task from dashboard #1688
8+
- Improve task creation dialog styling #1709
9+
- Add plus icon to task input field #1705
10+
11+
### Changed
12+
- Don't show trash bin header while loading or empty #1720
13+
- Code cleanup #1690 #1706 #1735
14+
15+
### Fixed
16+
- Don't overwrite title if navigating while editing #1716
17+
- Fix task creation from talk message #1708
18+
- Properly decode sharee name in sharee search #1734
19+
- Correctly align settings label #1719
20+
- Use correct icon for dark theme dashboard #1718
21+
122
## 0.14.0 - 2021-07-18
223

324
### Added

appinfo/info.xml

+1-1
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.14.0</version>
8+
<version>0.14.1</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]">Raimund Schlüßler</author>
1111
<namespace>Tasks</namespace>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tasks",
33
"description": "Nextcloud - Tasks",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"author": {
66
"name": "Raimund Schlüßler",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)