All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add config for splash screen to check SHA256 hash of assets
- Bump
rust-embed
to6.0.0
- Bump
tui
to0.16.0
- Bump
gpgme
to0.10.0
- Center the options menu title
- Mark the unsupported algorithms as unrecognized/unknown
- Fix the failing test about options menu title
- Add Wayland clipboard support (#30)
- Add 'in the media' section to README.md
- Import the test key from keyserver in CI workflow
- Handle clipboard errors
- Add the missing views for signature notations
- Mark the default signing key with a symbol
- Override the default key for all gpg fallback commands
- Sleep the event handler thread if input is disabled (#29)
- Add an example for selection mode to README.md
- Update README.md about
libxkbcommon-dev
dependency (#26)
- Run the terminal on stderr and use stdout for output (#27)
- Add
--select
option (#24)
- Extend the FromStr implementation of CopyType
- Rename clipboard module and CopyType struct to 'selection'
- Bump the Rust version in Dockerfile
- Use entrypoint for the docker container
- Update the docker command for quickly launching the app
- Run the container as non-root/dedicated user
- Update the docker alias in README.md
- Support importing keys from the clipboard (#3)
- Add git-cliff configuration file
- Update the keyserver link
- Apply clippy lints
- Update application command tests
- Support setting the default signing key via options menu
- Update Dockerfile about crate dependency location
- Update COMMANDS.md about getting/setting default signing key
- Update README.md about setting the default signing key
- Expand tilde character to the home directory (fixes #22)
- Extract get_output_file from export_keys method
- Support exporting secret subkeys (#15)
- Update COMMANDS.md about export command
- Update README.md about exporting secret subkeys
- Add packaging status badge to README.md
- Add Matrix room link to social media section in README.md
- Display notations of the signatures (#8)
- Update README.md about Docker alias
- Update README.md about the format of notations
- Update the example notation in README.md
- Update the style of flags
- Run container process as unprivileged user
- Add installation instructions for FreeBSD
- Add Homebrew instructions to README.md
- Add NetBSD instructions to README.md
- Update table of contents
- Support xplr for file selection (closes #2)
- Use eprintln macro while printing errors
- Update README.md about the use of xplr
- Add dependency installation instructions for Void Linux (#11)
- Mention distribution-specific dependencies in README.md (#10)
- Update the formatting of requirements in README.md
- Update README.md about installation for Arch Linux
- Remove cargo-bloat workflow
- Add Arch Linux installation instructions to README.md
- Update the commands style in README.md
- Update link checker job to exclude AUR links
- Split audit workflow into two
- Mark test_gpg_key as gpg-tests
- Test the detail commands if gpg-tests feature is enabled
- Add release badges to README.md
- Add CD badge to README.md
- Add documentation badge to README.md
- Use release flag while generating completions
- Update the release image
- Update documentation field in Cargo.toml
- Update Patreon badges in README.md
- Update CD workflow about the HTML syntax of release images
- Update FUNDING.yml
Initial release.