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>2020-11-24 17:04:48 +0300
committerJulius Härtl <jus@bitgrid.net>2020-11-24 17:04:48 +0300
commit9af565b53bac288a82f7b44f2a17a582c73af565 (patch)
treefa8ab578cdabd32eaa94b536b56da64bdbc50994
parent600a7a078662b8b8989a00b974db5ca337070b00 (diff)
Bump version to 1.2.2v1.2.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc8eacbb..3ca8b170 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.2.2 - 2020-11-24
+
+### Fixed
+
+* [#2584](https://github.com/nextcloud/deck/pull/2584) Fix updating checkbox state and avoid issues due to duplicate sidebar element
+* [#2586](https://github.com/nextcloud/deck/pull/2586) Fix card details button
+* [#2587](https://github.com/nextcloud/deck/pull/2587) Move modal top spacing to the header to avoid side-effect when scrolling
+* [#2588](https://github.com/nextcloud/deck/pull/2588) Do not render images in editor
+* [#2609](https://github.com/nextcloud/deck/pull/2609) Fix issue with depenendency causing newline comments to not show
+* [#2611](https://github.com/nextcloud/deck/pull/2611) Fix paragraph styling in comments
+
## 1.2.1 - 2020-11-18
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 60878975..2ea78ab0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@
- 🚀 Get your project organized
</description>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>