2024-07-23 00:19:22 +02:00
|
|
|
Bugfix: Properly report ID of newly added keys
|
2024-01-25 10:12:11 +01:00
|
|
|
|
2024-07-23 00:19:22 +02:00
|
|
|
`restic key add` now reports the ID of the newly added key. This simplifies
|
2024-01-25 10:12:11 +01: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
|