From 611b6fbe4304a3e7c8b79d93212c29a71f1ef991 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 26 May 2022 12:02:39 -0700 Subject: [PATCH] Improved SUV Detection. --- electron/changelog.json | 5 +++++ package.json | 2 +- src/ipc/suvs.json | 7 ++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/electron/changelog.json b/electron/changelog.json index 4bbb5db..0e4f78f 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -93,5 +93,10 @@ "title": "Release Notes for 1.0.27", "date": "02/17/2022", "notes": "Bug Fix: \n- Improved handling $0 DB items from Mitchell Cloud Estimating.\n- Adjusted handling of part quantities during calculation.\n- Removed line discounts from count of RPS eligible parts in header.\n- Added automatic exlcusion for -02 estimates." + }, + "1.0.28": { + "title": "Release Notes for 1.0.28", + "date": "05/26/2022", + "notes": "Bug Fix: \n- Improved SUV detection." } } diff --git a/package.json b/package.json index c531651..551d499 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "ImEX RPS", "author": "ImEX Systems Inc. ", "description": "ImEX RPS", - "version": "1.0.27", + "version": "1.0.28", "main": "electron/main.js", "homepage": "./", "dependencies": { diff --git a/src/ipc/suvs.json b/src/ipc/suvs.json index 16183af..1c6cf9b 100644 --- a/src/ipc/suvs.json +++ b/src/ipc/suvs.json @@ -22,6 +22,8 @@ "FLEX SE", "ECOSPORT", + "TRAILBLAZER", + "CHEROKEE", "CHEROKEE CLASSIC", "CHEROKEE COUNTRY", @@ -201,5 +203,8 @@ "JUKE SV", "JUKE", "ROGUE", - "ROGUE SV" + "ROGUE SV", + "XTERRA" + + ]