Skip to content

Releases: nextcloud-releases/deck

v1.7.0

02 May 14:47
5e3ddd8
Compare
Choose a tag to compare

Added

Fixed

v1.7.0-rc.1

29 Apr 14:20
25e0ae2
Compare
Choose a tag to compare
v1.7.0-rc.1 Pre-release
Pre-release

Fixed

  • Show cards after moving into another list #3736
  • Fix paramter replacements when creating deck cards from talk messages @nickvergessen #3683
  • Fix hidden attachment icon on archived cards #3733
  • Adapt the card modal to upstream changes #3764
  • Fix text selection in dark mode and modal view #3765
  • Add missing indices #3754

v1.6.2

29 Apr 14:38
ad4174f
Compare
Choose a tag to compare

Added

Fixed

  • 🐛 Fix missing files sidebar #3641
  • Add a missing translation - not found in transifex #3706
  • Fix: Check all circle shares for permissions #3717
  • Sort boards non case sensitive #3663
  • Use explicit cast to make use of index @juliushaertl #3497
  • Fix paramter replacements when creating deck cards from talk messages @juliushaertl #3741
  • Fix hidden attachment icon on archived cards #3734
  • Fix text selection in dark mode and modal view #3766

Other

  • Properly check for the stack AND setting board permissions #3713
  • Add missing indices #3755

v1.5.7

29 Apr 14:37
3d14e3f
Compare
Choose a tag to compare

Added

Fixed

  • Fix: Check all circle shares for permissions #3721
  • Add a missing translation - not found in transifex #3707
  • 🐛 Fix missing files sidebar #3642
  • [stable23] Use explicit cast to make use of index #3731
  • Fix hidden attachment icon on archived cards #3735
  • [stable23] Sort boards non case sensitive #3739
  • add autofocus on board edit #3326 @juliushaertl #3743
  • Fix paramter replacements when creating deck cards from talk messages @juliushaertl #3742
  • Fix text selection in dark mode and modal view #3767

Other

  • Properly check for the stack AND setting board permissions #3714
  • Add missing indices #3756

v1.7.0-beta.1

11 Apr 20:58
deea4fa
Compare
Choose a tag to compare
v1.7.0-beta.1 Pre-release
Pre-release

Added

Fixed

v1.6.1

10 Mar 08:59
a5565d1
Compare
Choose a tag to compare

Fixed

  • Exclude deleted boards in the selection for target #3523
  • CardApiController: Fix order of optional parameters #3520
  • Fix cursor generation if no results are found #3462
  • Fix CalDAV blocking and modernize circles API usage #3526
  • Fix overview card listing #3463
  • Generate fixed link for activity emails #3626
  • return the selector for collections #3618
  • Fix confusion between stackId and boardId in StackService #3543
  • Fix talk integration #3537
  • Make insert attachment buttom easy to click #3614

v1.5.6

10 Mar 08:57
c99b4bf
Compare
Choose a tag to compare

Fixed

  • Allow to download an attachment without navigating to the files app #3441
  • Fix CalDAV blocking and modernize circles API usage #3527
  • CardApiController: Fix order of optional parameters #3521
  • Fix cursor generation if no results are found #3460
  • Exclude deleted boards in the selection for target #3524
  • Generate fixed link for activity emails #3627
  • Make insert attachment buttom easy to click #3615
  • Fix confusion between stackId and boardId in StackService #3544

v1.4.8

10 Mar 08:56
4e14dfb
Compare
Choose a tag to compare

Fixed

  • Fix cursor generation if no results are found #3461
  • Allow to download an attachment without navigating to the files app #3442
  • Exclude deleted boards in the selection for target #3525
  • Make insert attachment buttom easy to click #3616
  • Fix confusion between stackId and boardId in StackService #3545

v1.6.0

30 Nov 15:37
d4c9147
Compare
Choose a tag to compare

Added

  • #3449 Cache most frequent queries
  • #3177 Use async import for vue component on collections entrypoint @juliushaertl
  • #2791 Open description links in new tab @fm-sys
  • #3344 Improve combined search @eneiluj
  • #3362 Improve search performance @eneiluj
  • #2710 Due date shortcuts in the datepicker @jakobroehrl

Fixed

  • #3446 Switch to QBMapper in BoardMapper
  • #3433 Fix event name for updating the description
  • #3463 Fix overview card listing
  • #3440 Allow to download an attachment without navigating to the files app
  • #3462 Fix cursor generation if no results are found
  • #3161 Reduce duplicate queries when fetching user boards an permissions @juliushaertl
  • #3151 Always log generic exceptions @juliushaertl
  • #3217 Move circle checks to a unified service and improve member checks @juliushaertl
  • #3225 Check for null value to avoid TypeError in the group manager @juliushaertl
  • #3263 Defer obtaining the user session in the config service @juliushaertl
  • #3294 Fix print style issues @weeman1337
  • #3299 Return false instead of throwing when getting calendar setting @juliushaertl
  • #3298 Delete file shares through attachments API @juliushaertl
  • #3343 Fix search pagination cursor @eneiluj
  • #3326 add autofocus on board edit @weeman1337
  • #3323 Extend drag-and-drop zone in card sidebar @old-green-frog
  • #3364 Fix optional parameter order @juliushaertl
  • #3324 Fix menu button position in card modal @valerydmitrieva
  • #3391 Use displayname instead of uid for mentions (reopened against master) @kffl
  • #3316 Additional check for stacks @juliushaertl
  • #3357 Revert "Fix search pagination cursor" @juliushaertl
  • #3327 Do not show both bullets and checkboxes for checklists @Themanwhosmellslikesugar
  • #3375 Show absolute dates when printing @weeman1337
  • #3376 Print assignee names @weeman1337
  • #3384 Keep exceptions http response generic @juliushaertl

v1.6.0-beta3

24 Nov 15:27
e4db5e4
Compare
Choose a tag to compare
v1.6.0-beta3 Pre-release
Pre-release
  • #3449 Cache most frequent queries
  • #3446 Switch to QBMapper in BoardMapper