diff --git a/CHANGELOG.md b/CHANGELOG.md index f76fb7c7..7bc7474a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.2.1.1 +- Many fixes to ER: infinite loops, preventing cross-world scenarios in non-cross-world modes +- Spoiler log improvements, outputs in stages so a Spoiler is available if an error occurs +- Added no_race option for Mystery +- Fixed output_path in Mystery to use the saved setting if none is specified on CLI + ### 0.2.1.0 - Implemented Whirlpool Shuffle diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 6e3f52f2..449af86d 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -3,7 +3,7 @@ from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSl from Regions import mark_dark_world_regions, mark_light_world_regions from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel -__version__ = '0.2.1.0-u' +__version__ = '0.2.1.1-u' def link_overworld(world, player): # setup mandatory connections