v0.2.31
v0.2.31 — Terminal refresh shortcuts and UI polish
Release date: 2026-07-09
Previous version: v0.2.30
TL;DR
A quick patch on top of v0.2.30 focused on terminal quality-of-life. You can now refresh a glitched terminal rendering with Ctrl+Shift+R or F5 without touching the running session, window resizing is noticeably smoother, and several visual/IME annoyances (light-theme readability, hidden popovers, Korean IME dropping after popout raise) are fixed.
Highlights
Terminal rendering refresh shortcut (Ctrl+Shift+R / F5)
- The header's refresh button action — recreate the xterm renderer while keeping the PTY session alive — is now bound to Ctrl+Shift+R (Cmd+Shift+R on Mac) and F5.
- Only the focused stack responds, and the shortcut also works in popped-out windows.
- The key combo is swallowed before reaching the shell, so it neither leaks into the PTY nor triggers a browser hard reload. Plain Ctrl+R is untouched and still available for shell history search.
Smoother window resizing
- Terminal refit during a resize drag is now throttled to 100ms, eliminating stutter while dragging window edges.
- Removed a
transition-allon input/prompt fields that caused visible lag when resizing textareas.
Visual & input fixes
- Light terminal presets: bright foreground colors (e.g. TUI line numbers) no longer wash out against the light background.
- Floating windows: a floating window's z-index could exceed the tooltip layer and cover the theme popover — fixed.
- Korean IME (Electron): programmatically raising a popout window no longer loses the Korean IME composition context.
My Schedule (work in progress)
- Memos and events can now be deleted via right-click, and the edit modal gained a delete button.
Install / Update
npm i -g clitrigger@0.2.31Desktop app — pick the right asset:
- Windows (recommended):
CLITrigger-Setup-0.2.31.exe— installer with Start Menu shortcut, uninstaller, and auto-update. - Windows (portable):
CLITrigger-0.2.31.exe— run directly, no install; no shortcuts and no auto-update (grab new versions manually). - macOS:
.dmg/ Linux:.AppImage
Full commit list
- 647910e feat(client): 터미널 새로고침 단축키에 F5 추가
- 6464810 feat(client): 터미널 렌더링 새로고침 단축키 Ctrl+Shift+R 추가
- 197ffdc fix(client): 플로팅 창 z가 z-tooltip(200)을 넘어 테마 팝오버가 가려지던 문제 수정
- 3c2f652 fix(electron): popout 프로그램적 raise 후 한글 IME 컨텍스트 유실 수정
- bf54ee6 fix(client): 라이트 터미널 프리셋에서 TUI 라인 번호 등 밝은 글자가 배경에 묻히는 문제 수정
- 0e66143 fix(client): input-field/prompt-field의 transition-all 제거 — textarea 리사이즈 렉 수정
- 56a8c39 fix(client): 창 리사이즈 드래그 중 xterm fit을 100ms 스로틀
- 9516459 WIP(client): 내 일정 — 메모/일정 우클릭 삭제 + 편집 모달 삭제 버튼
Related docs
- Detailed changelog — per-date technical decision records
Full Changelog: v0.2.30...v0.2.31