diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eec5df8..a1556bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.1.5.1 +- Fixed issue with Flute Spot 7 logically connecting to the wrong area in Mixed/Crossed OW Shuffle +- Fixed issue with TR portal not requiring mitts when tile is swapped + ### 0.1.5.0 - Added OW Tile Swap setting - Fixed horizontal VRAM visual loading glitch on megatiles diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 5775e449..26cf86cd 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -2,7 +2,7 @@ import random, logging, copy from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain from OWEdges import OWTileGroups, OWEdgeGroups, parallel_links, IsParallel -__version__ = '0.1.5.0-u' +__version__ = '0.1.5.1-u' def link_overworld(world, player): # setup mandatory connections