diff --git a/CHANGELOG.md b/CHANGELOG.md index d05ae46..623ad1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.8.0] - 2024-05-08 ### Added - `gojira worklogs` search bar - looks for a text or issue key if passed uppercased like `ISSUE-123` - `Enter` now submits worklog straight from time spent input, `Delete` removes it - `Delete` also works on selected worklog on the list - no confirmation required though so watch out -### Changed -- `SetFocusFunc`/`SetBlurFunc` now handlers decorated windows instead of original mess +### Changed +- `SetFocusFunc`/`SetBlurFunc` now handles decorated windows instead of original mess ## [0.7.0] - 2024-05-05 ### Added @@ -107,7 +109,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Initial release of gojira -[Unreleased]: https://github.com/jzyinq/gojira/compare/0.7.0...master +[Unreleased]: https://github.com/jzyinq/gojira/compare/0.8.0...master +[0.8.0]: https://github.com/jzyinq/gojira/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/jzyinq/gojira/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/jzyinq/gojira/compare/0.5.4...0.6.0 [0.5.4]: https://github.com/jzyinq/gojira/compare/0.5.3...0.5.4