From 9b0c37c0d93a67aa63e8636c9e817093d4fc8d7e Mon Sep 17 00:00:00 2001 From: wine-fall <62830944+wine-fall@users.noreply.github.com> Date: Mon, 21 Sep 2026 14:11:26 +0800 Subject: [PATCH] chore(release): 0.3.2 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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e220b8d..15e0211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "murmur-radio", - "version": "0.3.1", + "version": "0.3.2", "description": "A companion radio, always on the air — Claude for a brain, a fish-speech voice, keyboard-driven replies.", "license": "MIT", "repository": {