diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0027dfb..9713c4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) · versioned wi
---
+## [1.12.17] — 2026-06-28
+
+### Fixed
+- **Settings load crash** — `loadSettings()` used direct `.value` assignments on elements that no longer exist after the Library restructure; all now use null-safe `sv()` helper so a missing element is silently skipped instead of throwing. This was also preventing My Voices from loading on page start.
+
+---
+
## [1.12.16] — 2026-06-28
### Added
diff --git a/static/index.html b/static/index.html
index ad5d487..f39b4c6 100644
--- a/static/index.html
+++ b/static/index.html
@@ -26,7 +26,7 @@
-
+
@@ -336,7 +336,7 @@
-
+