Release 3.3.0
Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
Родитель
8b85eac8e1
Коммит
4b20a95180
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "polls",
|
||||
"description": "Polls app for nextcloud",
|
||||
"version": "3.3.0-rc1",
|
||||
"version": "3.3.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Vinzenz Rosenkranz",
|
||||
|
|
Загрузка…
Ссылка в новой задаче