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>2022-03-10 11:54:21 +0300
committerGitHub <noreply@github.com>2022-03-10 11:54:21 +0300
commitc99b4bf4ab986f151b6e37b2a50885353a160e33 (patch)
treeefee3cac9ed07b62bcf68377b3d2f74a9758130d
parentc6ef07ceb0b05441e67d16e995c0ee580aa5e395 (diff)
parent296e7abf14b302104b3b99902773450312c652d7 (diff)
Merge pull request #3629 from nextcloud/release/1.5.6v1.5.6
Release 1.5.6
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2407844e..2934f7ec 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.5.6
+
+### Fixed
+
+- Allow to download an attachment without navigating to the files app [#3441](https://api.github.com/repos/nextcloud/deck/pulls/3441)
+- Fix CalDAV blocking and modernize circles API usage [#3527](https://api.github.com/repos/nextcloud/deck/pulls/3527)
+- CardApiController: Fix order of optional parameters [#3521](https://api.github.com/repos/nextcloud/deck/pulls/3521)
+- Fix cursor generation if no results are found [#3460](https://api.github.com/repos/nextcloud/deck/pulls/3460)
+- Exclude deleted boards in the selection for target [#3524](https://api.github.com/repos/nextcloud/deck/pulls/3524)
+- Generate fixed link for activity emails [#3627](https://api.github.com/repos/nextcloud/deck/pulls/3627)
+- Make insert attachment buttom easy to click [#3615](https://api.github.com/repos/nextcloud/deck/pulls/3615)
+- Fix confusion between stackId and boardId in StackService [#3544](https://api.github.com/repos/nextcloud/deck/pulls/3544)
+
## 1.5.5
- Fix release asset build
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b99e5a5f..bdfe87d4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
- <version>1.5.5</version>
+ <version>1.5.6</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
diff --git a/package.json b/package.json
index 889e70a8..d3ac8c9a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.5.5",
+ "version": "1.5.6",
"authors": [
{
"name": "Julius Härtl",