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>2019-02-10 15:39:22 +0300
committerdartcafe <github@dartcafe.de>2019-02-10 15:39:22 +0300
commit9655c2aa56f8e32b0294c8ca54ed025578c8555e (patch)
tree9cfd568ee293b69bcbe931e4852e78a2acc77a1b /CHANGELOG.md
parent6b2d69434e06e95948533645730454e7de2c5638 (diff)
Updated change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7defd8e..520d160f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,14 +4,26 @@ All notable changes to this project will be documented in this file.
## [0.10.0] - [tbd]
### Added
+
- main list page
- rewrite as a vue app
- improved UI
- - ability to clone any poll and shift date options
+ - ability to clone any poll and shift date options (#323, #245)
- design updates to vote page
- some more UI enhancements
- Maybe option for a poll is configurable
+### Fixed
+
+ - #82 - "user_" / "group_" prefix
+ - #206 - User name is prefixed with user_, + incorrect translation
+ - #461 - Polls with expire date could not be created/edited
+ - #478 - Send comment bug
+ - #479 - Not possible to vote for none of the options
+ - #498 - "Create Poll" button disabled after failed validation
+ - #507 - Fix query params in eventmapper
+ - #511 - No difference between hidden and open poll
+
## [0.9.5] - 2018-12-22
### Fixed