From 7b0fdf3a210ff65a9e47e0b92bb2cc50366163b2 Mon Sep 17 00:00:00 2001 From: jettwang Date: Thu, 2 Jul 2026 13:53:11 +0800 Subject: [PATCH] chore: prepare for release v0.0.13 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9808fef..dfb9ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13] - 2026-07-02 + +### Added + +- Direct server-to-server file transfer: + `sshx --transfer=: --to=:` streams + files from one server to another over SFTP, relaying data through the local + machine without writing to local disk. Supports single files and recursive + directory transfers, preserves file permission bits, and places the source + inside the destination when it is an existing directory. Both endpoints can + be configured host names (resolved from `~/.sshx/settings.json` with their + own SSH key/user/port) or IP addresses. Transfer invocations are covered by + `--dry-run` plan preview (`transfer_source`/`transfer_destination` fields) + and the local audit trail. + ## [0.0.12] - 2026-07-01 ### Added