Releases: nextcloud/deck
Releases · nextcloud/deck
v1.9.0-beta.1
Added
- Export Board @david-loe #3065
- basic notify_push usage with session handling @alangecker #3876
- feat(Description): Use text as editor if available @juliushaertl #4399
- Improve reference provider and add reference widgets @julien-nc #4422
- live updates 🎉 @alangecker #4273
- Tag creation from card view @juliushaertl #4344
Fixed
- Fix component renaming so that acl works on shares again @small1 #4315
- fix(Sidebar): Only close sidebar on v-click-outside for specific targets @juliushaertl #4350
- add basic e2e tests for stack title @shoetten #4206
- App metadata: add links to user and developer documentation @p-bo #4356
- Update signature of Entity::markFieldUpdated @nickvergessen #4398
- Remove updated nightly information @xf- #4419
- perf: Register notifier and resource listener lazy @juliushaertl #4439
- perf: Lazy load dashboard components @juliushaertl #4440
- Optimise upcomming overview creation @Raudius #3793
- Performance boost @juliushaertl #4452
Other
- Dependency updates
v1.8.3
v1.8.2
v1.7.3
Fixed
- feat: add validators to check values in services @juliushaertl #4176
- Add integration test for attachment handling on cards #4178
- disables autocomplete on card creation @juliushaertl #4182
- minor style fixes #4202
v1.6.5
Fixed
- minor style fixes #4203
- Add integration test for attachment handling on cards #4177
- feat: add validators to check values in services @juliushaertl #4175
- disables autocomplete on card creation @juliushaertl #4183
v1.8.0
Added
- Nextcloud 25 compatibility
- Performance improvements
- Use capped memory cache for board permissions @juliushaertl #3980
- Improve CalDAV integration performance @juliushaertl #3982
- Simpify query for getting shared files @juliushaertl #3983
- Accessibility improvements
- Add a11y label for sidebar button @marcelklehr #3986
- Improve filter popover accessibility @juliushaertl #3820
- Set ids to skip to content/navigation @juliushaertl #3924
- Invert icons properly in dark mode @juliushaertl #3939
- Implement card reference widget @eneiluj #4031
- Implement new dashboard widget interfaces @eneiluj #4033
- Add related resources panel to board sharing tab sidebar @Pytal #4000
Fixed
- Fix sorting stacks #4116
- Fix issue with duedate format #4140
- Fix missing icon for activity rendering #4090
- disables autocomplete on card creation #4142
- Set event link also for notifications that get emitted from activities #4117
- Fix attachment creator name: show display name @eneiluj #4036
- Fix reference provider when caching @eneiluj #4056
- Use global import for nextcloud-vue #4072
- Disable Create card button while no stack is chosen @icewind1991 #4014
- Adjust testing matrix for Nextcloud 25 on stable25 @nickvergessen #4068
- Fix Card menu not displaying when description is not set @marcelklehr #4105
- Reference widget adjustments for Text #4075
- use OCP\Collaboration\Reference\Reference #4078
- Cache user membership for circles #4141
- set last modified when the card was found. Fixes #3763 @ylebre #3796
- Increase file count after sharing @luka-nextcloud #3682
- Align Duedate-delete icon properly - fixes #3791 @Ben-Ro #3811
- Fix for issue #3637 @flummer #3833
- Switch to 'markdown-it-task-checkbox' for rendering of task lists @q-wertz #3898
- Make rename functions accessibly by keyboard navigation @juliushaertl #3813
- Prevent opening card and applyLabelFilter on card drag end @eneiluj #3916
- Inserted required property in the rename list field, to prevent the l… @mstolf #3862
- Fix share provider for master changes @nickvergessen #3942
- Fetch attachment folder for the correct user during cron job @juliushaertl #3952
- Fix z-index for deck sidebar @Raudius #3884
Other
- Switch from OC::$server->get to OCP\Server::get @CarlSchwan #3801
- Add performance section in README @eneiluj #3830
- Fix static analysis by stubbing more circle methods @juliushaertl #3900
- fix(docs): fix links to JSON schemas for Trello @wiktor2200 #3872
- Move to OCP\Collaboration\Resources\LoadAdditionalScriptsEvent @juliushaertl #3818
- Rename settings to deck settings @PVince81 #3928
- SCSS cleanup @juliushaertl #3803
- Hide deprecated projects in sidebar and card details by default @Pytal #3984
v1.7.0
Added
- Transfer ownership @matchish @luka-nextcloud @juliushaertl #2496
- Import from trello via CLI @vitormattos #3182
- Add app config to toggle the default calendar setting as an admin @juliushaertl #3528
- Show board name in browser title @luka-nextcloud #3499
- Move DeleteCron to be time insensitive @juliushaertl #3599
- 🚸 Shows error on board fetchData @vinicius73 #3653
- Add support for PHP 8.1 @juliushaertl #3601
- Nextcloud 24 compatibility
Fixed
- CardApiController: Fix order of optional parameters @simonspa #3512
- Exclude deleted boards in the selection for target @luka-nextcloud #3502
- Fix CalDAV blocking and modernize circles API usage @juliushaertl #3500
- Timestamps on created and modified at values @luka-nextcloud #3532
- return the selector for collections @dartcafe #3552
- Generate fixed link for activity emails @luka-nextcloud #3611
- 🐛 Fix missing files sidebar @vinicius73 #3635
- Handle description shortening more gracefully @juliushaertl #3650
- Sort boards non case sensitive @Ben-Ro #3560
- Remove unused argument from transfer ownership @juliushaertl #3712
- Fix: Check all circle shares for permissions @bink #3625
- Extend API changelog @juliushaertl #3522
- Fix talk integration @nickvergessen #3529
- Fix confusion between stackId and boardId in StackService @eneiluj #3541
- Add horizontal scrollbar into the large table inside description @luka-nextcloud #3531
- Make links in markdown note bolder @luka-nextcloud #3530
- Update master php testing versions @nickvergessen #3561
- Update master php enviroment @nickvergessen #3582
- Make insert attachment buttom easy to click @luka-nextcloud #3612
- Remove extra bullet @elitejake #3613
- l10n: Delete space @Valdnet #3666
- Update master php testing versions @nickvergessen #3688
- Fix wording to represent the code behavior @q-wertz #3685
- Fix cron jobs @nickvergessen #3689
- Update master php testing versions @nickvergessen #3695
- Optimise queries when preparing card related notifications @Raudius #3690
- Properly check for the stack AND setting board permissions @juliushaertl #3670
- Replace deprecated String.prototype.substr() @CommanderRoot #3669
- Dependency updates
- 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
- Handle qb mapper exception messages properly @juliushaertl #3769
v1.7.0-rc.1
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
Added
- Transfer ownership @juliushaertl #3664
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
v1.5.7
Added
- Transfer ownership @juliushaertl #3665
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