2024-07-22 22:19:22 +00:00
|
|
|
Bugfix: Properly report ID of newly added keys
|
2024-01-25 09:12:11 +00:00
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
`restic key add` now reports the ID of the newly added key. This simplifies
|
2024-01-25 09:12:11 +00:00
|
|
|
selecting a specific key using the `--key-hint key` option.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4656
|
|
|
|
https://github.com/restic/restic/pull/4657
|