Skip to content

Commit ec22bc1

Browse files
Merge pull request #1697 from nextcloud/0.14.0
Bump version and update changelog
2 parents 66086f7 + a5c0aa2 commit ec22bc1

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
## 0.13.6 -2020-11-11
1+
## 0.14.0 - 2021-07-18
2+
3+
### Added
4+
- Completely new AppSidebar using Nextcloud style #1030
5+
- Added GUI for the trash bin #1675
6+
- Dashboard widget #1641
7+
- Allow to create tasks from Talk messages #1649
8+
- Show week number in date picker #1556
9+
- Allow to download/export a single task #103
10+
- Add link to calendar for tasks with due date #803
11+
12+
### Changed
13+
- Treat cancelled tasks as completed #1553
14+
- Allow to remove status property #1510
15+
- Move task delete action into dropdown menu #1328
16+
- Adjust the app-navigation-toggle alignment #1668
17+
- Rename categories to tags #1526
18+
- Require Nextcloud server v20 or newer #1655
19+
- Use NPM7 and simplify build configuration #1638
20+
- Use Codecov action instead of bash uploader #1594
21+
- Updated translations
22+
- Updated dependencies
23+
24+
### Fixed
25+
- Correctly show sunday column in Datepicker #935
26+
- Fix moving tasks between calendars #1581
27+
28+
## 0.13.6 - 2020-11-11
229

330
### Added
431
- Updated translations

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
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-alpha.1</version>
8+
<version>0.14.0</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]">Raimund Schlüßler</author>
1111
<namespace>Tasks</namespace>

0 commit comments

Comments
 (0)