diff --git a/WIP Changelog.txt b/WIP Changelog.txt index eb0763e..905956d 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -4,4 +4,5 @@ New Features: Bug Fixes: - Added better error handling on reporting for jobs that did not have a group set. -- Added a confirmation on changes to shop settings to indicate that a restart is required for them to take effect. \ No newline at end of file +- Added a confirmation on changes to shop settings to indicate that a restart is required for them to take effect. +- Added auto update download for users who are not seeing progress during update download. \ No newline at end of file diff --git a/electron/changelog.json b/electron/changelog.json index d068559..98e7f9d 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -17,6 +17,6 @@ "1.0.12": { "title": "Release Notes for 1.0.12", "date": "11/26/2020", - "notes": "New Features: \n- Added a reference guide for MPI Grouping Guidelines next to the Group Descriptor on the estimate screen.\n- Added ability to filter for jobs with no close date on job search.\n\nBug Fixes: \n- Added better error handling on reporting for jobs that did not have a group set.\n- Added a confirmation on changes to shop settings to indicate that a restart is required for them to take effect." + "notes": "New Features: \n- Added a reference guide for MPI Grouping Guidelines next to the Group Descriptor on the estimate screen.\n- Added ability to filter for jobs with no close date on job search.\n\nBug Fixes: \n- Added better error handling on reporting for jobs that did not have a group set.\n- Added a confirmation on changes to shop settings to indicate that a restart is required for them to take effect.\n- Added auto update download for users who are not seeing progress during update download." } }