Skip to content

Commit da33b0a

Browse files
committed
release/1.14.7
Signed-off-by: grnd-alt <github@belakkaf.net>
1 parent f601837 commit da33b0a

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

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

8+
## 1.14.7
9+
### Fixed
10+
* [stable30] fix: Use getId() method for card ID retrieval by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7145
11+
* [stable30] fix: do not change focus when card id stays the same by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7174
12+
* [stable30] Clean attachment sharing records after permanent deleted by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7179
13+
* [stable30] fix: make comments with mention editable by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7197
14+
* [stable30] fix: comments with mentions cant be submitted by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7295
15+
* [stable30] Fix: Prevent error in Whiteboard when adding a Deckboard by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7328
16+
17+
18+
**Full Changelog**: https://github.com/nextcloud/deck/compare/v1.14.6...v1.14.7
19+
820
## 1.14.6
921
### Fixed
1022
* [stable30] fix: update DeleteCron to remove deleted lists by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7028

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.14.6</version>
23+
<version>1.14.7</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<documentation>

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

0 commit comments

Comments
 (0)