Skip to content

Commit 9271aed

Browse files
authored
Merge pull request #7850 from nextcloud/release/1.17.1
release/1.17.1
2 parents 3b49122 + ad72968 commit 9271aed

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

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

8+
9+
## 1.17.1
10+
11+
### Added
12+
- feat: live update card description by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7793
13+
14+
### Fixed
15+
- fix: remove user part only at the beginning of path by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7676
16+
- Fix npm audit by @nextcloud-command in https://github.com/nextcloud/deck/pull/7600
17+
- fix: hide upload button if user has no quota by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7678
18+
- fix: user may be null by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7707
19+
- fix: check cardId for attachment by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7737
20+
- fix: Handle share attributes in the share provider by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7728
21+
- Correctly copy label and description when clon… by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7767
22+
- Server-side validation for whitespace in title by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7764
23+
- fix: showing no due cards by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7811
24+
825
## 1.17.0
926

1027
### 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>1.17.0</version>
23+
<version>1.17.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": "1.17.0",
4+
"version": "1.17.1",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)