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:
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