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:
authorMarcel Klehr <mklehr@gmx.net>2022-10-26 17:19:23 +0300
committerMarcel Klehr <mklehr@gmx.net>2022-10-26 17:19:23 +0300
commit1a1cb058d3a544226df3f590e9e3eb392f04aa8a (patch)
tree350ece80236e12b8b11aea75de97625f8c4041a5
parent03dd572d0cc585f35e5655bf898f9a10683a1f51 (diff)
v1.6.4
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
-rw-r--r--CHANGELOG.md16
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 19 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6874d73..f7397502 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 88db9eba..d8018922 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
- <version>1.6.3</version>
+ <version>1.6.4</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
diff --git a/package-lock.json b/package-lock.json
index 8831e646..d1def2c2 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 dcb0f579..9cfe0dc8 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",