Skip to content

Commit

Permalink
Merge pull request #1737 from nextcloud/0.14.1
Browse files Browse the repository at this point in the history
Bump version and update changelog
  • Loading branch information
raimund-schluessler authored Aug 2, 2021
2 parents c7ad372 + 4c683d7 commit 05319cc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.14.1 - 2021-08-02

### Added
- Restore ancestors and children when restoring a task #1728
- Show task title in appsidebar title tooltip #1702
- Open notes tab in appsidebar on notes icon click #1703
- Allow to add task from dashboard #1688
- Improve task creation dialog styling #1709
- Add plus icon to task input field #1705

### Changed
- Don't show trash bin header while loading or empty #1720
- Code cleanup #1690 #1706 #1735

### Fixed
- Don't overwrite title if navigating while editing #1716
- Fix task creation from talk message #1708
- Properly decode sharee name in sharee search #1734
- Correctly align settings label #1719
- Use correct icon for dark theme dashboard #1718

## 0.14.0 - 2021-07-18

### Added
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.14.0</version>
<version>0.14.1</version>
<licence>agpl</licence>
<author mail="[email protected]">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.14.0",
"version": "0.14.1",
"author": {
"name": "Raimund Schlüßler",
"email": "[email protected]"
Expand Down

0 comments on commit 05319cc

Please sign in to comment.