diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b41e5c..d9665fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.4] - 2021-08-07 +### Added +- Add config for splash screen to check SHA256 hash of assets + +### Changed +- Bump `rust-embed` to `6.0.0` +- Bump `tui` to `0.16.0` +- Bump `gpgme` to `0.10.0` +- Center the options menu title + +### Fixed +- Mark the unsupported algorithms as unrecognized/unknown +- Fix the failing test about options menu title + ## [0.7.3] - 2021-07-25 ### Added - Add Wayland clipboard support (#30) diff --git a/Cargo.lock b/Cargo.lock index dbddb74..1e4a71a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.11.0" @@ -326,7 +328,7 @@ dependencies = [ [[package]] name = "gpg-tui" -version = "0.7.3" +version = "0.7.4" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cf0fd6b..a769483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpg-tui" -version = "0.7.3" +version = "0.7.4" description = "Manage your GnuPG keys with ease!" authors = ["Orhun Parmaksız "] license = "MIT" diff --git a/man/gpg-tui.1 b/man/gpg-tui.1 index 6b3c8e1..42d80aa 100644 --- a/man/gpg-tui.1 +++ b/man/gpg-tui.1 @@ -1,5 +1,5 @@ .\" Manpage for gpg-tui. -.TH GPG-TUI "1" "July 2021" "gpg-tui 0.7.3" "User Commands" +.TH GPG-TUI "1" "August 2021" "gpg-tui 0.7.4" "User Commands" .SH NAME gpg-tui \- manage your GnuPG keys with ease