Releases: glehmann/yage
Releases · glehmann/yage
0.5.0
- add the
re-encrypt
sub-command that re-encrypt a yaml file with a new set of recipients - add the
recipients
sub-command that list the recipients of a set of encrypted yaml files - reduce the size of the encrypted files by compressing the values before encrypting them
- generate a warning when reading a yaml file with inconsistent recipients
- prevent
yage
from processing multiple yaml files if it is not requested to run in place
0.4.0
- store the recipients in the encrypted yaml files, for a much nicer user experience when dealing with multiple recipients
- vim as default editor
0.3.0
- full test suite
- much, much smaller ppc64le and s390x docker images
status
subcommand renamed tocheck
- support multiple values in the key/recipient environment variables
- the editor can now be used with arguments
0.2.0
- support encrypting/decrypting multiple files at once
status
subcommand- stricter visibility for the data on disk
- pre-commit hooks
- multiplatform docker image
- statically linked binaries on most platforms
- macos arm64 binary
0.1.0
first release!