Releases: nextcloud/deck
Releases · nextcloud/deck
v1.11.0
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
Added
- Import of deck JSON data through occ @juliushaertl #5004
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
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
Added
- Import deck json files through occ @juliushaertl #5003
- Create new card via smart picker #5000
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
Added
- Compatibility with Nextcloud 27
Fixed
- fix: Properly overwrite z-index of datepicker above modal @juliushaertl #4664
- Use the color-primary-element* variables @szaimen #4673
- fix(references): Mute NoPermissionException as it is expected to happen for references @juliushaertl #4514
- fix(cards): Fix card sizing by limiting too wide style rules @juliushaertl #4512
- fix: Adapt NcEmptyContent usages to new slots @juliushaertl #4561
- Gracefully handle not found card for a share @mejo- #4566
- Prevent tag itself being edit button if user lacks permissions @joshtrichards #4574
- chore: Remove unused @nextcloud/vue-dashboard @juliushaertl #4586
- Update Description.vue: Fixes the issue of hidden text by menu bar @pschopen #4617
- allow user to toggle visibility of the calendar for a deck board @schiessle #4622
- fix: Append datetime picker to body to avoid cut off @juliushaertl #4643
- fix: Bring back overdue column by removing faulty condition @juliushaertl #4660
- fix(sessions): Do not send close request without token @juliushaertl #4510
- tests(integration): Add test for multiple board shares to the same user @juliushaertl #4494
- fix(API): Fix board API details parameter to work as expected @nickvergessen #4518
- Fix : Overlapping expiry dates on tags @Jerome-Herbinet #4535
- Fix consistency of a "Create card" wording with its equivalent for Notes ("New card") @Jerome-Herbinet #4534
- tests(integration): Add integration tests for due dates @juliushaertl #4489
- Better display of card dates (creation and change dates) @Jerome-Herbinet #4604
- Refactors lib\Activity\DeckProvider.php to improve code readability. @fsamapoor #4648
- Converts 'strpos()' calls to improve code readability. @fsamapoor #4657
- Dependency updates
Other
- feat: Add devcontainer and update dev docs @juliushaertl #4683
- chore(CI): Adjust testing matrix for Nextcloud 27 on stable27 @nickvergessen #4691
v1.10.0-beta.2
Fixed
- fix: Properly overwrite z-index of datepicker above modal @juliushaertl #4664
- Use the color-primary-element* variables @szaimen #4673
- Dependency updates
Other
- feat: Add devcontainer and update dev docs @juliushaertl #4683
- chore(CI): Adjust testing matrix for Nextcloud 27 on stable27 @nickvergessen #4691
v1.9.2
v1.8.5
v1.10.0-beta.1
Added
- Compatibility with Nextcloud 27
Fixed
- fix(references): Mute NoPermissionException as it is expected to happen for references @juliushaertl #4514
- fix(cards): Fix card sizing by limiting too wide style rules @juliushaertl #4512
- fix: Adapt NcEmptyContent usages to new slots @juliushaertl #4561
- Gracefully handle not found card for a share @mejo- #4566
- Prevent tag itself being edit button if user lacks permissions @joshtrichards #4574
- chore: Remove unused @nextcloud/vue-dashboard @juliushaertl #4586
- Update Description.vue: Fixes the issue of hidden text by menu bar @pschopen #4617
- allow user to toggle visibility of the calendar for a deck board @schiessle #4622
- fix: Append datetime picker to body to avoid cut off @juliushaertl #4643
- fix: Bring back overdue column by removing faulty condition @juliushaertl #4660
- fix(sessions): Do not send close request without token @juliushaertl #4510
- tests(integration): Add test for multiple board shares to the same user @juliushaertl #4494
- fix(API): Fix board API details parameter to work as expected @nickvergessen #4518
- Fix : Overlapping expiry dates on tags @Jerome-Herbinet #4535
- Fix consistency of a "Create card" wording with its equivalent for Notes ("New card") @Jerome-Herbinet #4534
- tests(integration): Add integration tests for due dates @juliushaertl #4489
- Better display of card dates (creation and change dates) @Jerome-Herbinet #4604
- Refactors lib\Activity\DeckProvider.php to improve code readability. @fsamapoor #4648
- Converts 'strpos()' calls to improve code readability. @fsamapoor #4657
v1.9.1
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