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>2018-11-10 20:44:21 +0300
committerdartcafe <github@dartcafe.de>2018-11-10 20:44:21 +0300
commitef830cc87eada55e1cc934b1638597e8079fd0fe (patch)
tree1f87622292cfcdde54141280bb11add215571325 /CHANGELOG.md
parent3c3cf9be6b7a67514029de79e64d127b19adbd6d (diff)
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa106b9a..246a805c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,21 @@
All notable changes to this project will be documented in this file.
-## [0.9.0] - tbD
+## [0.9.0] - eta Nov 2018
### Added
- create/edit page
- rewrite as a vue app
- improved UI
- introduced new NC date time picker from vue-nextcloud
+ - introduced multiselect from vue-nextcloud
- added option to forbid "maybe" vote
- vote page
- made polls table scrollable
- show new vote options after voting
- open sidebar by default on wide screens
+ - Users in the admin group should be able to edit polls (#386)
### Changed
- Compatibility to NC 14
@@ -26,6 +28,8 @@ All notable changes to this project will be documented in this file.
- 'Edit poll' did not work from poll's details view (#294)
- Bug which makes voting impossible after edit
- Write escapes option texts to db (#341)
+ - display user's display name instead of user name (#402)
+ - support for asynchronus operations (#371)
- ... a lot more minor bugs
See https://github.com/nextcloud/polls/milestone/9?closed=1 for all changes and additions.