EXE
WinGet
TermCanvas
blueberrycongee · 0.31.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
TermCanvas-Setup-0.31.0.exe /S
Custom
TermCanvas-Setup-0.31.0.exe /S /allusers
Upgrade
TermCanvas-Setup-0.31.0.exe /S --updated
File Identity
Filename
TermCanvas-Setup-0.31.0.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
blueberrycongee.TermCanvas
Version
0.31.0
Description
An infinite canvas desktop app for visually managing terminals
License
MIT
↗
Installer URL
https://github.com/blueberrycongee/termcanvas/releases/download/v0.31.0/TermCanvas-Setup-0.31.0.exe
Upgrade Behavior
install(Install over existing)
Release Notes
- feat(session): add Kimi CLI support across session pipeline — 为 Kimi CLI 添加跨 session 管线的支持
Fixed
- fix(session): use findKimi instead of getKimiLatest for Kimi session attachment — Kimi session 附件改用 findKimi 而非 getKimiLatest
- fix(renderer): 修复 WebGL 终端乱码问题 — 修复 WebGL 终端乱码问题
- fix(ci): run postinstall bins via shell on windows — Windows 上通过 shell 运行 postinstall 脚本
- fix(session): remove weak fallback in findBestCodexSession — 移除 findBestCodexSession 的 weak fallback,当 cwd 匹配失败时返回 null 而非绑定到全局最新…