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>2022-01-23 12:08:21 +0300
committerdartcafe <github@dartcafe.de>2022-01-23 12:08:21 +0300
commit93c0a2db70272a1ff316b4b2d0d189a286638c6b (patch)
treea992d4efe1b5c9aeda644b3d78258fbfecdabc84 /CHANGELOG.md
parentb4d8ad7a31db9341d6b76efd7eb491ac90c07099 (diff)
CHANGELOG.md
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46d32f32..5bc90dd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.
## [3.5.0] - tbd
## New
-- Added poll exports (.xlsx, odt, .csv, .html)
-- Added activities
-- Added a combo function, to view different date polls in one view
+- Export polls (.xlsx, odt, .csv, .html)
+- Track activities
+- Combine multiple polls in one view (read only)
- Added feature switches for admins to en-/disable exports, activities and the new combo view
+- New command `occ polls:db:recreate` for validating and fixing db structure
- Add polls to collections
- Linkify URLs and email addresses in text options
@@ -16,6 +17,7 @@ All notable changes to this project will be documented in this file.
## [3.5.0-beta2] - 2022-01-22
- [new] #950 - Allow join project / collection (#2194)
+- [new] #2204 - Add `occ polls:db:recreate` for validating and fixing db structure
## [3.5.0-beta1] - 2022-01-18
- [new] #366 - Export poll (#1942, #2169)