Skip to content

Commit

Permalink
fix calendar control on worklog list (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzyinq authored May 8, 2024
1 parent 291a819 commit 6c09304
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.8.1] - 2024-05-08
### Fixed
- Calendar control stopped working after introducing delete on worklog list

## [0.8.0] - 2024-05-08
### Added
- `gojira worklogs` search bar - looks for a text or issue key if passed uppercased like `ISSUE-123`
Expand Down Expand Up @@ -109,7 +113,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.8.0...master
[Unreleased]: https://github.com/jzyinq/gojira/compare/0.8.1...master
[0.8.1]: https://github.com/jzyinq/gojira/compare/0.8.0...0.8.1
[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
Expand Down
2 changes: 1 addition & 1 deletion gojira/dayview.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (d *DayView) update() {
}()
default:
}
return event
return controlCalendar(event)
})
timeSpent := CalculateTimeSpent(getWorklogsFromWorklogIssues(logs))
d.worklogStatus.SetText(
Expand Down

0 comments on commit 6c09304

Please sign in to comment.