diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8831c7..3f7a65f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.1.5.3 +- Fixed issue with Aga portal mirror bonking in Mixed Shuffle +- Fixed issue with Frog/Dig Game edges duplicating in edge pool, causing Insanity-like behavior + ### 0.1.5.2 - Partial revert of horizontal VRAM fix from v0.1.5.0 diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 56ae8bb9..a46b4a71 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -2,7 +2,7 @@ import random, logging, copy from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot from OWEdges import OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel -__version__ = '0.1.5.2-u' +__version__ = '0.1.5.3-u' def link_overworld(world, player): # setup mandatory connections