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>2021-03-07 15:44:56 +0300
committerdartcafe <github@dartcafe.de>2021-03-07 15:44:56 +0300
commitc829e0f63c6f9b06dc7a163fa17ce84d7c6dc663 (patch)
tree70041ff28c8cfba357089a1d3a317c259122c952 /CHANGELOG.md
parentb3b1d51ae6ae5ab6969d35cd320026cded9f30e1 (diff)
changelog
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 25 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77e1ee1f..989033e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [2.0.0] - tbd
+### supported NC version 21
+Same as 1.8.0
+
## [1.8.0] - tbd
+### supported NC versions 19 - 20
+ - [ux] #1164 - Wording: use list and table layout instead of desktop and mobile (#1443)
+ - [ux] #1430 - Move poll informations to icon bar (info icon) (#1443)
+ - [ux] #1418 - Allow changing emailaddress in public polls (#1431)
+ - [ux] #1401 - Change registation dialog layout (#1429)
+ - [ux] #1400 - Optimizations for registration dialog on mobiles (#1429)
+ - [enhancement] #325 - added markdown support for poll description (#1443)
+ - [enhancement] #1449 - Added option to hide booked up options (related to optoin limits)
+ - [enhancement] #201, #404, #492 - Allow date option with timespan (#1365)
+ - [enhancement] #991 - Allow date options without time (#1365)
+ - [enhancement] #999 - Allow poll owner to delete comments (#1399)
- [enhancement] - #1367 - Immediately adopt changes from other users to the current poll
- - [fix] #1374 - fix uniqueContraintsException when shifting dates
+ - [fix] #1403 - Dark mode issue with confirmed options
+ - [fix] #1374 - Fix uniqueContraintsException when shifting dates
+ - [refactor] #1397 - Changed migrations
+ - and some more fixes and refactoring
+
+ See also https://github.com/nextcloud/polls/milestone/33?closed=1
+
+## [1.7.5 - bugfix release] - 2021-02-01
+ - [fix] #1374 - fix uniqueContraintsException when shifting dates (backport)
+ - [fix] #1380 - remove invalid shares before migration (backport)
## [1.7.4] - 2021-01-30
### new Features since 1.6.x