-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes v1.5.1
dudarenok-maker edited this page Jul 5, 2026
·
4 revisions
Released 2026-06-01. View on GitHub.
A stability + hardening release. The bulk of this release hardens the Qwen3-TTS default from v1.5.0: it drives long-run sidecar memory pressure down to a survivable, self-recovering state, makes a Qwen→Kokoro fallback loud instead of silent, finishes the reused-voice / persona consistency work, and closes a default-mode LAN exposure. No data migration required.
A security fix that closes the 2026-05-31 review's top findings.
- In default mode the server now binds
127.0.0.1only, so the unauthenticated API and the/workspacestatic mount (manuscripts, audio,state.json/cast.json) are no longer reachable from other machines on a shared Wi-Fi. The opt-innpm run start:lanmobile flow is unchanged;BIND_HOST=0.0.0.0restores all-interface HTTP.
- A one-click way to continue a book whose run was interrupted (queued chapters left over, nothing in flight). Opening a book still never auto-starts generation — this is the explicit recovery affordance.
-
Long Qwen runs climbed host RAM until the server was OOM-killed mid-book. Now bounded by host-RAM reclaim on model unload, an RSS / committed watchdog, a
/debug/memoryreadout, and a process-recycle keyed on committed-private memory. - A crashed sidecar used to drop the in-flight book. Now it respawns on unexpected exit, the readiness gate polls through a respawn instead of failing fast, and the in-flight + queued chapters started during a recycle drain are recovered. The server is authoritative for queue completion.
- Recycles interrupted a chapter mid-render. Now crossing the memory soft-threshold drains and recycles cleanly between chapters, so a long book rides out the pressure without a dropped chapter.
-
A Qwen book could silently downgrade to Kokoro. Now a
/healthhandshake plus a loud per-chapter fallback gate (with a resident-model pill showing every loaded model) means a fallback is always visible, never silent. - A local Qwen timeout was misreported as "Gemini rate-limited" and halted the whole book. Now a stalled chapter waits on the readiness gate and re-renders, then skips non-fatally if it can't recover.
- Non-narration chapters no longer queue or hang the parallel synth tail.
-
CUDA-fragmentation OOM fixed via
expandable_segments.
-
Reused characters lost their designed voice / persona. Now reused characters keep their bespoke voice and persona — the voice /
voiceStyleare denormalised at the link and auto-match write sites, and the designed persona is shown for reused characters.
- A failed chapter forgot its state on reload. Now it shows "Failed · reason" with Retry after a reload, plus a per-row "Generate this chapter" escape hatch and a "Generated " line on done rows.
-
Per-book
state.jsonauto-backup — a scheduled background sweep snapshots each book'sstate.json(daily / weekly, newest-N retained) with a manual restore picker in Account. - Crash diagnostics — FATAL crashes and unhandled rejections are captured; a startup port collision now prints an actionable message instead of a cryptic stack.
- Assorted dark-mode contrast and cast-row layout fixes.
- Qwen performance — token-budget batch packing is now the default (cap 32 / budget 3600) plus TF32 + high fp32-matmul precision; an overnight full-book run held aggregate RTF ≈ 1.04 (~realtime).
-
Pre-commit scope filter + GPU-contention throttle — a staged-diff scope filter skips out-of-scope test legs, and a soft
nvidia-smiprobe lowers test concurrency when a run is hammering the box. -
Test reliability — broke a
tts/index↔ provider import cycle that intermittently failed the cross-OS gate; pinned with a re-export identity guard. Per-chapter RTF history table in the developer Worktrees view. - Archived 56 shipped feature plans; filed a security review and its follow-up backlog.
Full changelog: v1.5.0...v1.5.1
- Home
- Getting Started
- Installing Castwright
- Uploading a Book
- Manuscript Management
- Analysis & the Analyzer
- Reviewing Low-Confidence Speaker Tags
- Generating Audio
- The Quality Gate
- Listening & Revising
- Exporting