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>
This commit is contained in:
2026-08-08 18:40:55 +02:00
co-authored by Claude Opus 5
parent 4a8883216d
commit cbbf3cea41
6 changed files with 39 additions and 6 deletions
+1 -1
View File
@@ -1994,7 +1994,7 @@ dependencies = [
[[package]]
name = "kcd2-overlay"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"serde",
"serde_json",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kcd2-overlay"
version = "0.1.0"
version = "1.0.0"
description = "Game overlay with a KCD2 console command and item ID database"
authors = ["Homer"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "KCD2 Overlay",
"version": "0.1.0",
"version": "1.0.0",
"identifier": "sk.ecoposta.kcd2overlay",
"build": {
"beforeDevCommand": "npm run dev",