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-03 21:21:00 +0300
committerdartcafe <github@dartcafe.de>2019-02-03 21:21:00 +0300
commit6b2d69434e06e95948533645730454e7de2c5638 (patch)
treea6ae4548a94c8a5a6b350f6a58d9b6f20b5c7f09 /CHANGELOG.md
parent887061839c840f86095de453a672bf7086b2b580 (diff)
Update version and readme
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md32
1 files changed, 31 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 873b0d73..d7defd8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,37 @@
# Changelog
-
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
+ - design updates to vote page
+ - some more UI enhancements
+ - Maybe option for a poll is configurable
+
+## [0.9.5] - 2018-12-22
+
+### Fixed
+
+ - #457 - update to 0.9.4 failed for postgres database
+ - #454 - Update to 0.9.3 failed for postgresql database
+
+## [0.9.4] - 2018-12-18
+
+### Fixed
+
+ - #453 - Polls upgrade leads to NotNullConstraintViolationException
+ - #454 - Update to 0.9.3 failed for postgresql database
+ - #455 - Fix color variable name in list.scss
+
+## [0.9.3] - 2018-12-18
+
+### Fixed
+ - Fix minor problem with migration
+
## [0.9.1] - 2018-12-11
### Added