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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v3.0.5] - 2022-10-07
9
+
10
+ ### Fixed
11
+
12
+ - fix: Migrate --help handling to clap@v4.0.0
13
+ - fix: Shutting down screen on error
14
+ - fix: Reset the ui event timeout after a redraw
15
+ - fix: Print log on panic
16
+
8
17
## [ v3.0.4] - 2022-10-01
9
18
10
19
### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = '2021'
7
7
keywords = [' git' , ' tui' ]
8
8
license = ' AGPL-3.0-or-later'
9
9
repository = ' https://github.com/kalkin/git-log-viewer'
10
- version = ' 3.0.4 '
10
+ version = ' 3.0.5 '
11
11
12
12
[dependencies ]
13
13
crossterm = ' ^0.25.0'
You can’t perform that action at this time.
0 commit comments