Skip to content

v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 05:46
· 46 commits to main since this release

0.4.1 - 2026-08-05

English

Added

  • 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.

中文

新增

  • sivtr update 从 GitHub Releases 自更新:按当前平台下载预编译二进制(windows-x64 / linux-x64-musl / macos),校验 release SHA256SUMS 后原地替换(Windows 走 rename-aside)。(e98da1e)
  • sivtr doctor 新增最新版本检查,有新版本时提示 sivtr update。(e98da1e)

修复

  • Windows TUI 生命周期与 ConPTY 渲染加固:Drop 式终端恢复、分阶段 init 回滚、console mode/代码页处理、同步更新、Ctrl+C 退出 picker、CJK 宽字符重绘。(54d94b7)
  • 外部编辑器命令解析加固;编辑后 Vim 临时文件清理。(176b2e0)
  • 安装器:SHA256SUMS 改为按 release 资产名查找;install.ps1 保持 ASCII,Windows PowerShell 5.1 可解析。(2351fe8)

依赖

  • Renovate 例行依赖升级(tokio、serde、clap、iroh、schemars、dialoguer 等)与 CI workflow action 升级。