diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e43a83b..d36646be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.5.0.2 +- \~Merged in DR v1.4.5~ + - ER - SW Shuffle Options + - ER - Linked Drops Options +- Many GFX fixes +- Fixes to MSU/music +- No longer delete smith with prize shuffle +- Fixed screen scroll issue in Zora's Domain +- Fixed HUD when drawing A items on DR menu + ## 0.5.0.1 - Fixed HP refill interrupting boss cutscenes - Fixed incorrect compass counts in Prize Shuffle diff --git a/OverworldShuffle.py b/OverworldShuffle.py index a8628757..7f9d9173 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.5.0.1' +version_number = '0.5.0.2' # branch indicator is intentionally different across branches version_branch = '-u'