- New CodeView: syntax-highlighted source (highlight.js, bundled offline)
with line numbers for new files, colored unified diff for edits. Covers
cpp/c/h, cs, py, js/ts, json/uproject, xml, ini, glsl. hljs tokens mapped
to the app palette so it's theme-aware. Replaces the bare DiffView.
- Context-menu items now support icons; the Launch Unreal Engine item shows
the UE mark.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Tauri updater + process plugins. Checks Gitea Releases endpoint a few
seconds after launch; on a newer signed version shows a dismissible
bottom-right banner with download progress and auto-relaunch. Public
signing key in tauri.conf.json; release flow documented in RELEASING.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>