diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bd5586..1508d03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,14 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) · versioned wi
---
+## [1.13.7] — 2026-07-06
+
+### Fixed
+- **"Recast selected" showed every character as queued, not just the ones picked** — the progress dialog looked exactly like a full recast because it was passed the entire roster as the target list; the selection only actually took effect at the final save step. Now only the picked character(s) go in as the target roster, so the dialog accurately shows just those as queued.
+- **"Recast options" dropdown routinely opened off-screen** — its anchor button sits in the bottom action bar, so the menu opening downward (the default) was often pushed past the viewport edge, barely visible. It now opens upward when there isn't enough room below, and is styled more prominently.
+
+---
+
## [1.13.6] — 2026-07-06
### Fixed
diff --git a/VERSION b/VERSION
index 2e3a551..b0f139e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.13.6
+1.13.7
diff --git a/static/index.html b/static/index.html
index ff8892f..497a66a 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) {
-
+