Commit Graph
4 Commits
Author SHA1 Message Date
HomerandClaude Opus 5 cbbf3cea41 A version that says the overlay is finished
Build / build (, ubuntu-22.04) (push) Failing after 4s
Build / release (push) Has been cancelled
Build / build (, windows-latest) (push) Has been cancelled
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
HomerandClaude Fable 5 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
HomerandClaude Fable 5 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
HomerandClaude Fable 5 04bf6066ac Scaffold Tauri v2 + React + TypeScript app
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 09:02:55 +02:00