File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v3.0.5] - 2022-10-07
9+
10+ ### Fixed
11+
12+ - fix: Migrate --help handling to
[email protected] 13+ - fix: Shutting down screen on error
14+ - fix: Reset the ui event timeout after a redraw
15+ - fix: Print log on panic
16+
817## [ v3.0.4] - 2022-10-01
918
1019### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = '2021'
77keywords = [' git' , ' tui' ]
88license = ' AGPL-3.0-or-later'
99repository = ' https://github.com/kalkin/git-log-viewer'
10- version = ' 3.0.4 '
10+ version = ' 3.0.5 '
1111
1212[dependencies ]
1313crossterm = ' ^0.25.0'
You can’t perform that action at this time.
0 commit comments