sync: port upstream desktop changelog tooltip, macOS launcher, icons (#3832, #4102, #4080) - #169
Conversation
|
Warning Review limit reached
Next review available in: 24 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: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (49)
📒 Files selected for processing (27)
✨ 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 |
|
@coderabbitai review |
✅ Action performedReview finished.
|
b5b3e09 to
dcd7ce5
Compare
09e55ea to
5ab443d
Compare
dcd7ce5 to
5f7c385
Compare
Merge activity
|
5ab443d to
e3d72a8
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e3d72a8762
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| } | ||
|
|
||
| const checkedAt = yield* currentIsoTimestamp; | ||
| const releaseNotes = normalizeDesktopUpdateReleaseNotes(info.releaseNotes, info.version); |
There was a problem hiding this comment.
Filter changelog entries to the selected update
When nightly updates enable fullChangelog, GitHub-backed electron-updater can return notes for every release newer than the current app, not just the release selected as info.version. Because this array is normalized and displayed as-is, a nightly user can be shown stable or future release notes that are not included in the update they are about to install (for example when a newer stable release exists in the shared GitHub Releases feed). Please filter the release-note groups to the selected version/channel before broadcasting them.
Useful? React with 👍 / 👎.

What changed
#3832show nightly update changelog tooltip#4102preserve T3 Code identity in macOS development launcher#4080refresh app icons across release variants (dev/nightly/prod pipelines)Preserves fork: fork-only macOS 26
productionMacIconComposerpath; multi-provider desktop update IPC contracts.Validation
vp check/vp run typecheckon stack tipStack: 4 of 5; depends on #168.