chore(release): v0.2.1 - rename UI to 'Rom Library'#21
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release used to test the in-app updater end-to-end.
After installing v0.2.0 and merging + tagging this, the running v0.2.0
should detect v0.2.1 via
latest.json, prompt to install, swap the.app, and relaunch. The visible diff is the sidebar header / windowtitle flipping from
rompatchtoRom Library.What's renamed
crates/rompatch-gui/ui/src/components/Sidebar.tsxheader textcrates/rompatch-gui/tauri.conf.jsonwindowtitlecrates/rompatch-gui/ui/index.html<title>productNameand bundleidentifierare intentionally left asrompatch/tech.gregmarkou.rompatchso the .app filename, tarball, andlatest.jsonURL stay stable. The internal crate / npm package names are also unchanged.Version bumps
Cargo.tomlworkspace.package.version0.2.0 -> 0.2.1crates/rompatch/Cargo.toml+crates/rompatch-gui/Cargo.tomlexplicitrompatch-coredepscrates/rompatch-gui/ui/package.json(cosmetic)Cargo.lockregeneratedAfter merge
git -C trees/main pull --rebase origin main git -C trees/main tag v0.2.1 git -C trees/main -c core.sshCommand="ssh -i ~/.ssh/gwm-claude" push origin v0.2.1Then open the previously-installed v0.2.0 app and watch the banner appear.
Test plan
cargo check --workspace --exclude rompatch-guicleanpnpm typecheckclean