Skip to content

Commit

Permalink
Merge pull request #6662 from nextcloud/release/1.14.3
Browse files Browse the repository at this point in the history
release/1.14.3
  • Loading branch information
grnd-alt authored Jan 14, 2025
2 parents 0407d21 + 5126de1 commit 633c605
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.14.3
### Fixed
- fix: two close buttons on card modal @app/backportbot [#6659](https://github.com/nextcloud/deck/pull/6659)
- fix: Catch not found card @app/backportbot [#6652](https://github.com/nextcloud/deck/pull/6652)
- fix: close modal after deleting card @app/backportbot [#6619](https://github.com/nextcloud/deck/pull/6619)
- fix: Use new query builder @app/backportbot [#6612](https://github.com/nextcloud/deck/pull/6612)
- fix: new card input spacing @app/backportbot [#6576](https://github.com/nextcloud/deck/pull/6576)
- fix(sharing): list accounts with matches in email @app/backportbot [#6524](https://github.com/nextcloud/deck/pull/6524)

## 1.14.2
### Fixed

- fix: board bubble preview widget [#6477](https://github.com/nextcloud/deck/pull/6477)
Expand Down Expand Up @@ -891,4 +901,3 @@ Android app team for helping to improve our REST API:
- Assign labels
- Markdown notes for each card
- Archive cards

2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- 🚀 Get your project organized

</description>
<version>1.14.2</version>
<version>1.14.3</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.14.2",
"version": "1.14.3",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 633c605

Please sign in to comment.