diff --git a/CHANGELOG.md b/CHANGELOG.md index e97665ce..2a113cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 0.1.8.0 +- Moved Crossed to its own checkbox option +- Removed Legacy ER shuffles +- Added OW Shuffle support for Plando module (needs user testing) +- Fixed issue with Sanc start at TR as bunny when it is LW +- Fixed issue with Pyramid Hole not getting shuffled +- ~~Merged DR v0.5.0.3 - Minor DR fixes~~ + ### 0.1.7.4 - Fixed issue with Mixed OW failing to generate when HC/Pyramid is swapped - Various fixes to improve generation rates for Mixed OW Shuffle diff --git a/OverworldShuffle.py b/OverworldShuffle.py index b4da2cd5..c41f9097 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -2,7 +2,7 @@ import RaceRandom as random, logging, copy from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot, Entrance from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel -__version__ = '0.1.7.4-u' +__version__ = '0.1.8.0-u' def link_overworld(world, player): # setup mandatory connections