-
released this
2026-06-05 13:36:04 +08:00 | 36 commits to main since this release🐛 Bug fixes
Terminal stability
- Fixed: the terminal no longer freezes after minimizing the window or switching tabs — most
noticeable when running a full-screen TUI like Kiro CLI in PowerShell. A degenerate 1×1 size is no longer
sent to the pseudo-console. - Added: Shift+Enter inserts a newline in the shell, so you can type multi-line commands (plain Enter
still submits).
High-DPI / display scaling
- Fixed: text and buttons getting clipped at 125% / 150% display scaling. The app now scales by the
exact DPI ratio (PerMonitorV2), so containers grow together with the (scaled) fonts. - Toolbar, settings, sidebar buttons and About labels are now adaptive; the left tab bar aligns with the
workspace toolbar; About cards auto-grow and the left column scrolls.
📦 Downloads
Two builds are produced:
Build Needs .NET 8 Desktop Runtime? Notes Standard ( ETTerms_v0.2.2)✅ Yes Smaller; for machines that already have the runtime Portable ( ETTerms_v0.2.2_portable)❌ No Runtime bundled — unzip and run, no install / admin needed Run
ETTerms v0.2.2.exe.🔗 Links
- Setup guide:
docs/serial-mcp-guide.md - TTL reference:
docs/ttl-script-reference.md
Full changelog: https://github.com/ETWen/ETTerms/compare/v0.2.1...v0.2.2
Downloads
- Fixed: the terminal no longer freezes after minimizing the window or switching tabs — most