Skip to content

Releases: nextcloud/tasks

v0.17.1

09 Nov 10:05
f44baee

Choose a tag to compare

Nextcloud Tasks 0.17.1

Fixed

  • Show users in sharing search bar #2971

v0.17.0

22 Oct 20:36
8561780

Choose a tag to compare

Nextcloud Tasks 0.17.0

Added

  • Allow to add reminders #154
  • Allow editing completion date #2686
  • Enable sorting by tags #2658
  • Require caldav backend #2621

Changed

  • Remove unused dependency #2707
  • Updated translations
  • Updated dependencies

Fixed

  • No need to include CSS chunks separately #2667 #2767
  • Trash bin with fullday event can be opened again #2784
  • Don't close sidebar when clicking outside #2785
  • Correctly open task from dashboard #2881

v0.17.0-alpha.0

11 Sep 21:22
00dc681

Choose a tag to compare

v0.17.0-alpha.0 Pre-release
Pre-release

Nextcloud Tasks 0.17.0-alpha.0

v0.16.1

18 Aug 08:52
1aa2fdb

Choose a tag to compare

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

  • Fix selecting color when creating list #2635
  • Fix selecting all-day and wrong time zone #2636
  • Correctly handle timezone of created, modified and complete dates #2638
  • Bring back titles in sidebar #2639
  • Fix this.$refs.menuButton is null error #2634

v0.16.0

08 May 19:47
86fc864

Choose a tag to compare

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 for NEEDS-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

16 May 20:10
fde2247

Choose a tag to compare

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

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

19 Oct 15:17
076c7ba

Choose a tag to compare

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 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

v0.14.4

19 Mar 20:18
209b3f9

Choose a tag to compare

Nextcloud Tasks 0.14.4

Fixed

  • Don't open sidebar when completing task #1948

v0.14.3

18 Mar 21:26
b40b955

Choose a tag to compare

Nextcloud Tasks 0.14.3

Added

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

Changed

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

29 Aug 20:11
d1220bf

Choose a tag to compare

Nextcloud Tasks 0.14.2

Added

  • Show created, modified and completed date in AppSidebar subtitle tooltip #1746

Changed

  • Updated translations
  • Updated dependencies

Fixed