diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a1fc5..ba4b417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,22 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.0.0] - 2025-05-13 +## [1.3.0] - 2025-08-09 ### Added -- Initial release - -## [1.0.1] - 2025-05-14 +- Added infinite scrolling to kits page +- Added search functionality in navbar ### Changed -- Default status of new tasks to "open" in fetch command. +- Updated kits page to use navbar searchbox +- Improved layout responsiveness across the application +- Updated welcome page badge -### Removed +## [1.2.0] - 2025-06-22 -- Incorrect timelapse values for log activities in fetch command. -- Removed unused timer class. +### Added + +- Added author filtering in kits page + +### Changed + +- Updated fetch command to only log important events ## [1.1.0] - 2025-06-07 @@ -36,12 +42,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Optimized fetch command for efficiency - Improved user experience when showing filters and search results -## [1.2.0] - 2025-06-22 +## [1.0.1] - 2025-05-14 -### Added +### Changed -- Added author filtering in kits page +- Default status of new tasks to "open" in fetch command. -### Changed +### Removed -- Updated fetch command to only log important events +- Incorrect timelapse values for log activities in fetch command. +- Removed unused timer class. + +## [1.0.0] - 2025-05-13 + +### Added + +- Initial release