Skip to content

v0.5.12

Choose a tag to compare

@bkataru bkataru released this 14 Jun 01:09
· 24 commits to main since this release
ed51228

v0.5.12

Added

  • Added RMUX snapshot-aware TUI tool cards for completed rmux snapshot calls.
  • RMUX snapshot cards show session, pane, terminal size, revision, and visible terminal text instead of raw JSON.

Changed

  • Replaced fixed-initializer OnceLock usage in TUI rendering helpers with std::sync::LazyLock.

Verification

  • PR #37 CI: Check & Lint, Doc, Test (nextest) passed.
  • PR #38 CI: Security Audit, Check & Lint, Doc, Test (nextest) passed.
  • Local release gate: cargo test --workspace --no-fail-fast — 1775 passed, 13 ignored.