2022-12-03 18:18:23 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.9.2
[0.9.2] - 2022-12-02
Changed
- Bump dependencies
- Bump the Rust version in Dockerfile
- Update Docker build badge in README.md
- Bump Debian distribution in Dockerfile
Fixed
- Fix typos (#45)
- Apply clippy lints
|
2022-08-18 10:07:45 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.9.1
[0.9.1] - 2022-08-18
Added
Support setting the detail level via config or args (#44)
Changed
Enable GitHub Sponsors for funding
Apply clippy lints for tests
Bump dependencies
Set MSRV to 1.57.0
Fixed
Apply clippy lints
Update test preparation script about gpg directories
Removed
Remove broken link from README.md
|
2022-05-29 19:36:42 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.9.0
[0.9.0] - 2022-05-27
Added
Support customizing key bindings (#6)
Add a separate script for preparing the test environment
Changed
Bump dependencies
Bump the Rust version in Dockerfile
Update man page about custom key bindings
Fixed
Fix the formatting
Update application handler tests about custom key bindings
Update custom key binding handler test
Fix the keycode handler test
Fix typo in the script name
Removed
Remove edition key from rustfmt config
|
2022-02-21 10:42:26 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.8.3
Added:
-Support custom file name for the exported keys (#4)
Changed:
-Switch to clap for argument parsing
-Update license copyright years
-Update lychee arguments
-Apply clippy::needless_borrow suggestion
-Add tests for custom file name
-Bump the Rust version in Dockerfile
-Bump dependencies
|
2021-12-15 09:20:55 by pin | Files touched by this commit (2) | |
Log message:
security/gpg-tui: update to 0.8.2
Changed
Allow showing options menu for empty keyrings
Update the edition of Rust to 2021
Copy Cargo.lock into docker build stage for caching
Bump the Rust version in Dockerfile
Use ubuntu-20.04 runner for workflows
Specify the toolchain explicitly for crates.io releases
Install Rust toolchain for audit job
Apply clippy::format_in_format_args suggestion
Apply clippy::single_char_pattern suggestion
Fixed
Fix config file extension in README.md
Use references for OS command arguments
Fix the Rust profile specification in audit workflow
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-11 10:58:06 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.8.1
[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
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-08-07 16:38:20 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.7.4
[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
|
2021-08-02 16:54:57 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.7.3
[0.7.3] - 2021-07-25
Added:
-Add Wayland clipboard support (#30)
-Add 'in the media' section to README.md
Changed:
-Import the test key from keyserver in CI workflow
Fixed:
-Handle clipboard errors
|