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>
The Set skill level quick-cheat took the skill as free text, with the
description carrying an example because there was nothing else to guide the
guess. All sixteen skills are a closed set, so it is a select, and the
description no longer has to teach the field.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Quick Cheats, full command DB with category/source filters, item/perk/
buff/skill databases with fill-in parameters and per-flavor command
variants, settings tab with hotkey recorder, opacity, flavor, autostart.
Dark HUD theme on a transparent frameless window.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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>