Skip to content

Releases: nextcloud/deck

v0.4.0

11 Jul 16:46
fde5096
Compare
Choose a tag to compare

Changelog

Added

  • Attach files to cards
  • Embed attachments into the card description
  • Color picker to use any color value for board and labels
  • Support for checkboxes inside the description
  • occ command to export user data as JSON

Fixed

  • Improve frontend data management
  • Fix bug the user list being empty on some occasions

v0.4.0-beta5

05 Jul 16:54
20b25e0
Compare
Choose a tag to compare
v0.4.0-beta5 Pre-release
Pre-release
  • Stream files when downloading them to avoid out of memory allocation errors #519

v0.4.0-beta4

02 Jul 10:24
120e4e1
Compare
Choose a tag to compare
v0.4.0-beta4 Pre-release
Pre-release
  • Add upload progress bar and cancel button #514
  • Add occ command to export JSON dump of user data #470
  • Fix color picker on bright colors #511
  • Check filesize before uploading #510
  • Fix chrome popup when unassigning labels #504
  • Fix missing newlines in markdown rendering #502
  • Bump dependencies

v0.4.0-beta3

25 Jun 16:18
bfe7190
Compare
Choose a tag to compare
v0.4.0-beta3 Pre-release
Pre-release
  • 014f76b - Provide resource of tmp file instead of putting all content in memory
  • 546928f - Throw proper StatusException
  • b4ead5a - Display proper file upload errors

v0.4.0-beta2

21 Jun 12:59
63ac985
Compare
Choose a tag to compare
v0.4.0-beta2 Pre-release
Pre-release

v0.4.0-beta2

v0.4.0-beta1

20 Jun 08:24
00554c2
Compare
Choose a tag to compare
v0.4.0-beta1 Pre-release
Pre-release

0.4.0-beta1

Added

  • Attach files to cards
  • Embed attachments into the card description
  • Color picker to use any color value for board and labels
  • Support for checkboxes inside the description

Fixed

  • Improve frontend data management
  • Fix bug the user list being empty on some occasions

v0.3.1

07 Mar 16:46
2999d96
Compare
Choose a tag to compare

Fixed

  • Fix performance issue with large LDAP instances
  • Fix assigning users to newly created boards
  • Various performance improvements
  • Fix some untranslated strings (@cloud2018)
  • Add confirmation dialog to delete options
  • Fix issues with assigned users list when saving a card
  • Delete assignments if users get removed

v0.3.1-rc1

02 Mar 18:38
a0ffc3a
Compare
Choose a tag to compare
v0.3.1-rc1 Pre-release
Pre-release

Fixed

  • Fix performance issue with large LDAP instances
  • Fix assigning users to newly created boards
  • Various performance improvements
  • Fix some untranslated strings (@cloud2018)
  • Add confirmation dialog to delete options
  • Fix issues with assigned users list when saving a card
  • Delete assignments if users get removed

v0.3.0

12 Jan 14:14
acc168e
Compare
Choose a tag to compare

Added

  • Allow to assign users to cards
  • Emit notifications for overdue cards
  • Emit notifications if boards gets shared to a user
  • Add support for Nextcloud 13
  • Simplify layout for cleaner user experience
  • Add contacts menu to avatars
  • Automatically save card description on inactivity

Fixed

  • Fix card dragging behaviour
  • Fix scrolling and dragging on mobile
  • Various fixes when data is not syncronized between different views
  • Improved performance
  • Update document title when renaming a board
  • Automatically chose the least used color
  • Improve accessibility
  • Fix issue when assigning labels after creating them
  • Allow to save tag changes with enter
  • Fix bug when removing labels changed the color of the remaining ones
  • Fix issues with auto saving of card descriptions

v0.3.0-beta1

17 Dec 18:41
19dda17
Compare
Choose a tag to compare
v0.3.0-beta1 Pre-release
Pre-release

Added

  • Allow to assign users to cards
  • Emit notifications for overdue cards
  • Emit notifications if boards gets shared to a user
  • Add support for Nextcloud 13
  • Simplify layout for cleaner user experience
  • Add contacts menu to avatars
  • Automatically save card description on inactivity

Fixed

  • Fix card dragging behaviour
  • Fix scrolling and dragging on mobile
  • Various fixes when data is not syncronized between different views
  • Improved performance
  • Update document title when renaming a board
  • Automatically chose the least used color
  • Improve accessibility
  • Fix issue when assigning labels after creating them
  • Allow to save tag changes with enter