From ad8dff3b2dfcd12ee5d5a98a2c9953eff4dd4c04 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Fri, 30 Jan 2026 12:41:26 -0600 Subject: [PATCH] Version bump 0.7.0.2 --- CHANGELOG.md | 8 ++++++++ OverworldShuffle.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bef8bcc..5fe8b5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# 0.7.0.2 +- Fixed money error for bombbag/take-anys +- Fixed palette issue for map check/flute menu +- Fixed issue with dungeon icons showing in opposite world in Inverted +- Fixed Links position in map checks when in Special OW areas +- Fixed buffered sword issue in OW Shuffle water transitions +- Added PlasmaKappa tribute TF room text + # 0.7.0.1 - Fixed buggy sprites in post-Aga Zora's Domain - Fixed L/R map switch when in special OW screens diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 2e4203ca..b1eca427 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -9,7 +9,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.7.0.1' +version_number = '0.7.0.2' # branch indicator is intentionally different across branches version_branch = '-u'