From 4e513264c577fd463ce7756e5195676aed57916c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 10 May 2023 15:48:18 +0200 Subject: [PATCH] Bump version to 1.8.4 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 | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7274a65..328b5c74f 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.8.4 + +### Fixed + +- fix: Use passed userid when getting attachment folder [#4540](https://github.com/nextcloud/deck/pull/4540) +- fix: Adapt NcEmptyContent usages to new slots [#4563](https://github.com/nextcloud/deck/pull/4563) +- Gracefully handle not found card for a share [#4568](https://github.com/nextcloud/deck/pull/4568) +- allow user to toggle visibility of the calendar for a deck board [#4626](https://github.com/nextcloud/deck/pull/4626) +- fix: Append datetime picker to body to avoid cut off [#4645](https://github.com/nextcloud/deck/pull/4645) +- Fix : Overlapping expiry dates on tags [#4536](https://github.com/nextcloud/deck/pull/4536) +- Better display of card dates (creation and change dates) [#4620](https://github.com/nextcloud/deck/pull/4620) +- Dependency updates + ## 1.8.3 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index ca51fc671..fa0a36e69 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.8.3 + 1.8.4 agpl Julius Härtl Deck diff --git a/package.json b/package.json index c37edfa53..412c087bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.8.3", + "version": "1.8.4", "authors": [ { "name": "Julius Härtl", @@ -103,4 +103,4 @@ "/node_modules/jest-serializer-vue" ] } -} +} \ No newline at end of file