Skip to content

Releases: nextcloud/deck

v1.11.0

13 Sep 13:06
183113a
Compare
Choose a tag to compare

Added

  • feat: Import of deck JSON data through occ #5003
  • feat: create new card from smart picker #5000
  • feat: update smart picker links #5072
  • feat: remember last board, list for new card dialog #5049

Fixed

  • Fix(occ): set user id for permission sevice from board service #4813
  • fix: Allow dynamic autoloading for classes added during upgrade #4804
  • fix(notification): Prevent null in parameters #4909
  • fix: Split query to fetch board ids to avoid slow query join @juliushaertl #4949
  • fix: export doesn't handle lists with no cards #5118
  • fix: execute return int for export command #4811
  • fix: crash when leaving out system parameter #4831
  • test: add cypress tests for create new deck card #5026
  • feat: error msg on CreateNewCardCustomPicker & only show available bo… #5030
  • Remove duplicate button #5043

Other

  • Dependency updates

v1.9.3

13 Sep 12:46
3a27e94
Compare
Choose a tag to compare

Added

Fixed

  • Prevent tag itself being edit button if user lacks permissions #4766
  • fix: Allow dynamic autoloading for classes added during upgrade #4805
  • Fix(occ): set user id for permission sevice from board service #4814
  • fix(notification): Prevent null in parameters #4910
  • fix: Split query to fetch board ids to avoid slow query join @juliushaertl #4950
  • fix: export doesn't handle lists with no cards #5117
  • Ensure $boardId is an integer #4774
  • fix: execute return int for export command #4812
  • fix: crash when leaving out system parameter #4832
  • Remove duplicate button #5044

Other

  • Dependency updates

v1.8.6

13 Sep 12:41
fd6d7cc
Compare
Choose a tag to compare

Fixed

  • Prevent tag itself being edit button if user lacks permissions #4767
  • Fix(occ): set user id for permission sevice from board service #4815
  • fix(notification): Prevent null in parameters #4911
  • fix: Allow dynamic autoloading for classes added during upgrade #4806
  • Ensure $boardId is an integer #4775
  • fix: crash when leaving out system parameter #4833
  • Fix CI @juliushaertl #4912
  • fix: Split query to fetch board ids to avoid slow query join @juliushaertl #4963
  • Dependency updates

v1.11.0-beta.1

12 Aug 08:32
e926a0a
Compare
Choose a tag to compare

Added

Fixed

  • Fix(occ): set user id for permission sevice from board service #4813
  • fix: Allow dynamic autoloading for classes added during upgrade #4804
  • fix(notification): Prevent null in parameters #4909
  • fix: Split query to fetch board ids to avoid slow query join @juliushaertl #4949
  • fix: execute return int for export command #4811
  • fix: crash when leaving out system parameter #4831

v1.10.0

12 Jun 09:21
3c407c0
Compare
Choose a tag to compare

Added

  • Compatibility with Nextcloud 27

Fixed

Other

v1.10.0-beta.2

22 May 08:46
bb569f7
Compare
Choose a tag to compare

Fixed

Other

v1.9.2

11 May 17:04
9cebe7a
Compare
Choose a tag to compare

Fixed

  • fix: Properly overwrite z-index of datepicker above modal #4665

v1.8.5

11 May 17:03
3c3837c
Compare
Choose a tag to compare

Fixed

  • fix: Properly overwrite z-index of datepicker above modal #4667

v1.10.0-beta.1

10 May 13:56
6cda378
Compare
Choose a tag to compare

Added

  • Compatibility with Nextcloud 27

Fixed

v1.9.1

10 May 13:53
9650858
Compare
Choose a tag to compare

Fixed

  • Gracefully handle not found card for a share #4567
  • fix: Adapt NcEmptyContent usages to new slots #4562
  • allow user to toggle visibility of the calendar for a deck board #4625
  • fix: Append datetime picker to body to avoid cut off #4644
  • chore: Remove unused @nextcloud/vue-dashboard @juliushaertl #4650
  • fix: Bring back overdue column by removing faulty condition #4662
  • Fix : Overlapping expiry dates on tags #4537
  • Better display of card dates (creation and change dates) #4619
  • Update dependencies