Skip to content

Commit

Permalink
Bump version, update changelog (#1946)
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler authored Mar 18, 2022
1 parent 9b0bf44 commit b40b955
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 0.14.3 - 2022-03-18

### Added
- Allow to complete tasks from the Dashboard #1790
- Allow to empty the trash bin #1802

### Changed
- Increase size of load all completed tasks button #1777
- Always show sharing icon for shared lists #1877
- Adjust material design icon size to 20 #1789
- Use material design checkboxes #1933
- Rename download to export #1941
- Updated translations
- Updated dependencies
- Code cleanup #1763 #1775 #1795 #1804 #1814 #1837 #1871 #1887 #1914

### Fixed
- Confirm slider value by pressing enter #1769
- Don't reset date when setting time with keyboard #1819
- Use material design icon for group avatar #1762
- Fix calendar picker style in dashboard #1764
- Fix sort order direction icon position #1815
- Fix undefined Tasks version when creating a task from Dashboard or Talk #1797
- Track calendars by url in Multiselect #1872
- Don't break trash bin if calendar is undefined #1873
- Load all calendars for trash bin #1943
- Fix locale en_SG #1938
- Correctly show untitled items in trash bin #1876
- Correctly align plus icon in task input field #1895

## 0.14.2 - 2021-08-29

### 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.2</version>
<version>0.14.3</version>
<licence>agpl</licence>
<author mail="[email protected]">Raimund Schlüßler</author>
<namespace>Tasks</namespace>
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.14.3",
"author": {
"name": "Raimund Schlüßler",
"email": "[email protected]"
Expand Down

0 comments on commit b40b955

Please sign in to comment.