From c6e860dfacb974b82465721eee50af204b1fd8eb Mon Sep 17 00:00:00 2001 From: jettwang Date: Sat, 13 Jun 2026 00:50:10 +0800 Subject: [PATCH] chore(release): 0.0.11 Roll the Unreleased entries (--password-get TTY-aware reveal, --help/usage version line, version-flag scan boundary, skill sudo password-key docs) into the 0.0.11 section and open a fresh Unreleased heading. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc3608..a55b37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.11] - 2026-06-13 + ### Security - `--password-get` no longer prints the stored secret to an interactive terminal (where it would linger in scrollback). On a TTY it now only confirms the key exists; the raw value is emitted **only** when stdout is piped or redirected (e.g. `PW=$(sshx --password-get=key)` or `sshx --password-get=key | pbcopy`), with no decoration for clean capture