summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-10-11 00:16:56 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-10-11 00:16:56 +0300
commite561dba3af16d80ef42695608840373715935f50 (patch)
tree1025ccc3cd73789ef56276f5aa4dfedc74b74234 /CHANGELOG.md
parente11fdf725b5e0eb61ade35b913c366526bf1a0e4 (diff)
chore: Prepare for the 0.8.1 releasev0.8.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cd2731..2f54fea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,27 @@ 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.8.1] - 2021-10-10
+### Added
+- Support changing the default file explorer
+
+### Changed
+- Include the manpage of configuration file in binary releases
+- Allow dead code for event handler fields
+- Apply clippy::needless_lifetimes suggestion
+- Improve the Docker build and push workflow
+- Merge the build and test steps in CI workflow
+- Disable the terminal buffer check temporarily
+- Disable the gpg info renderer test
+- Bump dependencies
+
+### Fixed
+- Use implicit reference for state module tests
+- Use a fixed line width for renderer tests
+
+### Removed
+- Remove the hardcoded last character from renderer tests
+
## [0.8.0] - 2021-09-03
### Added
- Add a configuration file ([#5](https://github.com/orhun/gpg-tui/issues/5))