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
|
2021-07-22 18:16:38 by Tobias Nygren | Files touched by this commit (21) |
Log message:
g/c RUSTFLAGS from individual package Makefiles. Handled by cargo.mk.
|
2021-07-20 22:22:26 by pin | Files touched by this commit (2) | |
Log message:
security/gpg-tui: update to 0.7.2
[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)
|
2021-07-19 17:19:45 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.7.1
[0.7.1] - 2021-07-17
Added:
-Add an example for selection mode to README.md
Changed:
-Update README.md about libxkbcommon-dev dependency (#26)
Fixed:
-Run the terminal on stderr and use stdout for output (#27)
|
2021-07-08 15:19:50 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.7.0
[0.7.0] - 2021-07-07
Added:
-Add --select option (#24)
Changed:
-Extend the FromStr implementation of CopyType
-Rename clipboard module and CopyType struct to 'selection'
|
2021-06-28 22:03:48 by pin | Files touched by this commit (2) | |
Log message:
security/gpg-tui: update to 0.6.2
0.6.2 - 2021-06-27
Changed:
- Bump the Rust version in Dockerfile
- Use entrypoint for the docker container
- Update the docker command for quickly launching the app
0.6.1 - 2021-06-26
Changed:
- Run the container as non-root/dedicated user
- Update the docker alias in README.md
0.6.0 - 2021-06-25
Added:
- Support importing keys from the clipboard (#3)
- Add git-cliff configuration file
Changed:
- Update the keyserver link
Fixed:
- Apply clippy lints
- Update application command tests
|
2021-06-14 09:39:02 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.5.0
[0.5.0] - 2021-06-13
Added:
-Support setting the default signing key via options menu
Changed:
-Update Dockerfile about crate dependency location
-Update COMMANDS.md about getting/setting default signing key
-Update README.md about setting the default signing key
|
2021-06-10 13:47:17 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.4.1
[0.4.1] - 2021-06-09
Fixed:
-Expand tilde character to the home directory (fixes #22)
|
2021-06-08 12:20:37 by pin | Files touched by this commit (2) | |
Log message:
security/gpg-tui: update to 0.4.0
[0.4.0] - 2021-06-07
Changed:
-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
|
2021-06-05 22:07:17 by pin | Files touched by this commit (2) | |
Log message:
security/gpg-tui: update to 0.3.0
[0.3.0] - 2021-06-05
Added:
-Add packaging status badge to README.md
-Add Matrix room link to social media section in README.md
Changed:
-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
Fixed:
-Run container process as unprivileged user
|