summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-07-20 18:31:41 +0300
committerorhun <orhun@archlinux.org>2021-07-20 18:31:41 +0300
commit3c460c0bd484f4af74213874c96764df5bcf182c (patch)
tree2dc4fbda6aa1fc7a289a02bb61e1926a745e826d
parent53036edecb8c8ec98f45802065016338bcb516ef (diff)
chore: Prepare for the 0.7.2 releasev0.7.2
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/gpg-tui.12
4 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aafd641..2ceec0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ 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.2] - 2021-07-20
+### Added
+- Add the missing views for signature notations
+
+### Changed
+- Mark the default signing key with a symbol
+
+### Fixed
+- Override the default key for all gpg fallback commands
+- Sleep the event handler thread if input is disabled (#29)
+
## [0.7.1] - 2021-07-17
### Added
- Add an example for selection mode to README.md
diff --git a/Cargo.lock b/Cargo.lock
index ae43d08..b709613 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -316,7 +316,7 @@ dependencies = [
[[package]]
name = "gpg-tui"
-version = "0.7.1"
+version = "0.7.2"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 7b58cd2..55bfe41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.7.1"
+version = "0.7.2"
description = "Manage your GnuPG keys with ease!"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "MIT"
diff --git a/man/gpg-tui.1 b/man/gpg-tui.1
index 8989fbc..83b32bf 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.1" "User Commands"
+.TH GPG-TUI "1" "July 2021" "gpg-tui 0.7.2" "User Commands"
.SH NAME
gpg-tui \- manage your GnuPG keys with ease