Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-05-03 15:10:54 +0300
committerJulius Härtl <jus@bitgrid.net>2021-05-03 15:10:54 +0300
commitbd8fd6a66b66af35ae19f7cec3df6f107656e49f (patch)
treef34872635c20a782bca76399c94ec05a09041c98
parent0eba8d084008ce94cc25c860a5e66cb699572467 (diff)
Bump version to 1.4.2v1.4.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ca70eeb..bea15a38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.4.2 - 2021-05-03
+
+### Fixed
+
+* [#3030](https://github.com/nextcloud/deck/pull/3030) Proper error handling when fetching comments fails
+* [#3031](https://github.com/nextcloud/deck/pull/3031) Allow searching for filters without a query to match all that have a given filter set
+* [#3039](https://github.com/nextcloud/deck/pull/3039) Catch any error during circle detail fetching
+* [#3040](https://github.com/nextcloud/deck/pull/3040) Get attachment from the user node instead of the share source
+
## 1.4.1 - 2021-04-20
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 80b564d5..4dbdf902 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@
- 🚀 Get your project organized
</description>
- <version>1.4.1</version>
+ <version>1.4.2</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>