diff --git a/CHANGELOG.md b/CHANGELOG.md index 278ea8b..4b6420e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # All Changes to LST can be found below. +## [1.5.0](https://git.tuffraid.net/cowch/lst/compare/v1.4.0...v1.5.0) (2025-10-07) + + +### 🛠️ Code Refactor + +* **histoircal data:** cahnge to not look at yestrday ([7171393](https://git.tuffraid.net/cowch/lst/commits/71713937c7c728cbe85e590bd650985354a6eff5)) +* **lots:** rounded the time needed to print due to a weird issue with a decimal ([68e577c](https://git.tuffraid.net/cowch/lst/commits/68e577c4769f361bfe44c010d92f5e2255d63534)) +* **printer delays:** reduced the time formula from .9 to .7 to give a little more freedom ([63e0934](https://git.tuffraid.net/cowch/lst/commits/63e09347bf7815016781504cd53f577582c0beb6)) +* **savexml:** changes to the date section to look more clean ([62e78d2](https://git.tuffraid.net/cowch/lst/commits/62e78d2a30e1c0f35d5efbe3b322193501220789)) + + +### 🐛 Bug fixes + +* **forecast button:** added in energizer forcast ([e315523](https://git.tuffraid.net/cowch/lst/commits/e31552374e43626969c55323555045046b469cda)) +* **gp data:** parsed the av instead of passing over as a string ([92043d8](https://git.tuffraid.net/cowch/lst/commits/92043d8118a6dbaebaf307783f02fa0bce956ebf)) +* **labelprocessing:** some strange lot issues to catch ([2a05046](https://git.tuffraid.net/cowch/lst/commits/2a05046bfd86e03ea099b5becbdc54dce396aada)) +* **lottransfer:** error in timing it would only allow for a 3min window ([7e1a935](https://git.tuffraid.net/cowch/lst/commits/7e1a93512b96472513bed3f715cd16c1f616ab98)) +* **printers:** when reverting back to 90 seconds had a typo on what var to call ([265dd8c](https://git.tuffraid.net/cowch/lst/commits/265dd8ca7a7dde0206e00cf980ed67559ffc60b2)) +* **ti imports:** correction to the xml data with incorrect symbols passed over ([356dd5a](https://git.tuffraid.net/cowch/lst/commits/356dd5a5785a9100e4c8abbaf950692defe1c996)) +* **xml saving:** if the stirng has ([6f4e987](https://git.tuffraid.net/cowch/lst/commits/6f4e987ec40f540d6de4818648f30236974ce615)) + + +### 📝 Chore + +* **auth:** cleanup unused imports ([d49c880](https://git.tuffraid.net/cowch/lst/commits/d49c8807d0e565800e80d454aedb484ec23e6758)) +* **lstv2:** cleanup to the main file ([e16b26e](https://git.tuffraid.net/cowch/lst/commits/e16b26e313b45b6c6034f3d42c62f282178e41ee)) + + +### 🌟 Enhancements + +* **lstv2:** energizer forecast added with new format ([7ed29e7](https://git.tuffraid.net/cowch/lst/commits/7ed29e7432e3b48d397ea89960977c91eda29575)) +* **printer delay:** printer delay option to grab the delay based off cycle time ([a7e1fcd](https://git.tuffraid.net/cowch/lst/commits/a7e1fcd3be8a2b69d114821a7f952fa752fd73d6)) +* **servers:** cru added in to the server and dynamically updates vms036 ([90610c4](https://git.tuffraid.net/cowch/lst/commits/90610c4ce2c9d80382300377f9e2c1a80f7cf0b5)) + ## [1.4.0](https://git.tuffraid.net/cowch/lst/compare/v1.3.0...v1.4.0) (2025-10-01) diff --git a/package-lock.json b/package-lock.json index 74ab68a..a53d814 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lst", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lst", - "version": "1.4.0", + "version": "1.5.0", "license": "ISC", "dependencies": { "@dotenvx/dotenvx": "^1.49.0", diff --git a/package.json b/package.json index aa3ca5e..5700b1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst", - "version": "1.4.0", + "version": "1.5.0", "description": "Logistics support tool - the place where the support happens.", "main": "index.js", "scripts": {