chore(release): 1.3.0
This commit is contained in:
46
CHANGELOG.md
46
CHANGELOG.md
@@ -1,5 +1,51 @@
|
||||
# All Changes to LST can be found below.
|
||||
|
||||
## [1.3.0](https://git.tuffraid.net/cowch/lst/compare/v1.2.0...v1.3.0) (2025-09-26)
|
||||
|
||||
|
||||
### 📚 Documentation
|
||||
|
||||
* **api:** auth endpoints in bruno ([bc1cbba](https://git.tuffraid.net/cowch/lst/commits/bc1cbbad2e4e64f715feed60155bfb1e07071fcb))
|
||||
|
||||
|
||||
### 🛠️ Code Refactor
|
||||
|
||||
* **controller:** wrapper refactor for dynamic ports ([d9ca639](https://git.tuffraid.net/cowch/lst/commits/d9ca6398f1080228a04d75cb97faa655d4091295))
|
||||
* **lstv2:** cleanup ([edbc7ce](https://git.tuffraid.net/cowch/lst/commits/edbc7cefd8b2c30105332b795d57890b53a0290d))
|
||||
|
||||
|
||||
### 🐛 Bug fixes
|
||||
|
||||
* **frontend:** corrected the img location as it was point at the based not the basepath of the url ([1084e9a](https://git.tuffraid.net/cowch/lst/commits/1084e9ab65e2e28f39965a849d86fc90b44ee03d))
|
||||
* **lstv2:** removed the required for comments until can test more ([bc6485c](https://git.tuffraid.net/cowch/lst/commits/bc6485ca9a5965bfc0d47f342826a3c8fc1399b6))
|
||||
* **lstv2:** removed the zip functions from the build this is now handled inside the main app ([4cc990f](https://git.tuffraid.net/cowch/lst/commits/4cc990f52f5962fbd7195e8ea74bf542d74b08aa))
|
||||
|
||||
|
||||
### 📈 Project changes
|
||||
|
||||
* **controller:** added the test file to the ignore as we dont need this anymore ([a30fa8c](https://git.tuffraid.net/cowch/lst/commits/a30fa8c9f49a17053f7f3fb5e93aaaf2cc740a1a))
|
||||
|
||||
|
||||
### 🌟 Enhancements
|
||||
|
||||
* **apihits:** added in api hits to monitor and assist for issues ([202f5af](https://git.tuffraid.net/cowch/lst/commits/202f5af3ed789b1792312e186e307e3411834960))
|
||||
* **app:** stats added in to check if build in last build and also if theres a pending file ([58aedec](https://git.tuffraid.net/cowch/lst/commits/58aedecd4da216b75be82b6d20ac4bc32a0d0bb7))
|
||||
* **auth:** finally better auth working as i wanted it to ([8f1375a](https://git.tuffraid.net/cowch/lst/commits/8f1375ab7bee846eb2006d541f3d645933df53b5))
|
||||
* **auth:** signupm, forgot passowrd, reset password all added ([86dea60](https://git.tuffraid.net/cowch/lst/commits/86dea6083e176f0909c17eb9c5a69be51a3b7167))
|
||||
* **controller:** added iowa's mcd, flo ([874947a](https://git.tuffraid.net/cowch/lst/commits/874947af52f05f02e40de978482da619f1e023ae))
|
||||
* **controller:** added lima ([e706e78](https://git.tuffraid.net/cowch/lst/commits/e706e78d438b3fecef66120cf84c4ceac6972019))
|
||||
* **frontend:** sidebar migration started ([bee436d](https://git.tuffraid.net/cowch/lst/commits/bee436d3416a84ca8b0c021513187dd932250a17))
|
||||
* **lstv2:** added zechetti stuff in so we can print :D ([1c40b6a](https://git.tuffraid.net/cowch/lst/commits/1c40b6aa8207732bb34ce9d345b9c12fab064f41))
|
||||
* **ocp:** added zechettis stuff in ([4ab43d9](https://git.tuffraid.net/cowch/lst/commits/4ab43d91b9c676a80fa8d19447c767d4f8523f2d))
|
||||
* **psi:** more psi work ([cb2e625](https://git.tuffraid.net/cowch/lst/commits/cb2e6252e0f52d431f2b9125f84295f40dfdeea4))
|
||||
* **scripts:** security risk check ([c037af2](https://git.tuffraid.net/cowch/lst/commits/c037af2a287f130b8cee3952a20d73a906427b5f))
|
||||
* **ti imports:** saving the post to xml as a reference ([458232d](https://git.tuffraid.net/cowch/lst/commits/458232d337b224a30a0ff69d3d8c5fb9a4189cd8))
|
||||
|
||||
|
||||
### 📝 Testing Code
|
||||
|
||||
* **admin:** more user stuff to fronend admin stuff ([d9f23e2](https://git.tuffraid.net/cowch/lst/commits/d9f23e26a3c1a984cec4699854c90e51ce276d0d))
|
||||
|
||||
## [1.2.0](https://git.tuffraid.net/cowch/lst/compare/v1.1.0...v1.2.0) (2025-09-20)
|
||||
|
||||
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "lst",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "lst",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@dotenvx/dotenvx": "^1.49.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lst",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Logistics support tool - the place where the support happens.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user