tts-voice-creator-clone-and.../core
mARTin-B78 ce0f4c43bc fix: restore My Voices after infinite recursion + settings crash (v1.12.18-19)
Root cause 1 (v1.12.18): `window.loadVoiceLibrary = () => loadVoiceLibrary()`
overwrites the global binding the arrow function references, causing immediate
RangeError: Maximum call stack size exceeded on every call. Changed to direct
assignment `window.loadVoiceLibrary = loadVoiceLibrary`.

Root cause 2 (v1.12.18): `loadSettings()` called `renderSettingsAbout()` which
lives in conversation.js (batch E), loaded after init.js. Guard added with
typeof check; nav.js already calls it safely when the About section opens.

Also (v1.12.18): s-library.html duplicated cl-book-filter / cl-search / cl-grid
from s-characters.html, breaking getElementById. Characters panel in Library
now redirects to s-characters instead of duplicating its DOM nodes.

Also (v1.12.19): engines.js triggers a second loadVoiceLibrary() after nav.js
already rendered voices, blanking the list briefly. Second call now silently
re-fetches without clearing the list when voices are already present.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-28 01:57:49 +02:00
..
__init__.py Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
audio.py Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
config.py Release v1.8.1 2026-06-25 18:48:42 +02:00
constants.py Improve voice workflows and add user manual 2026-06-04 08:23:18 +02:00
docker_client.py Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
presets.py Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
registry.py Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
routing.py Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
tts_helpers.py Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00
validation.py Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
voice.py fix: restore My Voices after infinite recursion + settings crash (v1.12.18-19) 2026-06-28 01:57:49 +02:00