Skip to content

Commit 6253895

Browse files
Merge pull request #2138 from nextcloud/0.14.5
Bump version, update changelog
2 parents e3ef9c8 + 0dd4821 commit 6253895

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 0.14.5 - 2022-10-19
2+
3+
### Added
4+
- Compatibility with Nextcloud server 25 #2114
5+
- Allow to double click task title or notes icon to edit title and notes in AppSidebar #2112
6+
7+
### Changed
8+
- User border-radius-large for task body #2104
9+
- Indicate tasks with future start date #1998
10+
- Update to nextcloud/vue@6 #2127
11+
- Use `NcTextfield` for new calendar name input #2086
12+
- Use `NcProgressBar` instead of HTML progress #2082
13+
- Use `CounterBubble` instead of `NcAppNavigationCounter` #2081
14+
- Use nextcloud/vue buttons #1820
15+
- Migrate to DashboardWidget from nextcloud/vue #1985
16+
- Adjust server versions to test PHP code for #2073
17+
- Updated translations
18+
- Updated dependencies
19+
- Code cleanup #1963 #1964 #1974 #1975 #2016 #2113
20+
21+
### Fixed
22+
- Check that taskUri is defined before searching #1973
23+
- Fix sharing tooltip #2090
24+
- Fix talk integration #1999
25+
- Fix the task status display animation #1979
26+
- Don't show dashboard actions for read-only tasks #2017
27+
128
## 0.14.4 - 2022-03-19
229

330
### Fixed

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)