Skip to content

v0.2.28

Choose a tag to compare

@github-actions github-actions released this 08 Jul 01:37

v0.2.28 — Right-click "add" menus, SVN changelist drag & drop, terminal zoom in the desktop app

Release date: 2026-07-07
Previous version: v0.2.27

TL;DR

A quality-of-life patch. You can now right-click empty space in the planner, agenda, discussions, and routines views to add a new item without hunting for a button. SVN files can be dragged into changelist sections, and the changelist headers are easier to read. In the desktop app, Ctrl + mouse wheel now zooms the terminal font instead of doing nothing, and Korean/CJK IME input into React fields no longer breaks after using a terminal.

Highlights

Right-click to add a new item

Empty areas of these views now open a context menu with a "new item" action, so creating something no longer requires locating a toolbar button:

  • Planner list and calendar → new planner item
  • Personal agenda → new memo
  • Discussions list → new discussion
  • Routines / schedules list → new routine

SVN changelist workflow

  • Drag & drop: move SVN files into a changelist section by dragging them directly.
  • Readability: changelist section headers now have stronger contrast so sections are easier to scan.

Terminal & desktop app (Electron)

  • Ctrl + wheel zoom now works in the packaged desktop app. Chromium was swallowing Ctrl + wheel as a page-zoom gesture, so the terminal never saw it; the gesture is now forwarded to the focused terminal and adjusts its font size (keyboard Ctrl +/- already worked). Works in pop-out windows too.
  • IME fix: after interacting with a terminal, typing Korean/CJK into React input fields no longer drops composition — input focus is rebound correctly.

Install / Update

npm i -g clitrigger@0.2.28

Desktop app — pick the right asset:

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

Full commit list

  • b9addb5 WIP(electron): Ctrl+휠 페이지 줌을 터미널 폰트 줌으로 전달
  • 5f9fade wip: update 2 files
  • 133eeff WIP(client): PersonalAgenda 우클릭 컨텍스트 메뉴로 새 메모 추가
  • 071bebc WIP(client): 플래너 목록·달력 우클릭 컨텍스트 메뉴로 새 항목 추가
  • ff710c3 wip: update 2 files
  • 7f7b69b WIP(client): SVN changelist 섹션 헤더 대비 강화
  • 4e38de2 WIP(client): SVN 파일을 changelist 섹션에 드래그&드롭으로 이동
  • f3ecd6b WIP(client): xterm 조작 후 React 입력 IME 재바인딩

Related docs

Full Changelog: v0.2.27...v0.2.28