diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b011518..2d245488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.1.6.1 +- Fixed issue with Flute Spot to VoO softlocking +- Fixed Houlihan to exit where Link's House does +- Fixed issue with jsonout not correctly showing rom mods for some OW Shuffle data + ### 0.1.6.0 - Added Flute Shuffle setting - Minor GUI changes diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 0edeee18..33571f16 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -3,7 +3,7 @@ from sortedcontainers import SortedList from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot from OWEdges import OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel -__version__ = '0.1.6.0-u' +__version__ = '0.1.6.1-u' def link_overworld(world, player): # setup mandatory connections