Skip to content

GpuTerm 1.0.3 Beta

Pre-release
Pre-release

Choose a tag to compare

@fortranmentis fortranmentis released this 14 Jul 16:19

Highlights

  • Added an explicit trust-on-first-use prompt that displays the remote SSH host key fingerprint before saving it.
  • Added production and development content security policies for the Tauri window.
  • Improved SSH connection timeouts, cleanup, disconnect handling, and blocking task isolation.
  • Fixed terminal output when multibyte UTF-8 characters are split across SSH read chunks.
  • Stabilized terminal reset, focus, and resize behavior across reconnects and session changes.
  • Added working per-file SFTP transfer cancellation.
  • Downloads now use temporary files so failed or canceled transfers do not leave partial destination files.
  • Improved SFTP error isolation and cleanup during network or session failures.
  • Consolidated telemetry parsers and frontend metric formatting into shared, tested utilities.
  • Expanded telemetry, GPU selector, disk priority, SFTP, formatting, and terminal stream tests.

Validation

  • 38 frontend tests passed.
  • 17 Rust tests passed.
  • TypeScript and Vite production build passed.

Notes

  • Remote system telemetry remains Linux-first.
  • NVIDIA detail monitoring requires nvidia-smi on the remote host.
  • SFTP transfers can be canceled but cannot yet be resumed.
  • This is a beta prerelease intended for testing and feedback.