release: v0.1.1 - #142
Merged
Merged
Conversation
Ships the two fixes that made a real session usable, both found by running the published v0.1.0 against live hardware rather than through the proof harness. Control v2 rejected the host's first input acknowledgement and tore the session down, so clicking to control always disconnected. Shadow-mode adaptive then detached the viewer for failing to recover from a reduction it had never been allowed to apply, which ended sessions ~25 seconds in on the configuration the activation guide writes. `website/install-sigil` pins one immutable tag, so the bootstrap moves to v0.1.1 in the same commit as the crate versions. The Bazzite product contract test asserts tag and version agree; its fixture and its deliberate mismatch case move with them.
verify-portal-release.py requires tauri.conf.json's version to equal the release tag. It carries its own version field rather than inheriting from Cargo.toml, so the v0.1.1 bump missed it and the Portal release policy job refused the tag.
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.
Ships the two fixes from the end-to-end test on live hardware (#137, #140), both merged via #139.
Both verified against a Bazzite host running the published v0.1.0: the session is now stable, and audio and controller turned out to be game-side rather than goq bugs (#141 closed).
Version pins
website/install-sigilpins one immutable release tag, so it moves tov0.1.1in the same commit as the three crate versions — otherwise the public install command keeps serving 0.1.0.package-bazzite-product-contract.shasserts the tag matches the Sigil version. Its fixture tag and its deliberate mismatch case move with the bump.Verified
fmt, 473 Rust tests, 30/30 shell tests,sigil_bootstrap_channel=open,website_static_gate=ok.