From ac75575b5ea732f309f335b665fe590a91ecd895 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sat, 2 Oct 2021 14:07:46 -0500 Subject: [PATCH] Version bump 0.1.9.2 --- CHANGELOG.md | 5 +++++ OverworldShuffle.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6898aa..778324c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.1.9.2 +- Fixed spoiler log and mystery for new Crossed/Mixed structure +- Minor preparations and tweaks to ER framework (added global Entrance/Exit pool) +- ~~Merged DR v0.5.1.2 - Blind Prison shuffled outside TT/Keylogic Improvements~~ + ### 0.1.9.1 - Fixed logic issue with leaving IP entrance not requiring flippers - ~~Merged DR v0.5.1.1 - Map Indicator Fix/Boss Shuffle Bias/Shop Hints~~ diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 558f089f..7b7ad24c 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.9.1-u' +__version__ = '0.1.9.2-u' def link_overworld(world, player): # setup mandatory connections