Skip to main content

Changelog

All notable changes to this project are documented here.

Format follows Keep a Changelog.


[Unreleased]

Coming Soon

  • Features in development...

[1.0.0] - YYYY-MM-DD

Added

  • User login and role-based permissions.
  • Main management interface.
  • Excel data export support.
  • Email notification integration.

Changed

  • Improved page load performance.
  • Updated UI to new design system.

Fixed

  • Fixed login issue on Safari.
  • Fixed pagination bug when data is empty.

Changelog Guidelines

When adding a new feature or fixing a bug, add an entry under [Unreleased]:

### Added
- [Brief description of new feature]

### Changed
- [Description of change]

### Fixed
- [Description of bug fix]

### Removed
- [Feature / API that was removed]

When releasing a new version:

  1. Rename [Unreleased] to [X.Y.Z] - YYYY-MM-DD.
  2. Create a new empty [Unreleased] section at the top.