Release 1.5.33 - #320
Conversation
Supersedes the unpublished 1.5.32. Version bumped across version.env, both Cargo manifests, package.json, and tauri.conf.json, build number to 135. The 1.5.32 section is re-dated as 1.5.33 with a note on what happened to the tag, and the taskbar reset fix folded in.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ceiling | c2dce8e | Commit Preview URL Branch Preview URL |
Aug 16 2026, 08:37 PM |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 35 minutes Limit details: You’ve used all 1 included review currently available under your plan. You completed 94 included PR reviews in the past 7 days; at that activity level, included reviews refill at 1 review per hour. 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 Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
Comment |
Automated reviewFound 1 issue:
For coding agents: fix BLOCK and FIX IF QUICK findings now; everything else is tracked or informational; never exceed one CodeRev fix round per PR. Advisory. Findings generated by |
Re-cuts the release after a bug was found in the 1.5.32 build.
Why 1.5.33 and not a re-tag
1.5.32 was tagged, signed, drafted, and its installers uploaded to the versioned download path, but the GitHub release was never published, so nobody received it. Tags are immutable, so this follows the repo's own precedent from 1.5.31 superseding the unpublished 1.5.30: bump the version, note what happened, and leave
v1.5.32in place as a marker.What is different from 1.5.32
One fix, #319. The taskbar strip was cutting the last character off a reset, which is what the 1.5.32 build was rejected for: it rendered
Monthly · 10d 1and read as a countdown an hour out rather than as a line that had been cut.Everything else in the 1.5.32 notes carries over unchanged.
Changes here
1.5.33inversion.env,rust/Cargo.toml,apps/desktop-tauri/src-tauri/Cargo.toml,apps/desktop-tauri/package.json, andtauri.conf.json. Build number 134 to 135,Cargo.lockfollows.1.5.32section is re-dated1.5.33, with a paragraph recording what happened to that tag, and the strip fix folded into itsFixedlist.Unreleasedis left empty.Validation
scripts\local-check.ps1 -All -Version 1.5.33, run step by step:Note on the shared Rust suite.
cli::tty_runner::tests::test_run_sends_script_through_ptyfails on this machine only, for a reason outside this diff: it shells out through the npm shim at%APPDATA%\npm\cmd, which is not a valid Win32 executable here, soCreateProcessWfails with error 193 before reaching anything Ceiling owns. Re-run with--skip tty_runner: 1021 passed, 0 failed. CI runs that job on a runner where the shim is intact.The three release-doctor warnings are the usual "does not exist yet" set: no local
v1.5.33tag, no GitHub release, and a local assets directory belonging to another machine.After merge
Tag
v1.5.33on the merge commit and push.release.ymlbuilds from the tag, signs, packages, verifies, and opens a draft release plus the R2 upload. Publishing the draft stays manual.Note
Release version 1.5.33 of the desktop app
Bumps version from 1.5.32 to 1.5.33 across all package manifests, build metadata, and the Tauri app config. The changelog consolidates 1.5.32 content into 1.5.33, adding a taskbar reset fix under the Fixed section.
Macroscope summarized c2dce8e.