Skip to content

Commit 1d181b7

Browse files
committed
Release v3.0.0-beta.9
1 parent 9e368e9 commit 1d181b7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = '2021'
77
keywords = ['git', 'tui']
88
license = 'AGPL-3.0-or-later'
99
repository = 'https://github.com/kalkin/git-log-viewer'
10-
version = '3.0.0-beta.8'
10+
version = '3.0.0-beta.9'
1111

1212
[dependencies]
1313
clap-git-options = { version = "0.1.0", features = [ "git-wrapper" ] }

0 commit comments

Comments
 (0)