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:
authorRené Gieling <github@dartcafe.de>2018-12-11 22:16:58 +0300
committerGitHub <noreply@github.com>2018-12-11 22:16:58 +0300
commitd0a9ede7c196144584a0829c29f7c78c6279bbbd (patch)
tree5add94aa3b9af54f91cfb55b88c65407bdca2e13
parentdc6667df141d2f7f585e89eefa460b97895e1934 (diff)
Update CHANGELOG.md0.9.1
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 246a805c..873b0d73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-## [0.9.0] - eta Nov 2018
+## [0.9.1] - 2018-12-11
### Added
- create/edit page
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
- improved UI
- introduced new NC date time picker from vue-nextcloud
- introduced multiselect from vue-nextcloud
- - added option to forbid "maybe" vote
+ - added option to allow "maybe" vote
- vote page
- made polls table scrollable
@@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
- Users in the admin group should be able to edit polls (#386)
### Changed
- - Compatibility to NC 14
+ - Compatibility to NC 14 and 15
- Introduced vue
- Changing database theme
- Polls is a Nextcloud only app now. If you wish to proceed developing the ownCloud version, make a fork from the `stable-0.8` branch.