tts-voice-creator-clone-and.../static
mARTin-B78 a978e39e49 feat: expandable LLM panel + page markers in casting feed; fix page numbering
Casting view improvements:
- "LLM Reading…" row now shows a preview of the passage being processed.
  A chevron button expands it to a full scrollable view of the passage
  text (up to 260px), so you can follow what the LLM is reading live.
- Page-break dividers ("Page N") appear in the casting feed whenever the
  source PDF page changes, giving a real-time view of page boundaries.

Bug fix:
- Page numbers in the Rehearser script were 0-indexed (PDF-internal) so
  the first page break showed "Page 1" for what was PDF page 2, etc.
  Now always emits 1-indexed page numbers (\f${page+1}).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 22:23:19 +02:00
..
js feat: expandable LLM panel + page markers in casting feed; fix page numbering 2026-06-26 22:23:19 +02:00
sections feat: add Native Speed control to Try it out and Read aloud 2026-06-26 22:01:08 +02:00
vendor Add skeleton loading, self-host assets, fix LLM empty response 2026-05-29 17:28:42 +02:00
app.js Fix chunked TTS failing on newline-delimited text (e.g. German bullet lists) 2026-06-10 03:41:31 +02:00
icon.svg Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00
index.html feat: expandable LLM panel + page markers in casting feed; fix page numbering 2026-06-26 22:23:19 +02:00
loader.js Release v1.9.0 — Character Library + richer character sheets 2026-06-26 21:22:40 +02:00
manifest.webmanifest Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00
nav.js Release v1.9.0 — Character Library + richer character sheets 2026-06-26 21:22:40 +02:00
style.css feat: expandable LLM panel + page markers in casting feed; fix page numbering 2026-06-26 22:23:19 +02:00
sw.js Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00