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.
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
+ ## [ 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
+
8
26
## [ 3.0.0-beta.8] - 2022-04-21
9
27
10
28
### 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.0-beta.8 '
10
+ version = ' 3.0.0-beta.9 '
11
11
12
12
[dependencies ]
13
13
clap-git-options = { version = " 0.1.0" , features = [ " git-wrapper" ] }
You can’t perform that action at this time.
0 commit comments