You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sivtr update self-updates from GitHub Releases: downloads the prebuilt binary for the current platform (windows-x64 / linux-x64-musl / macos), verifies the release SHA256SUMS checksum, and replaces the running binary in place (rename-aside on Windows). (e98da1e)
sivtr doctor now checks the latest published release and hints sivtr update when a newer version is available. (e98da1e)
Fixed
Windows TUI lifecycle and ConPTY rendering hardened: Drop-based terminal restore, staged init rollback, console mode/code-page handling, synchronized updates, Ctrl+C quits the picker, CJK wide-cell redraws. (54d94b7)
External editor command parsing hardened; Vim temp files cleaned up after editing. (176b2e0)
Installers: SHA256SUMS lookup now keyed by the release asset name; install.ps1 kept ASCII so Windows PowerShell 5.1 parses it. (2351fe8)
Dependencies
Routine dependency updates via Renovate (tokio, serde, clap, iroh, schemars, dialoguer, …) and CI workflow action bumps.