From 28fd328a537d8df7db5472518acadf86d69f38fe Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 16 Jun 2025 14:55:01 -0500 Subject: [PATCH] Version bump 0.6.0.3 --- CHANGELOG.md | 13 +++++++++++++ OverworldShuffle.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1abe383..e2b52d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.6.0.3 +- Arrghus' Room has water floor restored in boss shuffle +- Fixed no music in Links House when S+Q from Kakariko +- Fixed issue with Boots not showing in pause menu after collection +- Fixed issue with Kiki running away outside the PoD maze +- Fixed issue with Kiki running away when using Quake +- Fixed issue with lingering purple chest after dropping and mirroring +- Getting Locksmith to follow behaves closer to vanilla +- Fixed issue with Locksmith follower despawning after purple chest item get +- Possible fix for prizes getting placed in major locations +- \~Merged in DR v1.4.10~ + - Helmacopter fix + ## 0.6.0.2 - Fixed issue with item pool placing items on Zelda Drop Off - Fix issue with infinite purple chest item get diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 433707cb..e54790bd 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.2' +version_number = '0.6.0.3' # branch indicator is intentionally different across branches version_branch = '-u'