release: v1.1.0-beta.7#2026
Merged
Merged
Conversation
* feat(browser): add native PiP overlay * fix(browser): upgrade NativeKit to 0.5.4 * chore(build): refresh generated assets * docs(browser): record validation status * fix(build): upgrade NativeKit to 0.5.5 * fix(build): support ARM64 NativeKit prebuilds * feat(browser): configure native PiP controls * feat(browser): customize native PiP toolbar * fix(browser): upgrade NativeKit to 0.6.2
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Release v1.1.0-beta.7
Hotfix release for the v1.1.0-beta.6 auto-update breakage.
What changed
Fixes auto-update failing with
Invalid input: expected string, received Dateacross existing clients (v1.0.3-beta.5 ~ v1.1.0-beta.5) when checking for beta.6. Root cause: #2012'sassemble-release.mjsserializes updater yml with theyamlpackage (no quotes on ISO timestamps), while electron-updater parses with js-yaml (returnsDatefor unquoted ISO). The typed-IPC zod contract requiredstring, so.parse()threw.Three-layer fix (#2025):
releaseDate(Scalar+QUOTE_SINGLE)toVersionInfonormalizesDate→ ISO stringstring | Dateand transforms to stringRelease ops
Notes
Equivalent to v1.1.0-beta.6 content plus the auto-update fix. See CHANGELOG.