Releases: nextcloud/tasks
Releases · nextcloud/tasks
0.11.2
Nextcloud Tasks 0.11.2
Added
- Support for Nextcloud 17 #579
- Adjust checkbox design to match overall Nextcloud style #572
- Rework task item layout #598
- Updated translations
- Updated dependencies
Fixed
- Fix problems with Chrome 77 #593
- Don't show raw JSON when adding categories #416
- Only show toggle-all-day checkbox when a date is set #576
- Fix the key in
v-for
for tasks #578 - Slightly reduced the bundlesize #571
- Properly scope instance properties #586
- Use built-in replace functionality for translations #591
- Remove legacy code #600
v0.11.1
v0.11.0
Nextcloud Tasks 0.11.0
Added
- Implement sharing task lists with other users #410
- Allow to delete all completed (root) tasks #414
- Allow to select a privacy classification for a task #412
- Updated preview screenshot for appstore #413
- Updated translations
Fixed
- Regression: Open a new task after its creation #397
- Regression: Always show subtasks when task is open in details view #422
- Regression: Fix editing task properties in details view #405
- Fix scrolling task lists on mobile #421
- Better drag and drop experience #425
- Percentage complete value not visible in Chrome #411
- Better compatibility with MS Edge #401
v0.10.1
v0.10.0
Nextcloud Tasks 0.10.0
The front end of the app was completely rewritten in Vue.js.
Added
- Move the app to Vue.js #194 which should speedup the app #27
- Add support for dark theme #218
- Sort tasks by last-modified, created or completed date #183, #313
- Sort calendar list alphabetically #152
- Implement colorpicker for list color selection #110
- Allow to change list of a task in details view #97
- Markdown support for task notes field #76
- Display dates according to the locale #45
- Allow to chose a default list #26
- Add synchronisation indicator showing the state of saving a task
- Show last-modified, created and completed date in details view footer
- Updated translations
Fixed
v0.9.8
v0.9.7
Nextcloud Tasks 0.9.7
Fixed
- Compatiblity with Nextcloud 14
- Fix creation of new list on mobile
v0.9.6
Nextcloud Tasks 0.9.6
Fixed
- Compatiblity with Nextcloud 13
- Visual fixes and cleaned up icons
v0.9.5
v0.9.4
Nextcloud Tasks 0.9.4
Added
- Compatible with Nextcloud 11
- Allow all-day tasks @korelstar
- Open detail view after a new task is created @korelstar
- Add a confirmation dialog before deleting a calendar
- Allow to hide completed subtasks
Fixed
- Fix ordering of tasks @korelstar
- Fix creation of important, due and current tasks