Skip to content

v2.4.0

Latest

Choose a tag to compare

@ch3nnn ch3nnn released this 16 Mar 12:55
· 5 commits to master since this release

Changelog

New Features

  • 35e347a: feat(admin): improve login accessibility with Enter key navigation (@)
  • 1b1f31b: feat(dashboard): implement Server-Sent Events (SSE) for real-time data (@)
  • 3b53ce3: feat(server): add file upload size limit and improve image preview (@)
  • 9a15275: feat(site): add user agent middleware for HTTP requests (@)
  • 93fb028: feat(wire): inject new repository dependencies (@)

Bug Fixes

  • 252374d: fix(internal/service/site): validate input URLs before processing (@)
  • cab6a22: fix(web): update dashboard URL in admin panel (@)

Performance Improvements

Code Refactoring

  • f89b3d8: refactor(category): restructure the category management page (@)
  • 059edd5: refactor(site): optimize image processing and error handling for site update (@)
  • 4fc932c: refactor(webstack-go): improve code maintainability and readability (@)
  • 02842d4: refactor(wire): update handler and service initialization (@)
  • 6ff7787: refactor: add database constants and refactor sys_menu and sys_user_menu (@)

Other Changes