Bump version, update changelog

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2022-10-19 16:00:51 +02:00
parent e3ef9c8500
commit 0dd4821ef5
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
4 changed files with 31 additions and 4 deletions

View File

@ -1,3 +1,30 @@
## 0.14.5 - 2022-10-19
### Added
- Compatibility with Nextcloud server 25 #2114
- Allow to double click task title or notes icon to edit title and notes in AppSidebar #2112
### Changed
- User border-radius-large for task body #2104
- Indicate tasks with future start date #1998
- Update to nextcloud/vue@6 #2127
- Use `NcTextfield` for new calendar name input #2086
- Use `NcProgressBar` instead of HTML progress #2082
- Use `CounterBubble` instead of `NcAppNavigationCounter` #2081
- Use nextcloud/vue buttons #1820
- Migrate to DashboardWidget from nextcloud/vue #1985
- Adjust server versions to test PHP code for #2073
- Updated translations
- Updated dependencies
- Code cleanup #1963 #1964 #1974 #1975 #2016 #2113
### Fixed
- Check that taskUri is defined before searching #1973
- Fix sharing tooltip #2090
- Fix talk integration #1999
- Fix the task status display animation #1979
- Don't show dashboard actions for read-only tasks #2017
## 0.14.4 - 2022-03-19
### Fixed

View File

@ -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.4</version>
<version>0.14.5</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<namespace>Tasks</namespace>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "tasks",
"version": "0.14.4",
"version": "0.14.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tasks",
"version": "0.14.4",
"version": "0.14.5",
"license": "AGPLv3",
"dependencies": {
"@nextcloud/auth": "^2.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
"version": "0.14.4",
"version": "0.14.5",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"