Skip to content

Commit

Permalink
chore: Prepare for the 0.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 7, 2021
1 parent e280d8c commit 148c99a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion man/gpg-tui.1
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 148c99a

Please sign in to comment.