Commit Graph

3 Commits

Author SHA1 Message Date
Homer cbbf3cea41 A version that says the overlay is finished
Build / build (, windows-latest) (push) Waiting to run
Build / release (push) Blocked by required conditions
Build / build (, ubuntu-22.04) (push) Failing after 4s
package.json, Cargo.toml and tauri.conf.json all said 0.1.0 because three
scaffolds said so and nothing ever changed them. The database is complete and
the thing is in use, so 1.0.0, in all three plus both lockfiles.

A changelog, starting now. It records that the working notes moved to the wiki
and that this repository's history was not rewritten -- the CLAUDE.md was
untracked, so there was never anything in the history to remove.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-08 18:40:55 +02:00
Homer 8d3367237a Implement Rust shell: tray, global hotkey, overlay window
Frameless transparent always-on-top window, tray icon with toggle/quit,
persisted global hotkey (default Ctrl+Shift+K) with safe re-registration,
single-instance --toggle IPC as Wayland hotkey fallback, close-to-tray.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 09:12:54 +02:00
Homer e0a118f52b Add data pipeline: fetch and parse Cheat mod DBs into JSON
Pulls items/perks/buffs/skills CSVs and command docs from
pryans/kcd2-cheat, parses the mod's CSV dialect (backslash-escaped
commas, multiline quoted fields) and BBCode command docs into
vendored JSON under src/data/.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 09:06:53 +02:00