# Changelog
All notable user-facing changes are documented here from the next release onward. For earlier releases, see the [GitHub Releases](https://github.com/jwoo0122/lucy/releases) page.
This project follows [Semantic Versioning](https://semver.org/).
## [Unreleased]
## [1.5.2](https://github.com/jwoo0122/lucy/compare/v1.5.1...v1.5.2) - 2026-07-20
### Fixed
- change glow design
### Other
- change sample image
## [1.5.1](https://github.com/jwoo0122/lucy/compare/v1.5.0...v1.5.1) - 2026-07-19
### Fixed
- refine ux
### Other
- add sample image ([#13](https://github.com/jwoo0122/lucy/pull/13))
## [1.5.0](https://github.com/jwoo0122/lucy/compare/v1.4.1...v1.5.0) - 2026-07-19
### Added
- refine ux 3
- subprocess lifecycle
### Fixed
- tui
## [1.4.1](https://github.com/jwoo0122/lucy/compare/v1.4.0...v1.4.1) - 2026-07-18
### Fixed
- minor design change
### Changed
- Added pull-request quality gates for formatting, linting, and tests.
- Added license and changelog documentation.
- Generate release notes in `CHANGELOG.md` during the version-bump workflow.