Releases: nextcloud/tasks
Releases · nextcloud/tasks
v0.16.1
Nextcloud Tasks 0.16.1
Added
- Display error dialog to user when creating calendar for new list fails #2607
Changed
- Updated translations
- Updated dependencies
Fixed
v0.16.0
Nextcloud Tasks 0.16.0
This version of Tasks is only compatible with Nextcloud server 28 and newer.
Breaking
- Hard-links to tasks or lists have changed, because the app now uses router web history instead of web hash history mode #2480
Added
- Implement bulk task creation #2273
- Extract tags from task summary #2425
- Implement filtering by tags #2427
- Allow to clear global search in filter menu #2431
- Show link to Deck for deck cards #2436
- Show start date as label in task body #2438
- Implement sorting trash bin items #2440
- Implement setting task location #2442
- Implement setting task URL #2443
Changed
- Migrate the app to vue 3 #1971
- Use router web history instead of web hash history mode #2480
- Unify style of tags in task body with sidebar #2426
- Use circular progress bar instead of linear bar #2464
- Treat tasks with
STATUS:COMPLETED
as completed #2429 - Use
TagMultiple
icon consistently #2432 - Sort tags in dropdown alphabetically #2433
- Use
NcButton
component to toggle completed tasks visibility #2434 - Update issue templates #2363
- Migrate from webpack to vite #2321
- Migrate from jest to vitest #2409
- Updated translations
- Updated dependencies
Fixed
- Correctly handle timezones #2446
- Fix missing tasks icon in talk app #2364
- Do not use the router in the store #2362
- Don't set percent to
0
forNEEDS-ACTION
#2365 - Correctly show task body corners when tasks are hidden #2430
- Correctly translate the loading completed tooltip #2435
- Don't show empty category for empty
CATEGORIES
param #2437 - Use
NcDateTime
to show time in trashbin #2439 - Show correct calendar weeks in date picker #2366
- Show completed button label correctly #2558
- Remove margin from link in task body summary #2559
v0.15.0
Nextcloud Tasks 0.15.0
This version of Tasks is only compatible with Nextcloud server 25 and newer.
Added
- Adjust style for Nextcloud 25 and above #2166 #2168
- Use
NcTextField
for task create input, show submit button on the right #2226
Changed
- Adjust task list sharing interface #2219
- Sort tasks by priority before sorting alphabetically #2210
- Migrate from
NcMultiselect
toNcSelect
#2193 #2197 #2217 - Code cleanup #2192 #2218 #2254
Fixed
- Fix closing tag list after selection #1796
- Don't occlude sort order dropdown by sidebar #2227
- Correctly import
NcProgressBar
#2187 - Fix Tasks icon color in Dashboard widget #2186
- Fix markdown checkbox style #2206
- Show notes equally in editing and preview mode #2209
- Fix inconsistent property
X-ALT-DESC
#2240 - Fix TaskStatusDisplay #2256
v0.14.5
Nextcloud Tasks 0.14.5
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 ofNcAppNavigationCounter
#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
v0.14.4
v0.14.3
Nextcloud Tasks 0.14.3
Added
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
v0.14.2
Nextcloud Tasks 0.14.2
Added
- Show created, modified and completed date in AppSidebar subtitle tooltip #1746
Changed
- Updated translations
- Updated dependencies
Fixed
- Send correct content type for PUT requests nextcloud/cdav-library#539
v0.14.1
Nextcloud Tasks 0.14.1
Added
- Restore ancestors and children when restoring a task #1728
- Show task title in appsidebar title tooltip #1702
- Open notes tab in appsidebar on notes icon click #1703
- Allow to add task from dashboard #1688
- Improve task creation dialog styling #1709
- Add plus icon to task input field #1705
Changed
Fixed
v0.14.0
Nextcloud Tasks 0.14.0
Added
- Completely new AppSidebar using Nextcloud style #1030
- Added GUI for the trash bin #1675
- Dashboard widget #1641
- Allow to create tasks from Talk messages #1649
- Show week number in date picker #1556
- Allow to download/export a single task #103
- Add link to calendar for tasks with due date #803
Changed
- Treat cancelled tasks as completed #1553
- Allow to remove status property #1510
- Move task delete action into dropdown menu #1328
- Adjust the app-navigation-toggle alignment #1668
- Rename categories to tags #1526
- Require Nextcloud server v20 or newer #1655
- Use NPM7 and simplify build configuration #1638
- Use Codecov action instead of bash uploader #1594
- Updated translations
- Updated dependencies