Skip to content

v1.0.22

Choose a tag to compare

@ictechgy ictechgy released this 05 Jun 05:57
· 147 commits to main since this release

Highlights

  • Keeps mobile/Termius reattach usable after terminal parser degradation (PR #118).
  • Ensures raw PTY output, input, wait, capture, attach, snapshot, and resize paths continue operating when the vt100 parser panics and is degraded for a session.
  • Updates Cargo/npm/Homebrew/docs metadata to v1.0.22.

Verification

  • scripts/release-preflight.sh --allow-occupied-skip --require-audit
  • cargo fmt -- --check
  • cargo clippy --all-targets -- -D warnings
  • cargo test --locked -- --test-threads=1
  • cargo build --release --locked
  • cargo audit
  • ./target/release/lterm --version

Notes

  • Manual Termius physical-device validation and the 15-minute soak gate were not run locally for this release.