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:
authorRené Gieling <github@dartcafe.de>2021-10-03 01:42:07 +0300
committerGitHub <noreply@github.com>2021-10-03 01:42:07 +0300
commit3c201a258fde7e0f41a57a44b3fa67bedcfe4448 (patch)
tree2cb3d7df02457c08c06784182266ef92c0be834d
parent003dc61fb67767de9742a1e91f8a1d0118aeb1a1 (diff)
parent83186e5398b1af972a44696ded97df7079d3334d (diff)
Merge pull request #2005 from nextcloud/version/3.3.0-rc1v3.3.0-rc1
v3.3.0-rc1
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5bcd6a18..3d8d4e4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [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)
+- [new] #1980 - Adopt dashboard design (still experimental)
+- dependency updates, refactoring and code maintenance
+
## [3.2.0] - 2021-09-19
- Poll administration can now be delegated to invited users
- New admin section for polls (/settings/admin/polls-admin)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1d0c323e..f26bef3a 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.2.0</version>
+ <version>3.3.0-rc1</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/package.json b/package.json
index 086bd9b9..b502cdff 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "3.2.0",
+ "version": "3.3.0-rc1",
"authors": [
{
"name": "Vinzenz Rosenkranz",