Skip to content

Commit

Permalink
Merge pull request #1697 from nextcloud/0.14.0
Browse files Browse the repository at this point in the history
Bump version and update changelog
  • Loading branch information
raimund-schluessler committed Jul 18, 2021
2 parents 66086f7 + a5c0aa2 commit ec22bc1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
## 0.13.6 -2020-11-11
## 0.14.0 - 2021-07-18

### Added
- Completely new AppSidebar using Nextcloud style #1030
- Added GUI for the trash bin #1675
- Dashboard widget #1641
- Allow to create tasks from Talk messages #1649
- Show week number in date picker #1556
- Allow to download/export a single task #103
- Add link to calendar for tasks with due date #803

### Changed
- Treat cancelled tasks as completed #1553
- Allow to remove status property #1510
- Move task delete action into dropdown menu #1328
- Adjust the app-navigation-toggle alignment #1668
- Rename categories to tags #1526
- Require Nextcloud server v20 or newer #1655
- Use NPM7 and simplify build configuration #1638
- Use Codecov action instead of bash uploader #1594
- Updated translations
- Updated dependencies

### Fixed
- Correctly show sunday column in Datepicker #935
- Fix moving tasks between calendars #1581

## 0.13.6 - 2020-11-11

### Added
- Updated translations
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-alpha.1</version>
<version>0.14.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Raimund Schlüßler</author>
<namespace>Tasks</namespace>
Expand Down

0 comments on commit ec22bc1

Please sign in to comment.