diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe8b5e9..e30bdb7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# 0.7.0.3 +- Further updates and new yamls for Grid OW Shuffle +- Further customizer options for Grid OW Shuffle like defining screens that should stay together +- Fix buffer sword slash when dashing into water +- Fixed bug with MSU-1 GT2 track not falling back to GT track +- Fix for Kiki unfollowing after certain entrance transition conditions +- Fixed bug/oversight with vanilla_fill and prize_shuffle +- Changed big bomb shop vendor text to be follower agnostic +- Updated crosskeys winners (thanks clearmouse) +- Fixed bug with potential locale determination (thanks Esme) +- \~Merged in DR v1.5.6~ + # 0.7.0.2 - Fixed money error for bombbag/take-anys - Fixed palette issue for map check/flute menu diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 6a9dd637..f3079f52 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.2' +version_number = '0.7.0.3' # branch indicator is intentionally different across branches version_branch = '-u'