diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7af5821..d871815 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.16] — 2026-07-09
+
+### Changed
+- **Redesigned the Character sheets progress modal** — was a small (420px) dialog with a collapsible single-line JSON preview and a cramped chip grid. Now a large panel (like the audiobook casting live view): the passage currently being analysed on the left, the LLM's live JSON output filling in on the right, and a character sidebar on the right edge with the character(s) just updated highlighted — so you can watch each sheet actually being built from its source text.
+
+---
+
## [1.14.15] — 2026-07-09
### Added
diff --git a/VERSION b/VERSION
index 32f1112..9631867 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.14.15
+1.14.16
diff --git a/static/index.html b/static/index.html
index 304c778..c22025e 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) {
-
+