chore(release): 1.2.0

This commit is contained in:
2025-09-19 22:28:06 -05:00
parent 44945902cb
commit 8ead6ae166
3 changed files with 46 additions and 3 deletions

View File

@@ -1,5 +1,48 @@
# All Changes to LST can be found below.
## [1.2.0](https://git.tuffraid.net/cowch/lst/compare/v1.1.0...v1.2.0) (2025-09-20)
### 🐛 Bug fixes
* **controller:** jobSche is nor properly setting the job if its cant read timezones ([661a54f](https://git.tuffraid.net/cowch/lst/commits/661a54f6653bc9e9bd7c28bdfc874ca7ce87d49a))
### 🌟 Enhancements
* **app:** added better auth for better auth stuff vs my home written broken one ([caf2315](https://git.tuffraid.net/cowch/lst/commits/caf2315191be88be60bd6b158c765df3d2917a47))
* **app:** added db maintance check stuff ([d7e8fff](https://git.tuffraid.net/cowch/lst/commits/d7e8fff653acd997e23186702b33f3e717c327ef))
* **db:** added a db backup system ([21608b0](https://git.tuffraid.net/cowch/lst/commits/21608b0171a020726be83c4d0dcd27f2c12686d9))
* **discord bot:** added in a ping host command to get the bot going :D ([3244f28](https://git.tuffraid.net/cowch/lst/commits/3244f284fd5be736bb830d7774687acc790af88a))
* **lstv2 move:** moved lstv2 into this app to keep them combined and easier to maintain ([e447740](https://git.tuffraid.net/cowch/lst/commits/e4477402ad3e885d2c714df68e6036ad9a58acdb))
### 🛠️ Code Refactor
* **controller:** changes the app env to app instead of node as it makes more sense ([60890b4](https://git.tuffraid.net/cowch/lst/commits/60890b4478cc18dd072fbac0b38daaeded071317))
* **controller:** copy to server now deletes existing .zip to reduce issues ([5ad5e86](https://git.tuffraid.net/cowch/lst/commits/5ad5e868b6c8d9e7efb5e819afe05427abe5ae99))
* **docker:** added in better auth env ([1db91c5](https://git.tuffraid.net/cowch/lst/commits/1db91c5359b1c43fb6c4b4a6bb90d478ad300e32))
### 📈 Project changes
* **app:** added dayton to the controller updates ([53f88e9](https://git.tuffraid.net/cowch/lst/commits/53f88e986e27ccefa09a34bf66615f2de4d9fc81))
* **controller script:** added in a way to update existing .env files so we always to updated ([5355f45](https://git.tuffraid.net/cowch/lst/commits/5355f45e134737c8194bf836820cf99f97f7ca3d))
* **controller:** added ksc and bow2 ([1634d5d](https://git.tuffraid.net/cowch/lst/commits/1634d5d82635f8188a8cc2f80fdf418b7b86f935))
* **lstv2:** build stuff to amke sure we keep it clean ([6c56dfa](https://git.tuffraid.net/cowch/lst/commits/6c56dfa8109c2a8b3b2c4bad5eadbefdf72b6c1f))
### 📝 Testing Code
* **better auth:** implementation start of better auth ([6faee89](https://git.tuffraid.net/cowch/lst/commits/6faee89b2554f162c1fa97dbe2a9598d25003590))
* **controller:** removed the copy button as we should now use the server buttons ([463dabf](https://git.tuffraid.net/cowch/lst/commits/463dabfcf489e9afdf0784a0b8cf310827b6913c))
### 📈 Project Builds
* **controller:** added in drive locations ([3b7138d](https://git.tuffraid.net/cowch/lst/commits/3b7138ddb7d0251aad67800ff8735a2d01646ba5))
* **new build script:** this includes the change log stuff and build of both old and new versions ([4494590](https://git.tuffraid.net/cowch/lst/commits/44945902cbd3f2eb678ff9d4a31813341b3c41fc))
## [1.1.0](https://git.tuffraid.net/cowch/lst/compare/v1.0.1...v1.1.0) (2025-09-10)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "lst",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lst",
"version": "1.1.0",
"version": "1.2.0",
"license": "ISC",
"dependencies": {
"@dotenvx/dotenvx": "^1.49.0",

View File

@@ -1,6 +1,6 @@
{
"name": "lst",
"version": "1.1.0",
"version": "1.2.0",
"description": "Logistics support tool - the place where the support happens.",
"main": "index.js",
"scripts": {