From 0df8f7b9367cd1b0153b596bdb661126aa496424 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Mon, 27 Apr 2026 23:40:19 -0500 Subject: [PATCH] =?UTF-8?q?chore(ttsreader):=20bump=20fc-ttsreader-web=20t?= =?UTF-8?q?o=20v202604272339=20(Sprint=20E=20Phase=20C=20=E2=80=94=20parti?= =?UTF-8?q?al-render=20UX)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TtsReader@9333480: distinguishes partial-render (yellow Warning, audio plays, 'Re-render N failed sentences' button) from full-fail (red Danger, 'Try render again'). New TtsFallbackChainFailedException carries both voices when Kokoro + Piper both fail; chapter breadcrumb names the entire chain instead of just the requested voice. +8 tests. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/fc-ttsreader/fc-ttsreader.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fc-ttsreader/fc-ttsreader.yaml b/apps/fc-ttsreader/fc-ttsreader.yaml index 44d7c80..80afa8d 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -519,7 +519,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-ttsreader-web:v202604272236 + image: localhost/fc-ttsreader-web:v202604272339 imagePullPolicy: Never ports: - containerPort: 5217