diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b53241..e23ed63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,17 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) · versioned wi
---
+## [1.9.6] — 2026-06-26
+
+### Fixed
+- **Casting feed — scroll hijacking**: the feed no longer forces the view to the bottom while you are scrolled up reviewing or editing earlier lines. Auto-scroll only fires when you are already within 80px of the bottom.
+- **Casting feed — vanishing text**: the trimming limit was raised from 80 to 600 rows, and trimming is now suppressed while you're scrolled up, so older lines stay visible as long as you're looking at them.
+
+### Added
+- **Casting feed — "↓ Live" jump button**: a floating pill button appears at the bottom of the feed whenever you've scrolled up. Click it to immediately return to the live bottom of the feed and re-enable auto-scroll.
+
+---
+
## [1.9.5] — 2026-06-26
### Added
diff --git a/VERSION b/VERSION
index 158c747..7bc1c40 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.9.5
+1.9.6
diff --git a/static/index.html b/static/index.html
index c17ec8d..ce4b826 100644
--- a/static/index.html
+++ b/static/index.html
@@ -26,7 +26,7 @@
-
+
@@ -308,7 +308,7 @@
-
+