diff --git a/WIP Changelog.txt b/WIP Changelog.txt index b72b11e..0f25504 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -1,5 +1,4 @@ New Features: - - Vehicles with mileage under 20,000kms will now be included in Watcher filtering criteria. - Savings on OEM parts will always default to the user enter price and override the estimating system price. - Wheel related lines will no longer be automatically ignored. @@ -7,12 +6,8 @@ New Features: - Added 'Variance %' statistic to reporting totals. - Automatically ignore any lines which have invalid prices from estimating system. - Force line inclusion/exclusion - Using “ /rps-exclude” or “/rps” in the Part Number field to force inclusion or exclusion of lines for RPS calculation. - +- Added automatic update checks every 30 minutes. Bug Fixes: - - Resolved an issue where the updater would not show update progress to some users. -- Fixed a UI bug during job search that would cause the 'no close date' alert to be incorrectly shown. - - - +- Fixed a UI bug during job search that would cause the 'no close date' alert to be incorrectly shown. \ No newline at end of file diff --git a/dev-app-update.yml b/Xdev-app-update.yml similarity index 100% rename from dev-app-update.yml rename to Xdev-app-update.yml diff --git a/changelog.json b/changelog.json index 4ae60ec..c935fca 100644 --- a/changelog.json +++ b/changelog.json @@ -2,6 +2,6 @@ "1.0.9": { "title": "Release Notes for 1.0.9", "date": "11/16/2020", - "notes": "New Features: \n\n- Vehicles with mileage under 20,000kms will now be included in Watcher filtering criteria.\n- Savings on OEM parts will always default to the user enter price and override the estimating system price.\n- Wheel related lines will no longer be automatically ignored.\n- Glass related lines will no longer be automatically ignored.\n- Added 'Variance %' statistic to reporting totals.\n- Automatically ignore any lines which have invalid prices from estimating system.\n- Force line inclusion/exclusion - Using “ /rps-exclude” or “/rps” in the Part Number field to force inclusion or exclusion of lines for RPS calculation.\n\n\nBug Fixes: \n\n- Resolved an issue where the updater would not show update progress to some users.\n- Fixed a UI bug during job search that would cause the 'no close date' alert to be incorrectly shown." + "notes": "New Features: \n- Vehicles with mileage under 20,000kms will now be included in Watcher filtering criteria.\n- Savings on OEM parts will always default to the user enter price and override the estimating system price.\n- Wheel related lines will no longer be automatically ignored.\n- Glass related lines will no longer be automatically ignored.\n- Added 'Variance %' statistic to reporting totals.\n- Automatically ignore any lines which have invalid prices from estimating system.\n- Force line inclusion/exclusion - Using “ /rps-exclude” or “/rps” in the Part Number field to force inclusion or exclusion of lines for RPS calculation.\n- Added automatic update checks every 30 minutes.\n\nBug Fixes: \n- Resolved an issue where the updater would not show update progress to some users.\n- Fixed a UI bug during job search that would cause the 'no close date' alert to be incorrectly shown." } }