-
released this
2026-06-08 16:14:08 +08:00 | 30 commits to main since this release🐛 Bug fixes
Terminal scrolling
- Added a dark vertical scrollbar on the right of the terminal — drag the thumb or click the track
to page through long output, instead of long mouse-wheel scrolling. The owner-drawn bar (slim, rounded
thumb) matches the KKTerm dark theme, and the content area excludes it so text is never covered.
Multi-line paste
- Fixed pasting multiple lines into Kiro CLI / PSReadLine: the whole block is now pasted as a
single unit instead of each line being submitted immediately. ETTerms now honors bracketed paste
(DEC mode 2004) and wraps pasted text inESC[200~ … ESC[201~when the app enables it.
Copy feedback
- After a right-click copy, the highlight now clears — so you get clear visual confirmation that
the selection was copied.
📦 Downloads
Two builds are produced:
Build Needs .NET 8 Desktop Runtime? Notes Standard ( ETTerms_v0.3.1)✅ Yes Smaller; for machines that already have the runtime Portable ( ETTerms_v0.3.1_portable)❌ No Runtime bundled — unzip and run, no install / admin needed Run
ETTerms v0.3.1.exe.🔗 Links
- PDU MCP & Serial MCP setup guide:
docs/serial-mcp-guide.md - TTL reference:
docs/ttl-script-reference.md
Full changelog: v0.3.0...v0.3.1
Downloads
- Added a dark vertical scrollbar on the right of the terminal — drag the thumb or click the track