From 0030e1bf1d9174e4c1ef03f5d34ca9be2b8c0108 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 4 Sep 2022 22:23:35 -0500 Subject: [PATCH] Version bump 0.2.10.0 --- CHANGELOG.md | 14 ++++++++++++++ OverworldShuffle.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1755913e..aac5994d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.2.10.0 +- Merged DR v1.0.1.1-1.0.1.2 + - Removed text color from hint tiles + - Removed Good Bee requirement from Mothula + - Some keylogic/generation fixes + - Fixed a Pottery logic issue in the playthru +- Fixed a generation error in Mixed OWR, resulting in more possible Mixed scenarios (thanks Catobat) +- Added more scenarios where OW Map Checks in Mixed OWR show dungeon prizes in their respective worlds +- Fixed rupee logic to consider Pottery option and lack of early rupees +- Changed Lean ER + Inverted Dark Chapel start is guaranteed to be in DW +- Fixed graphical issue with Hammerpeg Cave +- Fixed logic rule with HC Main Gate to not require mirror if screen is swapped +- Removed Crossed OWR option: "None (Allowed)" + ### 0.2.9.1 - Lite/Lean ER now includes Cave Pot locations with various Pottery options - Changed Unique Boss Shuffle so that GT Bosses are unique amongst themselves diff --git a/OverworldShuffle.py b/OverworldShuffle.py index fe417281..bf1193a4 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -6,7 +6,7 @@ from Regions import mark_dark_world_regions, mark_light_world_regions from OWEdges import OWTileRegions, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel from Utils import bidict -version_number = '0.2.9.1' +version_number = '0.2.10.0' # branch indicator is intentionally different across branches version_branch = '-u'