Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 03:23
· 13 commits to master since this release

v0.6.0 Release

SFTP Enhancements:

  • Added exec, lexec, shell, lshell commands for interactive remote/local execution.
  • Added local file operations: lmkdir, lrm, lcp, lmv.
  • Added remote file operations: cp, mv.
  • Implemented robust resume functionality and interactive overwrite control.
  • Switched from readline to liner for better cross-platform support.
  • Optimized directory download progress visualization.

SSH Improvements:

  • Improved interactive stdin handling to fix byte swallowing after returning from PTY modes.
  • Fixed lexec terminal state handling for interactive tools (e.g., vim, less).
  • Refined fallbackCopyStdinTo for safer concurrency and cancellation.

Full Changelog: v0.5.0...v0.6.0