Skip to content

Releases: nextcloud/tasks

v0.16.0

08 May 19:47
86fc864
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.14.1

02 Aug 20:41
05319cc
Compare
Choose a tag to compare

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

  • Don't overwrite title if navigating while editing #1716
  • Fix task creation from talk message #1708
  • Properly decode sharee name in sharee search #1734
  • Correctly align settings label #1719
  • Use correct icon for dark theme dashboard #1718

v0.14.0

18 Jul 10:38
ec22bc1
Compare
Choose a tag to compare

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

Fixed

  • Correctly show sunday column in Datepicker #935
  • Fix moving tasks between calendars #1581

v0.13.6

11 Nov 21:53
d5205a5
Compare
Choose a tag to compare

Nextcloud Tasks 0.13.6

Added

  • Updated translations
  • Updated dependencies

Fixed

v0.13.5

20 Oct 13:56
1c466ff
Compare
Choose a tag to compare

Nextcloud Tasks 0.13.5

Added

  • Reduce subtasks container padding on mobile #1250 #1280
  • Updated translations
  • Updated dependencies

Fixed