Skip to content

Releases: nextcloud/tasks

0.11.2

11 Sep 11:16
85f2190
Compare
Choose a tag to compare

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

08 Aug 19:04
9f4cea9
Compare
Choose a tag to compare

Nextcloud Tasks 0.11.1

Added

  • Add possibility to drop tasks on calendars and collections in left sidebar #399
  • Updated translations
  • Updated dependencies
  • Added unit- and integration tests for PHP code #511

Fixed

  • Enable showing calendars with percent-encoded characters in their URI #480
  • Fix double-encoded calendar names and task name placeholders #486
  • Correctly handle tasks in read-only calendars #523, #529

v0.11.0

25 Jun 20:39
ac4573b
Compare
Choose a tag to compare

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

10 May 06:59
165ec05
Compare
Choose a tag to compare

Nextcloud Tasks 0.10.1

Added

  • Updated translations

Fixed

  • Correctly handle all numeric UIDs #394

v0.10.0

08 May 19:35
78a6dd4
Compare
Choose a tag to compare

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

  • Fix drag and drop #78
  • No glitching on app load #160
  • Fix invalid priority date #180
  • Fix saving due date after task creation #167
  • Fix date input format #21
  • Fix creating lists withouth latin characters #148

v0.9.8

21 Nov 15:47
cca1005
Compare
Choose a tag to compare

Nextcloud Tasks 0.9.8

Fixed

  • Fixed smart collections usability on Chrome #77
  • Adjust calendar delete confirmation text #196
  • Improve highlight of selected task #104
  • Fix client-side search #22

v0.9.7

06 Sep 08:14
b18d954
Compare
Choose a tag to compare

Nextcloud Tasks 0.9.7

Fixed

  • Compatiblity with Nextcloud 14
  • Fix creation of new list on mobile

v0.9.6

07 Feb 20:35
9c8babd
Compare
Choose a tag to compare

Nextcloud Tasks 0.9.6

Fixed

  • Compatiblity with Nextcloud 13
  • Visual fixes and cleaned up icons

v0.9.5

01 Mar 23:29
Compare
Choose a tag to compare

Nextcloud Tasks 0.9.5

Fixed

  • Show category delete icon again #31
  • Update readme #36, #61
  • Adjust app-navigation-entry menu for NC 11.0.2+ #52, #53, #54
  • Improve app-sidebar to better work with other apps #59

v0.9.4

14 Dec 21:23
Compare
Choose a tag to compare

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