File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ 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+ ## [ 3.0.0-beta.9] - 2022-05-06
9+
10+ ### Added
11+
12+ - Hide refs/prefetch references
13+ - Integrate update-informer
14+
15+ ### Changed
16+
17+ - Hide timezone in history view
18+
19+ ### Fixed
20+
21+ - Search does not crash anymore
22+ - Search jump to branch & tag matches
23+ - Show full subject message on ConventionalCommits of type deps
24+ - Show correct committer name in the diff view
25+
826## [ 3.0.0-beta.8] - 2022-04-21
927
1028### 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.0-beta.8 '
10+ version = ' 3.0.0-beta.9 '
1111
1212[dependencies ]
1313clap-git-options = { version = " 0.1.0" , features = [ " git-wrapper" ] }
You can’t perform that action at this time.
0 commit comments