Release v1.4.2 - #14
Merged
Merged
Conversation
Bumps to 1.4.2 (build 11) and folds the previously unreleased iCloud relay and iOS work into the release notes alongside this round of fixes. The headline fix is the listener descriptor leak: the published v1.4.1 leaks a file descriptor per served request, so any client polling /status steadily — including this repo's own browser extension — silently kills the listener in under an hour while the app still appears healthy. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Bumps
version.envto 1.4.2 (build 11) and writes the release notes.The previously "Unreleased" iCloud relay and iOS widget/Siri/Live Activity work is folded into the v1.4.2 section, since it ships in this build.
Why cut this now
The published v1.4.1 leaks a file descriptor per served request. Any client polling
/statussteadily — including this repo's own browser extension — exhausts the 256-descriptor soft limit in under an hour, after which the listener silently refuses every connection while the menu bar app still looks healthy. That fix (#12) currently exists only onmain, so every installed copy is still affected.Also included since v1.4.1: Spotify ducking in the extension (#10), the extension polling fix (#13), and the
/agent-notifydocumentation cleanup (#11).After merge
Push the
v1.4.2tag to trigger.github/workflows/release.yml, which builds, Developer ID-signs, notarizes, uploadsVoxClaw.zip, and updates the Sparkle appcast fromversion.env.🤖 Generated with Claude Code