From ca22b0ad2c646e9a0124d432c2d5da1d9b855cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 10 Nov 2021 16:12:11 +0100 Subject: [PATCH] Bump version to 1.4.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 13 +++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a47cfff19..b2d3b32d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.4.6 + +### Fixed + +- #3379 Fix menu button position in card modal +- #3360 Improve combined search @eneiluj +- #3367 Fix optional parameter order +- #3393 Use displayname instead of uid for mentions +- #3359 Rich object string parameters for notifications @juliushaertl +- #3385 Extend drag-and-drop zone in card sidebar @Artem4590 +- #3408 Keep exceptions http response generic + + ## 1.4.5 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 1142275fc..3464eab3d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.4.5 + 1.4.6 agpl Julius Härtl Deck diff --git a/package.json b/package.json index 2b1a7cfa9..8a0012a5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.4.5", + "version": "1.4.6", "authors": [ { "name": "Julius Härtl",