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:
authorsplitt3r <splitt3r@users.noreply.github.com>2017-10-09 21:48:29 +0300
committersplitt3r <splitt3r@users.noreply.github.com>2017-10-09 21:48:29 +0300
commit5aa8d0269b848ea5567087c54a87c86c2558b3cb (patch)
tree45830d989480b667338180dd006ceb483b261a95 /CHANGELOG.md
parentbaced68588550a681cd403a900f1f0f58699cd55 (diff)
Updated changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md72
1 files changed, 72 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6361e43e..844de5b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,75 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## 0.7.3
+
+### Added
+- French translations
+- Nextcloud 12 compatibility
+
+### Changed
+- Removed some deprecated methods
+- Hide usernames in extended anonymous polls
+
+## 0.7.2
+
+### Added
+- Search for users / groups in "Select..." access type (similar to sharing dialog) (thanks @scroom)
+- Bump OC version to 9.1
+- Anonymous comments / polls
+- Allow comments for unregistered / not logged in users
+
+### Fixed
+- Correctly store text votes (thanks @jaeger-sb @joergmschulz)
+- Preselection on edit poll page
+- Current selected access type is now clickable
+- Remove unused share manager
+
+## 0.7.1
+
+### Added
+- New UI (thanks @mcorteel)
+- Search for users / groups (thanks @bodo1987)
+
+### Fixed
+- Several bug fixes
+- Use correct timezone for date polls
+- Link to poll
+- Only display users / groups the user is member of (except admin) (thanks @bodo1987)
+
+## 0.7.0
+
+### Added
+- Show user avatars
+- Toggle all switch
+- Show login screen before error
+
+### Fixed
+- Not set expire would lead to 2.1.1970 as expire date
+- Invalid characters in url hash
+- Empty description in edit
+- Many text poll fixes
+- Notification checkbox fixes
+- Blank page fixes on empty votes
+
+## 0.6.9.1
+
+### Fixed
+- Replaced placeholder images
+- Minor fixes, including external votes
+
+## 0.6.9
+
+### Added
+- Edit polls
+
+### Changed
+- New minimal version set to 8.1
+
+### Fixed
+- Replaced deprecated methods
+- Switched from raw php to controller
+- Fixed several bugs
+ - Edit poll access
+ - Vote page layout