From 1a1cb058d3a544226df3f590e9e3eb392f04aa8a Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 26 Oct 2022 16:19:23 +0200 Subject: [PATCH] v1.6.4 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 16 ++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6874d737..f7397502a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.6.4 + +### Fixed + +- Cache user membership for circles [#4133](https://github.com/nextcloud/deck/pull/4133) +- Set event link also for notifications that get emitted from activities [#4119](https://github.com/nextcloud/deck/pull/4119) +- disable Create card button while no stack is chosen [#4020](https://github.com/nextcloud/deck/pull/4020) +- to nextcloud/OCP package in stable23 [#4094](https://github.com/nextcloud/deck/pull/4094) +- Use capped memory cache for board permissions [#3998](https://github.com/nextcloud/deck/pull/3998) +- Improve CalDAV integration performance [#3996](https://github.com/nextcloud/deck/pull/3996) +- Fetch attachment folder for the correct user during cron job [#3960](https://github.com/nextcloud/deck/pull/3960) +- Switch to 'markdown-it-task-checkbox' for rendering of task lists [#3926](https://github.com/nextcloud/deck/pull/3926) +- Prevent opening card and applyLabelFilter on card drag end [#3918](https://github.com/nextcloud/deck/pull/3918) +- Fix z-index for deck sidebar [#3886](https://github.com/nextcloud/deck/pull/3886) + + ## 1.6.3 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 88db9eba9..d80189227 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.6.3 + 1.6.4 agpl Julius Härtl Deck diff --git a/package-lock.json b/package-lock.json index 8831e6462..d1def2c25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deck", - "version": "1.6.3", + "version": "1.6.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index dcb0f5792..9cfe0dc8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.6.3", + "version": "1.6.4", "authors": [ { "name": "Julius Härtl",