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-11-10 18:16:20 +0300
committerJulius Härtl <jus@bitgrid.net>2021-11-10 18:16:20 +0300
commit35515ce157c8f493908256914e763becc6c837d0 (patch)
treec51a91ddf32e548e2999df4badb5a7db3a1db2e8
parentfd62ab7a59639edb95ef4349b4c6bb48bef41daa (diff)
Bump version to 1.5.4v1.5.4
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd6b6f29..95d64664 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.5.4
+
+### Fixed
+
+- #3378 Fix menu button position in card modal
+- #3392 Use displayname instead of uid for mentions (reopened against master)
+- #3361 Improve combined search @eneiluj
+- #3381 Extend drag-and-drop zone in card sidebar @Artem4590
+- #3366 Fix optional parameter order
+- #3407 Keep exceptions http response generic
+
+
## 1.5.3
### Fied
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f060804f..b5fabe82 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
- <version>1.5.3</version>
+ <version>1.5.4</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
diff --git a/package.json b/package.json
index b3b8fc2d..93ab75d4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.5.3",
+ "version": "1.5.4",
"authors": [
{
"name": "Julius Härtl",