From 76f429ac59deb378216d0c9c6982910eb7521061 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Fri, 18 Jul 2025 01:25:45 -0500 Subject: [PATCH] Version bump 0.6.0.4 --- CHANGELOG.md | 6 ++++++ OverworldShuffle.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b52d0b..705f41ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.0.4 +- Fixed pause menu to show compass count and prizes to also show if you've seen them +- Fixed crash when Old Man follower exits with you at his destination entrance +- Old Man fetch cave is no longer restricted from exiting at his destination cave in ER +- Kodongo AI is returned to its vanilla behavior in their vanilla rooms + ## 0.6.0.3 - Arrghus' Room has water floor restored in boss shuffle - Fixed no music in Links House when S+Q from Kakariko diff --git a/OverworldShuffle.py b/OverworldShuffle.py index e54790bd..e312ba34 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.0.3' +version_number = '0.6.0.4' # branch indicator is intentionally different across branches version_branch = '-u'