GpuTerm 1.0.1 Beta
Pre-release
Pre-release
GpuTerm 1.0.1 Beta
Beta release focused on disk telemetry details and SFTP transfer UX.
Highlights
- Added a clickable Disk summary in the telemetry bar that opens a full disk detail popover.
- Added disk detail fields for mount point, filesystem, filesystem type, total, used, available, and usage percentage.
- Added disk usage progress bars with warning state at 80%+ and critical state at 90%+.
- Added a "Show hidden filesystems" toggle in the disk detail popover.
- Fixed the disk detail popover so it renders outside the telemetry bar and is not clipped by footer overflow.
- Added SFTP drag-and-drop upload from the local file panel to the remote panel.
- Added SFTP drag-and-drop download from the remote file panel to the local panel.
- Added a TransferQueue UI with filename, direction, source path, target path, progress, status, and per-file errors.
- Added overwrite confirmation before upload/download when the target file already exists.
- Changed SFTP transfer streaming to use 1 MiB chunks.
- Added backend command placeholders for transfer cancellation.
- Updated app/package versions to 1.0.1-beta.
Notes
- Directory drag-and-drop is detected but not supported yet.
- Transfer cancellation UI and command shape are present, but active stream cancellation is not wired in this beta.
- After updating from source, fully restart
npm run tauri:devso Rust commands and Tauri configuration changes are reloaded.
Verification
npm run test: 16 tests passed.npm run build: passed with the existing Vite chunk-size warning.cargo test: 7 tests passed.