From 1d181b79b5eeb4975e13a417b1f1c571f4f52980 Mon Sep 17 00:00:00 2001 From: Bahtiar `kalkin` Gadimov Date: Fri, 6 May 2022 16:37:37 +0200 Subject: [PATCH] Release v3.0.0-beta.9 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e4852..c75abf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.0.0-beta.9] - 2022-05-06 + +### Added + +- Hide refs/prefetch references +- Integrate update-informer + +### Changed + +- Hide timezone in history view + +### Fixed + +- Search does not crash anymore +- Search jump to branch & tag matches +- Show full subject message on ConventionalCommits of type deps +- Show correct committer name in the diff view + ## [3.0.0-beta.8] - 2022-04-21 ### Added diff --git a/Cargo.toml b/Cargo.toml index be805e1..0a43f33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = '2021' keywords = ['git', 'tui'] license = 'AGPL-3.0-or-later' repository = 'https://github.com/kalkin/git-log-viewer' -version = '3.0.0-beta.8' +version = '3.0.0-beta.9' [dependencies] clap-git-options = { version = "0.1.0", features = [ "git-wrapper" ] }