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
parent8b85eac8e160db8d6ac032479d067e8800d130de (diff)
Release 3.3.0v3.3.0
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 7 insertions, 2 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)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f26bef3a..c739819d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Polls</name>
<summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
- <version>3.3.0-rc1</version>
+ <version>3.3.0</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/package.json b/package.json
index 64a3f755..d3437eb4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "3.3.0-rc1",
+ "version": "3.3.0",
"authors": [
{
"name": "Vinzenz Rosenkranz",