tts-voice-creator-clone-and.../static
mARTin-B78 868ce6a7bd feat: show page numbers on page-break markers in Script Rehearser
When a PDF audiobook is cast and saved to the Rehearser, page breaks now
carry the source PDF page number. In the Stage view each divider renders
as "— Page N —" instead of the generic "— Page break —".

Implementation:
- audiobook.js: `audiobookBuildScript()` encodes the page number in the
  form-feed line (\fN instead of bare \f) at each page boundary.
- rehearser-parse.js: `parseScript()` now matches `line.startsWith('\f')`
  and extracts the trailing page number into `line.page`.
- rehearser.js: `buildScriptPage()` renders "— Page N —" when `line.page`
  is set; `toScript()` round-trips the number back (\fN) so it survives
  save/reload; `importPDFScript()` also encodes page numbers (\f<pageIdx+1>)
  when importing screenplay PDFs directly.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 22:09:32 +02:00
..
js feat: show page numbers on page-break markers in Script Rehearser 2026-06-26 22:09:32 +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: show page numbers on page-break markers in Script Rehearser 2026-06-26 22:09:32 +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 Fix character-sheet LLM URL + audiobook preview; Stage font controls (v1.9.1) 2026-06-26 21:44:30 +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