chore(release): 0.3.2 - #287
Merged
Merged
Conversation
Six PRs since v0.3.1. What the listener keeps now accumulates instead of being overwritten, and each list carries its own clock; the pick's half of the digest is chosen for the moment it happens in rather than replaying the same forty songs all day; and a song found on NetEase plays from YouTube when it can. Three fixes came with them: the digest stops spending its budget on what was only watched, the TUI clock stops counting past the end of the song, and the first line after a gap no longer picks up mid-sentence. Co-Authored-By: Claude Opus 5 (1M context) <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.
Version bump only —
package.json, one line. The version is load-bearing:packageVersion()feedsmurmur --version, the plain host's banner, and theversion field of every bug report a listener files.
Six PRs since v0.3.1 (#280, #282, #283, #281, #285, and the digest-budget fix):
what the listener keeps now accumulates instead of being overwritten and each
list carries its own clock; the pick's half of the digest is chosen for the
moment it happens in; a song found on NetEase plays from YouTube when it can;
plus the TUI clock and the first-line-after-a-gap fixes.
AI coding brief
Original request — "距离 0.3.1 又合入了几个 pr,我想再发个 patch".
Manual interventions — the user ratified 0.3.2 (patch) over 0.4.0 at the
version gate, and kept
npm publishas their own act.Retro — the preflight gate caught a load-sensitive test before any version
number existed, which is exactly the order that works: gates first, number
second, tag last. The flake fix landed as its own PR (#286) so this one stays a
single-line release PR.
🤖 Generated with Claude Code