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-05-22 20:19:43 +0300
committerdartcafe <github@dartcafe.de>2021-05-22 20:19:43 +0300
commit50b61d4eb572e55311422115cb47ed72d6aaac69 (patch)
treedb04791d565d2614be02134088e1983fce8cd1f9 /CHANGELOG.md
parente6a8a509095da996e72c1e111c4d66d7ea86a446 (diff)
changelogv1.9.0-beta1
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6384f740..8fad2e9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [1.9.0 - beta1] - tbd
+## [1.9.0 - beta1] - 2021-05-22
### Changes and fixes
- [enhancement] #365 - Support printing the poll via the browser's print function (#1567)
- [enhancement] #496 Added possibility to allow participants proposing more options (#1570, #1127, #1495, #1554)
- [enhancement] #1490 - Delete all user information, if user is removed from Nextcloud
+- [enhancement] #1632 - Render description from markup in invitation mails
+- [enhancement] #1627 - Add option for deleting votes if switched to 'no'
+- [enhancement] #1587 - Added janitor job to tidy database tables
+- [enhancement] #1516 - Added CLI commands for share management
+- [enhancement] #365 - Optimization of CSS for printing poll (#1567)
+- [fix] Order in experimental settings (#1621)
- [UX] #1519 - Add visual feedback, when vote is saved
-- [UX] #1506 - Date picker optimizations (#1543)
+- [UX] #1506 - Date picker optimizations (#1543)
+- [UX] #1620 - Deletion of users, options, comments and shares can be aborted
+- [UX] #1556 - Adding toast notification after successful vote
- [refactor] #1499 - Internal structure of store and components
See also https://github.com/nextcloud/polls/milestone/34?closed=1