Prepare Ceiling 1.5.21 - #195
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 59 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 (8)
Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ceiling | efa2b20 | Commit Preview URL Branch Preview URL |
Aug 01 2026, 05:36 AM |
There was a problem hiding this comment.
Pull request overview
Prepares the Ceiling project for the 1.5.21 release by bumping all version sources, updating release notes/changelog, and hardening the Windows release smoke test to read the Start Menu shortcut’s AppUserModelID via the Windows Shell (avoiding a brittle custom PROPVARIANT marshaller).
Changes:
- Bump versions to 1.5.21 across env/Cargo/Tauri/package metadata (and update build number).
- Replace the Windows smoke test’s custom Shell Link property-store + PROPVARIANT interop with
Shell.Application+ExtendedProperty("System.AppUserModel.ID"). - Update changelog and GitHub release notes links/installer filenames for 1.5.21.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
version.env |
Updates marketing version and build number for the 1.5.21 release. |
scripts/windows-smoke-install.ps1 |
Switches shortcut AppUserModelID inspection to Windows Shell property lookup for reliability. |
rust/Cargo.toml |
Bumps shared Rust crate version to 1.5.21. |
CHANGELOG.md |
Updates the release section to 1.5.21 and documents the smoke-test inspection change. |
Cargo.lock |
Aligns locked package versions with 1.5.21. |
apps/desktop-tauri/src-tauri/tauri.conf.json |
Bumps Tauri app version to 1.5.21. |
apps/desktop-tauri/src-tauri/Cargo.toml |
Bumps Tauri backend crate version to 1.5.21. |
apps/desktop-tauri/package.json |
Bumps desktop frontend package version to 1.5.21. |
.github/release-notes-1.5.21.md |
Updates installer filenames and compare link for the 1.5.21 notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Validation
powershell.exe -ExecutionPolicy Bypass -NoProfile -File scripts/local-check.ps1 -All -Version 1.5.21System.AppUserModel.ID = io.github.tsouth89.ceilingscripts/windows-smoke-install.ps1with the PowerShell parser