From a1721da68d81450adfcf06186b1b7c0556cc9086 Mon Sep 17 00:00:00 2001 From: "Gregory Markou (ai)" Date: Thu, 14 May 2026 19:51:49 +0300 Subject: [PATCH] chore(release): v0.2.1 - rename UI to 'Rom Library' Patch release used to exercise the in-app updater end-to-end against the v0.2.0 install: * Sidebar header, window title, and HTML title swap "rompatch" for "Rom Library" so the upgrade is visually obvious post-update. * Tauri productName + bundle identifier are unchanged - keeps the .app filename, the .app.tar.gz upload, and the latest.json URL stable for the updater. * Workspace version 0.2.0 -> 0.2.1, plus the two explicit rompatch-core pins (rompatch CLI + rompatch-gui) and the cosmetic ui/package.json bump. Cargo.lock regenerated. Co-Authored-By: Claude --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/rompatch-gui/Cargo.toml | 2 +- crates/rompatch-gui/tauri.conf.json | 2 +- crates/rompatch-gui/ui/index.html | 2 +- crates/rompatch-gui/ui/package.json | 2 +- crates/rompatch-gui/ui/src/components/Sidebar.tsx | 2 +- crates/rompatch/Cargo.toml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7b878b..953b546 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2710,7 +2710,7 @@ dependencies = [ [[package]] name = "rompatch" -version = "0.2.0" +version = "0.2.1" dependencies = [ "lexopt", "rompatch-core", @@ -2718,7 +2718,7 @@ dependencies = [ [[package]] name = "rompatch-core" -version = "0.2.0" +version = "0.2.1" dependencies = [ "adler2", "bzip2-rs", @@ -2731,7 +2731,7 @@ dependencies = [ [[package]] name = "rompatch-gui" -version = "0.2.0" +version = "0.2.1" dependencies = [ "rompatch-core", "serde", diff --git a/Cargo.toml b/Cargo.toml index ffadde4..34ad432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["crates/rompatch-core", "crates/rompatch", "crates/rompatch-gui"] exclude = ["fuzz"] [workspace.package] -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/GregTheGreek/rompatch-rs" diff --git a/crates/rompatch-gui/Cargo.toml b/crates/rompatch-gui/Cargo.toml index da0358e..491751b 100644 --- a/crates/rompatch-gui/Cargo.toml +++ b/crates/rompatch-gui/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["rlib"] tauri-build = { version = "=2.6.1", features = [] } [dependencies] -rompatch-core = { version = "=0.2.0", path = "../rompatch-core", features = ["serde"] } +rompatch-core = { version = "=0.2.1", path = "../rompatch-core", features = ["serde"] } serde = { version = "=1.0.228", features = ["derive"] } serde_json = "=1.0.149" sha2 = "=0.10.9" diff --git a/crates/rompatch-gui/tauri.conf.json b/crates/rompatch-gui/tauri.conf.json index d38395f..89a8926 100644 --- a/crates/rompatch-gui/tauri.conf.json +++ b/crates/rompatch-gui/tauri.conf.json @@ -11,7 +11,7 @@ "app": { "windows": [ { - "title": "rompatch", + "title": "Rom Library", "width": 900, "height": 680, "minWidth": 720, diff --git a/crates/rompatch-gui/ui/index.html b/crates/rompatch-gui/ui/index.html index f0bd9f6..adccf83 100644 --- a/crates/rompatch-gui/ui/index.html +++ b/crates/rompatch-gui/ui/index.html @@ -3,7 +3,7 @@ - rompatch + Rom Library
diff --git a/crates/rompatch-gui/ui/package.json b/crates/rompatch-gui/ui/package.json index 99bcdd4..c364a5f 100644 --- a/crates/rompatch-gui/ui/package.json +++ b/crates/rompatch-gui/ui/package.json @@ -1,6 +1,6 @@ { "name": "rompatch-ui", - "version": "0.2.0", + "version": "0.2.1", "description": "React frontend for the rompatch native GUI", "private": true, "type": "module", diff --git a/crates/rompatch-gui/ui/src/components/Sidebar.tsx b/crates/rompatch-gui/ui/src/components/Sidebar.tsx index 9503273..2cfa8aa 100644 --- a/crates/rompatch-gui/ui/src/components/Sidebar.tsx +++ b/crates/rompatch-gui/ui/src/components/Sidebar.tsx @@ -30,7 +30,7 @@ export function Sidebar({ open, currentPage, onPageChange }: SidebarProps) { data-tauri-drag-region className="text-sm font-semibold text-fg tracking-tight" > - rompatch + Rom Library