docs(status): record v0.2.166 — brand parity + the release pipeline proven - #670
Merged
Conversation
…roven The 2026-07-26 snapshot was written mid-session, before the release went out. Adds what actually shipped: - Brand parity with protoAgent (#669): version + "built by protoLabs.studio" in the drawer footer, with the ORBIS-specific detail that matters for anyone touching it later — external links go through the `open_url` IPC, because an <a target="_blank"> navigates the WKWebView and strands the user. - v0.2.166 validated the changelog-sync fix end-to-end: the entry landed on main automatically, the DMG attached, the deploy chained, and /download flipped — zero manual steps, the first clean run since branch protection. - The dev-build gotcha: a bare `cargo tauri build` renders v0.0.0 in the new footer (tauri.conf is 0.0.0 in-tree; CI stamps per-tag, and the nuke script stamps + restores). Worth knowing before someone files it as a bug. Docs only. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
mabry1985
enabled auto-merge (squash)
July 27, 2026 00:59
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.
Closes out the 2026-07-26 snapshot, which was written mid-session before the release went out.
open_urlIPC, because an<a target="_blank">navigates the WKWebView itself and strands the user with no way back.chore(changelog): v0.2.166landed on main automatically (syncsuccess, alertskipped) → signed DMG attached → deploy chained onworkflow_run→/downloadserved v0.2.166 with a 200 DMG. Zero manual steps; first clean automated run since branch protection landed.cargo tauri buildrenders v0.0.0 in the new footer (tauri.conf.jsonis0.0.0in-tree, CI stamps per-tag,nuke-and-rebuild.shstamps + restores). Documented so it doesn't get filed as a bug.Docs only.
🤖 Generated with Claude Code