Skip to content

Commit 8b7367a

Browse files
authored
Merge pull request #7851 from nextcloud/release/1.16.4
Release/1.16.4
2 parents 5129cdf + 2fd5b65 commit 8b7367a

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

CHANGELOG.md

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

8+
## 1.16.4
9+
10+
### Added
11+
- [stable32] feat: live update card description by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7792
12+
13+
### Fixed
14+
- [stable32] Fix/display labels with invalid colors by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7541
15+
- [stable32] fix: Use strict comparaison by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7576
16+
- [stable32] fix: improve wording for global search results by @grnd-alt in https://github.com/nextcloud/deck/pull/7602
17+
- [stable32] fix(cron): Split Card IDs into chunks by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7621
18+
- [stable32] fix: rely on backend filter for upcoming cards by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7635
19+
- [stable32] fix: hide upload button if user has no quota by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7679
20+
- [stable32] fix: resolve MySQL Error 1093 when deleting users from boards by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7700
21+
- [stable32] fix: user may be null by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7706
22+
- [stable32] fix: check cardId for attachment by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7738
23+
- [stable32] Correctly copy label and description when clon… by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7766
24+
- [stable32] Server-side validation for whitespace in title by @samin-z in https://github.com/nextcloud/deck/pull/7783
25+
- [stable32] fix: showing no due cards by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7810
26+
827
## 1.16.3
928
### Added
1029
- [stable32] refactor: convert store to factory functions by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7400

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

0 commit comments

Comments
 (0)