Skip to content

Commit a0854bc

Browse files
committed
release/1.17.0-beta.1
Signed-off-by: grnd-alt <git@belakkaf.net>
1 parent 797c686 commit a0854bc

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

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+
839
## 1.16.0-beta.1
940

1041
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 🚀 Get your project organized
2121

2222
</description>
23-
<version>2.0.0-dev.0</version>
23+
<version>1.17.0-beta.1</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<namespace>Deck</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "2.0.0-dev.0",
4+
"version": "1.17.0-beta.1",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)