From a3aa84bdae13abecbca9fab05841d18b109ecbbd Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Wed, 22 Apr 2026 20:20:30 -0500 Subject: [PATCH] fc-ttsreader: bump image to v20260422201135 (Quick Read highlight no-reflow fix) Quick Read's active-sentence highlight was changing font-weight from regular to semibold, which shifted glyph widths and reflowed the whole paragraph mid-playback. New image drops the weight change and uses a 1px box-shadow ring instead for a stable layout. Built from FlowerCore.TtsReader@e77d69d. --- 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 aaf4eb8..b6c867b 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -46,7 +46,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-ttsreader-web:v20260422160818 + image: localhost/fc-ttsreader-web:v20260422201135 imagePullPolicy: Never ports: - containerPort: 5217