diff --git a/CHANGELOG.md b/CHANGELOG.md index be04e335..ae85449f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.4.0.1 +- \~Merged in DR v1.4.1.10~ +- Fixed issue with bonk items for MW players +- Fixed fake world issues in Glitched modes +- Fixed issue with Flute getting canceled in OWR Layout modes +- Various GFX Fixes + ## 0.4.0.0 - Fully merged big base ROM changes from upstream, including FastROM - \~Merged up to date with DR v1.4.1.8~ diff --git a/OverworldShuffle.py b/OverworldShuffle.py index eaa6d98a..7d989686 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.4.0.0' +version_number = '0.4.0.1' # branch indicator is intentionally different across branches version_branch = '-u'