Skip to content

v0.2.37

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:32

v0.2.37 — Terminal find bar, resizable SVN commit box

Release date: 2026-07-21
Previous version: v0.2.36

TL;DR

Two focused improvements: terminals now have a browser-style Ctrl/Cmd+F find bar for searching scrollback, and the SVN panel's commit-message box is now drag-resizable with its height remembered between sessions.

Highlights

Terminal find bar (Ctrl/Cmd+F)

  • Press Ctrl+F (Cmd+F on macOS) inside a terminal to open a search overlay — the keystroke is intercepted instead of being sent to the shell.
  • Incremental search as you type (120ms debounce), with a current/total match counter.
  • Enter / Shift+Enter jump to the next/previous match; Esc closes the bar and returns focus to the terminal.
  • Selected text prefills the query, and matches are highlighted with markers on the scrollbar overview ruler.

Resizable SVN commit-message box

  • The commit-message box in the SVN panel now has a drag handle so you can size it to fit your message.
  • The height is clamped so the file list above always keeps enough room, and your chosen height is saved and restored across sessions.

Install / Update

npm i -g clitrigger@0.2.37

Desktop app — pick the right asset:

  • Windows (recommended): CLITrigger-Setup-0.2.37.exe — installer with Start Menu shortcut, uninstaller, and auto-update.
  • Windows (portable): CLITrigger-0.2.37.exe — run directly, no install; no shortcuts and no auto-update (grab new versions manually).
  • macOS: .dmg / Linux: .AppImage

Full commit list

  • 60dd6ca WIP(client): 터미널에 Ctrl+F 단어 검색 오버레이 추가
  • 5de76f7 svn 쪽 커밋메세지창 버그 수정

Related docs

Full Changelog: v0.2.36...v0.2.37