16 KiB
16 KiB
All CHanges to LST can be found below.
2.4.0 (2025-03-10)
🐛 Bug fixes
- auth: changed the profile update so we can run correctly now (cd41095)
- logging: updated entire server side to the new logging system (12e15ba)
- lst: corrected the version rc so the links actaully work (f5fd1fc)
- modules: added in a type check to make sure a boolean is sent over (8204ec4)
- server: changed the url to always be lowercase when it comes over (c74f8e2)
- user: when user didnt hape permissions would error, changed to have undefined now (65b35bc)
📝 Testing Code
- apihits: framework for apiHits to be implemented but no db insert yet (22e050e)
- ocme: shipment pallets (8c31ac7)
🛠️ Code Refactor
- db: added in a db config for dev (008717b)
- logger: changed so that everything comes over as lowerCase to make it more easy to search (40b970e)
- modules: changed how the defaults are on some modules (4fe400a)
- ocme: added in apihits to getinfo (e256276)
- ocme: changes made so that we only get the not picked up pallets (f15afe5)
- ocme: postRunning number removed bloat (a5cd843)
- register: split the code to be more standard to the rest of the app (27d242f)
- scripts: added in a prodInstall to also take care of db migrations (cf8cb9b)
- server:consume: change so error returns 200 so we can see the true error (0e579c8)
- server: added in ability to listen on all ip's (6d1157a)
- server: added in an example powershell script to install (6e20928)
- settings: refactored the query placement for better reuse (71a951a)
🌟 Enhancements
- auth: added in a rolling token (50cf873)
- eom: frame work added in for eom (fda0719)
- frontend: added in checks for links inside the module (c30a48c)
- frontend: added the start to the material help center (aae9813)
- logger: added transport to post to db instead of file (ce11b1f)
- lst: added update settings into the entire app (5fcadb9)
- materials: added in comsumption card to consume based on running nr (9df643c)
- ocme: added in ocme with endpoints base (ef26b6a)
- ocme: added in picked up and included a all function to reduce endpoints (1bcb4db)
- ocme: finalized posting RN and sscc just to keep it the same as ocme (971038b)
- ocme: new setting for determining the fifo check (123d8a0)
- ocme: pickedup route added (c5f1281)
- permissions: more permissions for accessing via sidbar (6c4e14f)
- querys: plant query for gln and label data for sscc and other info (995311c)
- roles: added tester role (0eb6070)
- server: added in a default set of settings that will be checked on startup (4195b9e)
- server: added in ocp to the module list (d293ca6)
- sqlserver: added in the sqlconnnection (a1c9ad6)
- sscc: added in a creation of the sscc for now only ocme but will extend to be label data (8b1c65d)
- tcpserver: added in the intial tcpServer startup (402ce73)
2.3.0 (2025-03-05)
🛠️ Code Refactor
- database: updated to the schemas (6c3199f)
- frontend: moved the login to its own componet (23dc00f)
- frontend: moved types to global types and successfull build (f3b92e9)
- lst: refactored to be back to npm from bun (379f7b8)
- server: corrected the middleware to be in the correct spot to work as intended (1af561a)
- server: moved the server files outside the src to improve static files (89a2b3e)
📚 Documentation
🐛 Bug fixes
- frontend: if the backend is off a user is not logged in modules would error (63cd43a)
- server: corrected the env port in the api scaler (9b7e60c)
🌟 Enhancements
- database: settings added in (44ba7d9)
- frontend: auth work (5465e14)
- frontend: ocp added (5b9cadb)
- frontend: settings page added (88f2cf0)
- server: added in profile update (password only currently) (eb41ed5)
- server: added in service script to run a crud (8e5903c)
- server: created a logger to catch em all (2755021)
- server: settings and module crud added in (2ad1dcc)
📝 Testing Code
📝 Chore
1.1.0 (2025-03-05)
🛠️ Code Refactor
- database: updated to the schemas (6c3199f)
- frontend: moved the login to its own componet (23dc00f)
- frontend: moved types to global types and successfull build (f3b92e9)
- lst: refactored to be back to npm from bun (379f7b8)
- server: corrected the middleware to be in the correct spot to work as intended (1af561a)
- server: moved the server files outside the src to improve static files (89a2b3e)
📚 Documentation
🐛 Bug fixes
- frontend: if the backend is off a user is not logged in modules would error (63cd43a)
- server: corrected the env port in the api scaler (9b7e60c)
🌟 Enhancements
- database: settings added in (44ba7d9)
- frontend: auth work (5465e14)
- frontend: ocp added (5b9cadb)
- frontend: settings page added (88f2cf0)
- server: added in profile update (password only currently) (eb41ed5)
- server: added in service script to run a crud (8e5903c)
- server: created a logger to catch em all (2755021)
- server: settings and module crud added in (2ad1dcc)
📝 Testing Code
1.2.0 (2025-02-25)
🛠️ Code Refactor
- lst: added side bar plus dummy menus (54b1b60)
- lst: more dashboard work (d939332)
- lst: register added in (0265838)
🐛 Bug fixes
- auth: found some bugs in the jwt token (f320118)
🌟 Enhancements
- frontend: finished login form with validation (9719451)
- lst: added icons to the sidebar (604fdf1)
- lst: added in modules activation, roles and userRoles (7df5143)
- lst: tan stack routes added with protected routes (5f89434)
📚 Documentation
- apidocs: added new api docs for bruno (c92d746)
🚀 Code Refactor
- lst: more migrations (babd7be)
1.1.0 (2025-02-19)
🌟 Enhancements
- apps\frontend: added in tailwind (aa2ba8d)
- apps\server: auth stuff (ca27264)
- lst: added in basic authentication (5f7a3dd)
- lst: intial scafolding for the new system (2e02536)