Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2021-10-10 19:38:09 +02:00
Родитель 8b85eac8e1
Коммит 4b20a95180
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -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",