|
5 | 5 | # Changelog |
6 | 6 | All notable changes to this project will be documented in this file. |
7 | 7 |
|
| 8 | +## 1.17.0-beta.1 |
| 9 | + |
| 10 | +### Added |
| 11 | +- chore/share provide get users — @juliusknorr — [#7499](https://github.com/nextcloud/deck/pull/7499) |
| 12 | +- feat: implement IPartialShareProvider support — @salmart-dev — [#7501](https://github.com/nextcloud/deck/pull/7501) |
| 13 | +- Feature/3331 dynamic column width — @ludij — [#6640](https://github.com/nextcloud/deck/pull/6640) |
| 14 | + |
| 15 | +### Fixed |
| 16 | +- fix: Correct typing — @artonge — [#7515](https://github.com/nextcloud/deck/pull/7515) |
| 17 | +- fix: add new tags to card and board — @grnd-alt — [#7508](https://github.com/nextcloud/deck/pull/7508) |
| 18 | +- Fix: Board cannot be undeleted — @theoholl — [#7505](https://github.com/nextcloud/deck/pull/7505) |
| 19 | +- Fix: Do not render empty avatar list — @theoholl — [#7494](https://github.com/nextcloud/deck/pull/7494) |
| 20 | +- Fix: Clear value in new board dialog when a new board was created or the edit canceled — @theoholl — [#7498](https://github.com/nextcloud/deck/pull/7498) |
| 21 | +- Fix: Update validator to allow 0 board name — @theoholl — [#7438](https://github.com/nextcloud/deck/pull/7438) |
| 22 | +- Fix: Make color picker keyboard-focusable — @theoholl — [#7446](https://github.com/nextcloud/deck/pull/7446) |
| 23 | +- Fix: Redirect user to overview page after deleting or leaving a board — @theoholl — [#7442](https://github.com/nextcloud/deck/pull/7442) |
| 24 | +- Fix: Keep input dialogs in position — @theoholl — [#7441](https://github.com/nextcloud/deck/pull/7441) |
| 25 | +- Fix/6185: Windows compatibiliy: unspecified error when uploading a forbidden file — @samin-z — [#7429](https://github.com/nextcloud/deck/pull/7429) |
| 26 | +- fix(comment): improve comment form behavior in firefox — @luka-nextcloud — [#7397](https://github.com/nextcloud/deck/pull/7397) |
| 27 | +- fix(l10n): Use numbered placeholders — @rakekniven — [#7259](https://github.com/nextcloud/deck/pull/7259) |
| 28 | +- fix: resolve MySQL Error 1093 when deleting users from boards — @ABartelt — [#7225](https://github.com/nextcloud/deck/pull/7225) |
| 29 | + |
| 30 | +### Other |
| 31 | +- Chore/bump min php version — @grnd-alt — [#7293](https://github.com/nextcloud/deck/pull/7293) |
| 32 | +- Add translators comments in reference providers — @julien-nc — [#7222](https://github.com/nextcloud/deck/pull/7222) |
| 33 | +- feat(deps): Add Nextcloud 33 support on main — @nickvergessen — [#7204](https://github.com/nextcloud/deck/pull/7204) |
| 34 | +- perf(cards): fetch all cards at once — @CarlSchwan — [#7165](https://github.com/nextcloud/deck/pull/7165) |
| 35 | +- Docs: Updating docs for API endpoints for uploading attachments — @Somebodyisnobody — [#7159](https://github.com/nextcloud/deck/pull/7159) |
| 36 | +- chore: remove deprecated setAccessible — @grnd-alt — [#7507](https://github.com/nextcloud/deck/pull/7507) |
| 37 | +- Upgrade PHP version to 8.4 in devcontainer configuration — @theoholl — [#7461](https://github.com/nextcloud/deck/pull/7461) |
| 38 | + |
8 | 39 | ## 1.16.0-beta.1 |
9 | 40 |
|
10 | 41 | ### Added |
|
0 commit comments