|
5 | 5 | # Changelog |
6 | 6 | All notable changes to this project will be documented in this file. |
7 | 7 |
|
| 8 | +## 1.18.0-beta.1 |
| 9 | +### Added |
| 10 | +* Submit changes to board color and name on enter key press by @theoholl in https://github.com/nextcloud/deck/pull/7640 |
| 11 | +* Federated board sharing by @grnd-alt in https://github.com/nextcloud/deck/pull/7330 |
| 12 | +* Update filter to show cards where any of the selected users is assigned to by @theoholl in https://github.com/nextcloud/deck/pull/7624 |
| 13 | +* A board can be pinned as default board by @ramteid in https://github.com/nextcloud/deck/pull/7675 |
| 14 | +* Assign labels on federated boards by @grnd-alt in https://github.com/nextcloud/deck/pull/7684 |
| 15 | +* Federation reorder by @grnd-alt in https://github.com/nextcloud/deck/pull/7712 |
| 16 | +* Allow automatic setting of done status by @miaulalala in https://github.com/nextcloud/deck/pull/7702 |
| 17 | +* Show creator and created date in card by @samin-z in https://github.com/nextcloud/deck/pull/7650 |
| 18 | +* Live update card description by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7716 |
| 19 | +* Add start date field to cards by @aparcar in https://github.com/nextcloud/deck/pull/7749 |
| 20 | +* Assign users on federated boards by @grnd-alt in https://github.com/nextcloud/deck/pull/7703 |
| 21 | +* Add color property to cards and implement color selection by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7787 |
| 22 | +* Add deck to user migration by @samin-z in https://github.com/nextcloud/deck/pull/7870 |
| 23 | +* Add Gantt chart view for boards by @aparcar in https://github.com/nextcloud/deck/pull/7812 |
| 24 | +* Make card, ACL and board events webhook-compatible by @cbcoutinho in https://github.com/nextcloud/deck/pull/7910 |
| 25 | + |
| 26 | +### Fixed |
| 27 | +* Use strict comparison by @CarlSchwan in https://github.com/nextcloud/deck/pull/7546 |
| 28 | +* Cast shareID to string by @grnd-alt in https://github.com/nextcloud/deck/pull/7594 |
| 29 | +* Increase minimum card width by @grnd-alt in https://github.com/nextcloud/deck/pull/7590 |
| 30 | +* Stop ignoring certain share rows by @salmart-dev in https://github.com/nextcloud/deck/pull/7603 |
| 31 | +* Add null check for boardId in createSession by @solracsf in https://github.com/nextcloud/deck/pull/7660 |
| 32 | +* Show unknown federated users in search by @grnd-alt in https://github.com/nextcloud/deck/pull/7683 |
| 33 | +* Use positional placeholders in translations by @rakekniven in https://github.com/nextcloud/deck/pull/7664 |
| 34 | +* Do not notify users about their own actions by @ramteid in https://github.com/nextcloud/deck/pull/7661 |
| 35 | +* Handle null user case by @miaulalala in https://github.com/nextcloud/deck/pull/7705 |
| 36 | +* Check cardId for attachment by @grnd-alt in https://github.com/nextcloud/deck/pull/7727 |
| 37 | +* Keep done state when importing a board by @miaulalala in https://github.com/nextcloud/deck/pull/7735 |
| 38 | +* Hide not required JSON fields for federation by @grnd-alt in https://github.com/nextcloud/deck/pull/7726 |
| 39 | +* Correctly copy label and description when cloning cards by @solracsf in https://github.com/nextcloud/deck/pull/7714 |
| 40 | +* Pass boardId to attachmentController by @grnd-alt in https://github.com/nextcloud/deck/pull/7708 |
| 41 | +* Call findBoardId with int by @grnd-alt in https://github.com/nextcloud/deck/pull/7761 |
| 42 | +* Prevent accidental text selection when dragging a card by @theoholl in https://github.com/nextcloud/deck/pull/7765 |
| 43 | +* Adapt to stricter stylelint rules by @grnd-alt in https://github.com/nextcloud/deck/pull/7794 |
| 44 | +* Set max comment retrieval limit to 200 by @grnd-alt in https://github.com/nextcloud/deck/pull/7788 |
| 45 | +* Fix showing no due cards by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7797 |
| 46 | +* Use correct controller attributes for federation endpoints by @grnd-alt in https://github.com/nextcloud/deck/pull/7816 |
| 47 | +* Fix share and assign team issue by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7687 |
| 48 | +* Use message source when updating a comment by @mejo- in https://github.com/nextcloud/deck/pull/7878 |
| 49 | +* Use lighter probeCircles() in teams by @ArtificialOwl in https://github.com/nextcloud/deck/pull/7857 |
| 50 | +* Allow updating replies in comments by @grnd-alt in https://github.com/nextcloud/deck/pull/7896 |
| 51 | +* Register event listener for typed comment events by @miaulalala in https://github.com/nextcloud/deck/pull/7894 |
| 52 | + |
8 | 53 | ## 1.16.0-beta.1 |
9 | 54 |
|
10 | 55 | ### Added |
|
0 commit comments