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:
authorKai Schröer <splitt3r@users.noreply.github.com>2017-10-13 23:10:11 +0300
committerVinzenz Rosenkranz <v1r0x@users.noreply.github.com>2017-10-13 23:10:11 +0300
commite3132cc6e94ff960697d6de45227dd529132f1ed (patch)
treed5c14eb29d66ffa6472e585573b63920d5933b46 /CHANGELOG.md
parent91b0e40e475f00189c3d7eb001439061cb893fa6 (diff)
Added 0.8.0 changelog (#182)
Add 0.8.0 changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
1 files changed, 21 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 844de5b6..fcf2e550 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,19 @@
All notable changes to this project will be documented in this file.
-## 0.7.3
+## [0.8.0] - 2017-10-13
+
+### Changed
+ - Big UI overhaul
+ - Removed oC branding from email strings
+ - Removed unnecessary files
+ - A lot of code rework
+
+### Fixed
+ - Fix date display in IE and Safari (NaN)
+ - Translations
+
+## [0.7.3] - 2017-07-16
### Added
- French translations
@@ -12,7 +24,7 @@ All notable changes to this project will be documented in this file.
- Removed some deprecated methods
- Hide usernames in extended anonymous polls
-## 0.7.2
+## [0.7.2] - 2016-10-27
### Added
- Search for users / groups in "Select..." access type (similar to sharing dialog) (thanks @scroom)
@@ -26,7 +38,7 @@ All notable changes to this project will be documented in this file.
- Current selected access type is now clickable
- Remove unused share manager
-## 0.7.1
+## [0.7.1] - 2016-06-05
### Added
- New UI (thanks @mcorteel)
@@ -38,7 +50,7 @@ All notable changes to this project will be documented in this file.
- Link to poll
- Only display users / groups the user is member of (except admin) (thanks @bodo1987)
-## 0.7.0
+## [0.7.0] - 2016-03-18
### Added
- Show user avatars
@@ -46,6 +58,7 @@ All notable changes to this project will be documented in this file.
- 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
@@ -53,21 +66,23 @@ All notable changes to this project will be documented in this file.
- Notification checkbox fixes
- Blank page fixes on empty votes
-## 0.6.9.1
+## [0.6.9.1] - 2016-02-21
### Fixed
- Replaced placeholder images
- Minor fixes, including external votes
-## 0.6.9
+## [0.6.9] - 2016-02-20
### Added
- Edit polls
### Changed
+
- New minimal version set to 8.1
### Fixed
+
- Replaced deprecated methods
- Switched from raw php to controller
- Fixed several bugs