Prepare Ceiling 1.5.22 - #199
Conversation
## Summary - prepare the 1%-reads-as-100% fix, OpenCode Go monthly label, and Store installer parameter fix as 1.5.22 - add release notes and bump all version sources to 1.5.22 (build 124) ## Validation - powershell.exe -ExecutionPolicy Bypass -NoProfile -File scripts/local-check.ps1 -All -Version 1.5.22
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 14 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ceiling | c922fd5 | Commit Preview URL Branch Preview URL |
Aug 03 2026, 04:49 AM |
There was a problem hiding this comment.
🟢 Ready to approve
The changes are limited to consistent version/changelog/release-notes updates and appear internally consistent with existing release-note conventions.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Prepares the Ceiling 1.5.22 release by updating all version sources, promoting the prior Unreleased changelog notes into a versioned entry dated 2026-08-03, and adding a dedicated GitHub release-notes markdown file for the 1.5.22 tag/release flow.
Changes:
- Bump application/crate/package versions to 1.5.22 and build number to 124 across Rust, Tauri, and JS sources (plus
Cargo.lock). - Move changelog content from Unreleased into
## [Ceiling] 1.5.22 - 2026-08-03, including the missing #196/#197 notes. - Add
.github/release-notes-1.5.22.mdmatching the established release-notes format.
File summaries
| File | Description |
|---|---|
| version.env | Bumps MARKETING_VERSION to 1.5.22 and BUILD_NUMBER to 124. |
| rust/Cargo.toml | Updates codexbar crate version to 1.5.22. |
| CHANGELOG.md | Promotes Unreleased notes into the 1.5.22 dated entry and adds missing release bullets. |
| Cargo.lock | Updates locked package versions for the workspace packages to 1.5.22. |
| apps/desktop-tauri/src-tauri/tauri.conf.json | Updates Tauri app version to 1.5.22. |
| apps/desktop-tauri/src-tauri/Cargo.toml | Updates codexbar-desktop-tauri crate version to 1.5.22. |
| apps/desktop-tauri/package.json | Updates desktop app package version to 1.5.22. |
| .github/release-notes-1.5.22.md | Adds 1.5.22 release notes in the same structure as prior releases. |
Review details
- Files reviewed: 7/8 changed files
- Comments generated: 0
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
Summary
Prepares Ceiling 1.5.22, carrying three changes merged since v1.5.21:
Bumps all version sources to 1.5.22 (build 124), moves the Unreleased CHANGELOG section into a versioned 1.5.22 entry (adding the missing #196/#197 notes), and adds
.github/release-notes-1.5.22.md.Changes
CHANGELOG.md- retitle Unreleased to[Ceiling] 1.5.22 - 2026-08-03, add Fix Microsoft Store installer parameters #196/Show tertiary window label instead of 'Extra' for OpenCode Go monthly bar #197 entriesversion.env-MARKETING_VERSION=1.5.22,BUILD_NUMBER=124rust/Cargo.toml,apps/desktop-tauri/src-tauri/Cargo.toml,apps/desktop-tauri/package.json,apps/desktop-tauri/src-tauri/tauri.conf.json,Cargo.lock- version 1.5.22.github/release-notes-1.5.22.md- new release notesValidation
powershell.exe -ExecutionPolicy Bypass -NoProfile -File scripts\local-check.ps1 -All -Version 1.5.22passes, including the release doctor for 1.5.22 (all version sources consistent, CHANGELOG mentions 1.5.22) and the Store submission preparation test. Expected pre-tag warnings only: local tag v1.5.22, local release assets, and GitHub release not found yet.After this merges and checks are green, push annotated tag
v1.5.22to trigger theSigned Windows Releaseworkflow.