9.1 KiB
9.1 KiB
All CHanges to LST can be found below.
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)