Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 08:38
a438a8e

Kagi v0.8.1 — editor-workspace safety fixes & Linux CJK rendering

Bug-fix release for the v0.8.0 Editor Workspace, driven by a 3-family cross-model code review, plus the Ubuntu Japanese-font fix.

Data-loss guards (#120)

  • Switching or closing a repo tab with unsaved editor buffers now opens the dirty guard instead of silently discarding edits; delete-confirm warns when affected tabs are dirty
  • Saving no longer overwrites files changed on disk by another process — the external-change banner gains an explicit Overwrite action

Linux / cross-platform (#121, #120)

  • Japanese kanji no longer render with Simplified-Chinese glyphs on Ubuntu (cosmic-text Han-unification locale fix; submitted upstream as pop-os/cosmic-text#522); .deb now recommends fonts-noto-cjk
  • "Reveal" works on Linux/Windows (was macOS-only open -R)
  • Case-only renames (File.txt → file.txt) work on case-insensitive filesystems

Other fixes

  • .gitignore entries are escaped/anchored; read errors no longer clobber an unreadable .gitignore
  • "← Graph" / "Editor Workspace" labels localized (EN+JA)