diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8b1f70..4d9a8e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.1.1 +- \~Merged in DR v1.2.0.17~ +- Various renames/reorganizations of region/rule definition to match upcoming DR world remodel +- Minor improvements to item GFX draw routine +- Minor change to terrain/logic of Spiral/Mimic Ledge in Inverted 2.0 + ## 0.3.1.0 - Added new Triforce Cutscene when getting Triforce item (turning in TF Pieces) - Fixed issue with enemy key drops displaying the wrong GFX diff --git a/OverworldShuffle.py b/OverworldShuffle.py index a0b7a5e2..c5acb597 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.3.1.0' +version_number = '0.3.1.1' # branch indicator is intentionally different across branches version_branch = '-u'