diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 46 |
1 files changed, 31 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad53ca547..4382c7bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,48 @@ ## Releases * Unreleased + +* v3.0.1 (6th May 2020) + - New features: + - Provide access to staff-only categories in admin. #2925 #2958 + - Allow anonymous updating if anonymous reporting enabled. - Admin improvements: - - order unsent reports by confirmed date + - Order unsent reports by confirmed date. #2911 - Disable staff private tickbox on new reports if category is private. #2961 - - Move stats from main admin index to stats index. - - Speed up dashboard export and report search. + - Move stats from main admin index to stats index. #2982 + - Speed up dashboard export and report search. #2988 - Allow a template to be an initial update on reports. #2973 - - Bugfixes + - Bugfixes: - Application user in Docker container can't install packages. #2914 - Look at all categories when sending reports. - - Provide access to staff-only categories in admin. + - Fixes the To header when sending emails about inactive accounts. #2935 + - Recent reports, use same query regardless of cache. #2926 #2999 + - Match body construction on Around with New setup. + - Only one duplicate call in progress at once. #2941 + - Stop double escape in Google Maps URL. + - Refactor/stop double escape in report nav link. #2956 - Maintain group on pin move with same category in multiple groups. #2962 - Remove unnecessary margin-right on #postcodeForm. #3010 - Fix sorting by most commented on /around map view. #3013 - Development improvements: - - Refactor Script::Report into an object. - - Move summary failures to a separate script. - - Add script to export/import body data. - - Add fetch script that does combined job of fetch-comments and fetch-reports. - - Show error page when submitting with web param to /import. - - Add a daemon option for sending reports and updates. - - Update Getopt::Long::Descriptive to stop warning. + - Refactor Script::Report into an object. #2927 + - Move summary failures to a separate script. #2927 + - Add generic import categories from JSON script. + - Add script to export/import body data. #2905 + - Add fetch script that does combined job of fetch-comments and fetch-reports. #2689 + - Allow fetch script to parallelize fetching. #2689 + - Do all retry timeout or skip checks in database. #2947 + - Show error page when submitting with web param to /import. #2233 + - Add a daemon option for sending reports and updates. #2924 + - Update Getopt::Long::Descriptive to stop warning. #3003 - Open311 improvements: - - match response templates on external status code over state - - Add flag to protect category/group names from Open311 overwrite. + - Allow save/drop of row extra during sending. #2788 + - Match response templates on external status code over state. #2921 + - Add flag to protect category/group names from Open311 overwrite. #2986 + - Documentation: + - Remove part about restricting access to /admin. #2937 - UK: - - Added junction lookup, so you can search for things like "M60, Junction 2" + - Added junction lookup, so you can search for things like "M60, Junction 2". #2918 * v3.0 (4th March 2020) - Security: |