diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9ef4566..b735ce05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.4.8 + +### Fixed + +- Fix cursor generation if no results are found [#3461](https://api.github.com/repos/nextcloud/deck/pulls/3461) +- Allow to download an attachment without navigating to the files app [#3442](https://api.github.com/repos/nextcloud/deck/pulls/3442) +- Exclude deleted boards in the selection for target [#3525](https://api.github.com/repos/nextcloud/deck/pulls/3525) +- Make insert attachment buttom easy to click [#3616](https://api.github.com/repos/nextcloud/deck/pulls/3616) +- Fix confusion between stackId and boardId in StackService [#3545](https://api.github.com/repos/nextcloud/deck/pulls/3545) + ## 1.4.7 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index ddfbf0498..fb38c6b86 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.4.7 + 1.4.8 agpl Julius Härtl Deck diff --git a/package.json b/package.json index bb65ad292..e97400d1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.4.7", + "version": "1.4.8", "authors": [ { "name": "Julius Härtl",