2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 05:12:10 +00:00
restic/changelog/0.17.0_2024-07-26/issue-4656
2024-07-26 11:28:55 +02:00

8 lines
273 B
Plaintext

Bugfix: Properly report ID of newly added keys
`restic key add` now reports the ID of the newly added key. This simplifies
selecting a specific key using the `--key-hint key` option.
https://github.com/restic/restic/issues/4656
https://github.com/restic/restic/pull/4657