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:
-rw-r--r--CHANGELOG.md32
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 33 insertions, 3 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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 67e04069..25cebd09 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Polls</name>
<summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
- <version>0.9.5</version>
+ <version>0.10.0</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/package.json b/package.json
index 53e5dc23..b2b22a6e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "0.9.5",
+ "version": "0.10.0",
"authors": [
{
"name": "Vinzenz Rosenkranz",