diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-18 15:48:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-21 13:31:15 +0000 |
commit | a9c28cc5e290cd0cce1ad50ba49d4bb49635b48d (patch) | |
tree | 32e4ce923f7d73e3df9843b4953684626173fc07 /CHANGELOG.md | |
parent | 53da070231629b2a66794eaf8ba4ae9d2112a9b7 (diff) |
Version 2.5.v2.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a2bb6104e..7a18bf405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,12 @@ ## Releases * Unreleased - - New features: - - default_to_body permission to control default report as behaviour - - report_prefill permission to control report prefill behaviour + +* v2.5 (21st December 2018) - Front end improvements: - Simplify new report/update sign in flow. #642 - - Clearer relocation options while you’re reporting a problem #2238 - Simplify /auth sign in page. #2208 + - Clearer relocation options while you’re reporting a problem #2238 - Enforce maximum photo size server side, strip EXIF data. #2326 #2134 - Don't require two taps on reports list on touchscreens. #2294 - Allow moderation to work without JavaScript. #2339 @@ -16,7 +15,7 @@ - Admin improvements: - Allow moderation to potentially change category. #2320 - Add Mark/View private reports permission #2306 - - Store more original stuff on moderation. + - Store more original stuff on moderation. #2325 - Sort user updates in reverse date order. - Improve update display on admin report edit page. - Keep all moderation history, and show in report/update admin. #2329 @@ -28,7 +27,9 @@ - Fix bug in contact group handling. #2323 - Improve validation of fetched reports timestamps. #2327 - Development improvements: - - Add option to symlink full size photos. + - Add option to symlink full size photos. #2326 + - default_to_body/report_prefill permissions to control default + report as/prefill behaviour. #2316 * v2.4.2 (6th November 2018) - New features: |