From 4872f78b94e8f2da0ddca2ed25026520b9ee60f1 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 7 Nov 2022 10:59:56 -0600 Subject: [PATCH] Version bump 0.2.11.2 --- CHANGELOG.md | 4 ++++ OverworldShuffle.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 211f24a2..bfb1bf50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.11.2 +- Implemented proper Districting with Mixed OWR, affecting Hints and District modes +- Suppressed item locations in spoiler log that are junk or logical + ## 0.2.11.1 - Renamed mode: Tile Swap (Mixed) is now called Tile Flip (Mixed) - Fixed generation errors due to issue with new Farmable item locations diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 4329bdc4..9f8152e6 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.2.11.1' +version_number = '0.2.11.2' # branch indicator is intentionally different across branches version_branch = '-u'