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>2021-01-05 00:39:20 +0300
committerJulius Härtl <jus@bitgrid.net>2021-01-05 00:39:20 +0300
commite6bed1134ba6cd37c2f15138e2dbf98d545d5464 (patch)
tree58e26a0270887c9e0fd668f8deb86af08530b740 /CHANGELOG.md
parent3356852d9851d8bd5d36894e5eb596fc89b3aa99 (diff)
Prepare 1.3.0-beta1v1.3.0-beta1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ca8b170..86661c99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.3.0 - unreleased
+
+### Added
+* [#2638](https://github.com/nextcloud/deck/pull/2638) Sharing files to cards
+* [#2683](https://github.com/nextcloud/deck/pull/2683) Handle clicks on calendar entries
+* Nextcloud 21 compatiblity
+
+### Fixed
+* [#2622](https://github.com/nextcloud/deck/pull/2622) Fix gradient and stack header spacing for safari
+* [#2626](https://github.com/nextcloud/deck/pull/2626) Adding a description icon to cards when they contain a description without any checkmarks @MonkeySon
+* [#2659](https://github.com/nextcloud/deck/pull/2659) Matching color of description cursor with text color @JonFStr
+* [#2676](https://github.com/nextcloud/deck/pull/2676) Only load filter view when shown
+* [#2680](https://github.com/nextcloud/deck/pull/2680) Do not try to add change data if it doesn't exist
+* [#2681](https://github.com/nextcloud/deck/pull/2681) Filter out deleted stacks from results
+* [#2685](https://github.com/nextcloud/deck/pull/2685) Show all boards in move card dialog @jakobroehrl
+* [#2687](https://github.com/nextcloud/deck/pull/2687) 3dots no opacity @jakobroehrl
+* [#2688](https://github.com/nextcloud/deck/pull/2688) Title > boardname @jakobroehrl
+* [#2689](https://github.com/nextcloud/deck/pull/2689) Modal > bigger view wording @jakobroehrl
+
## 1.2.2 - 2020-11-24
### Fixed