Skip to content

v0.2.32

Choose a tag to compare

@github-actions github-actions released this 11 Jul 15:28

v0.2.32 — Vault live preview & draft recovery, Korean IME fix

Release date: 2026-07-12
Previous version: v0.2.31

TL;DR

Editing docs in the Vault is now safer and faster: a live markdown preview renders as you type, unsaved edits survive tab/project switches via automatic drafts, and annotations support five pen colors. This release also fixes a Korean IME (TSF) input loss in the Electron app after lock/alt-tab, and repoints the README's Star History chart to star-history's new token-based chart API.

Highlights

Vault editing — live preview, draft recovery, colored annotations

  • Live markdown preview in the right rail while editing — shows only while you're editing a markdown file, auto-activates on entry, and restores your previous tab when you leave. Keystrokes update the preview panel only, without re-rendering the graph or file tree.
  • Per-file draft auto-save & recovery — unsaved edits are kept locally and restored (with a "recovered" indicator) when you return to a file, so switching tabs or projects no longer loses work. Drafts are cleared on successful save or explicit discard.
  • Pen/highlighter color selection for annotations — red, orange, green, blue, and pink, replacing the previous red-only doodles. Existing strokes keep their color when you switch.

Electron — Korean IME fix after lock / alt-tab

  • The main/popout focus bridge now force-rebinds the TSF (Text Services Framework) context on a real blur→refocus (e.g. screen lock or alt-tab), fixing Korean input being silently dropped. Duplicate focus events without a preceding blur are still skipped, so normal IME context isn't reset unnecessarily.

Star History chart (README)

  • Migrated the README Star History embed to star-history's new chart API with a sealed token, so the chart keeps working under GitHub's recent stargazer-API access restriction.

Install / Update

npm i -g clitrigger@0.2.32

Desktop app — pick the right asset:

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

Full commit list

  • ae8ff69 Merge branch 'main' of https://github.com/HyperAITeam/CLITrigger
  • f17bc42 WIP(docs): Star History 차트를 신규 chart API + sealed token으로 교체
  • 467f471 Update Star History section in README.md
  • ff42ea1 feat: Vault 문서 편집 UX 개선 — 라이브 미리보기·초안 복구·낙서 색상
  • f0f0270 WIP(electron): 실제 blur 후 refocus에만 IME(TSF) 컨텍스트 rebind 적용

Related docs

Full Changelog: v0.2.31...v0.2.32