diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ef722c..a1e8035 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.14.7] — 2026-07-08
+
+### Fixed
+- **Audiobook casting's "LLM Reading…" live view showed the passage three times** — once in the reader pane above it, once in a "Passage" column, and once more in a full-width block toggled by the chevron (which duplicated the "Passage" column exactly). Removed the redundant full-width block; the chevron now shows/hides the two-column view itself (previously it appeared automatically once the LLM's first token arrived and had no way to be hidden again). Swapped the column order to Passage (left) / Thinking (right) to match the Conversation Playground's layout.
+
+---
+
## [1.14.6] — 2026-07-08
### Added
diff --git a/VERSION b/VERSION
index c6ba3bc..52e779f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.14.6
+1.14.7
diff --git a/static/index.html b/static/index.html
index 895bfa4..701392e 100644
--- a/static/index.html
+++ b/static/index.html
@@ -10,7 +10,7 @@
-
+
@@ -27,7 +27,7 @@
-
+
@@ -365,7 +365,7 @@ window.toggleNavTree = function(treeId, chevronId) {
-
+