Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 26 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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