Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzyinq committed May 8, 2024
1 parent a460678 commit ca98bd7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ca98bd7

Please sign in to comment.