Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-10-10 20:38:09 +0300
committerdartcafe <github@dartcafe.de>2021-10-10 20:38:09 +0300
commit4b20a95180ed99cbb3a0e994674d00b228cd794d (patch)
treeb41c7194f8329a65d213055b1918d7c5881a0ba2 /CHANGELOG.md
parent8b85eac8e160db8d6ac032479d067e8800d130de (diff)
Release 3.3.0v3.3.0
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff757da0..3a443d6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [3.3.0] - 2021-10-10
+- Added email addresses to external shares in the shares tab for the owner
+- Adopt dashboard design in personal app settings and improved individual styling (still experimental)
+- Fixed calculation of full day events, which could break the display on daylight changing days
+
## [3.3.0-rc1] - 2021-10-03
- [new] #1943 - Show email address in share list external users (#2001)
- [fix] #1981 - Changed calculation of full day events (#2004)