From de343ce650f773bc8570a4a33f910167842a1188 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 8 Jan 2026 16:22:47 -0600 Subject: [PATCH] Version bump 0.6.1.9 --- CHANGELOG.md | 6 ++++++ OverworldShuffle.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa40a360..0eaa0685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.1.9 +- Fixed follower shuffle placement errors +- Fixed pseudoboots ability to open Kings Tomb +- Implemented better accurate coordinates on map check locations +- Fixed janky icons on zoomed-in map check screen + ## 0.6.1.8 - Fixed follower placement and logic - Fixed error with HC Courtyard Tree Pull diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 8abb8aa5..714e2870 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -8,7 +8,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.6.1.8' +version_number = '0.6.1.9' # branch indicator is intentionally different across branches version_branch = '-u'