From 46ed496669c3eec71901d2f7d4a63bb3339c7910 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 3 Apr 2023 08:33:28 -0500 Subject: [PATCH] Version bump 0.3.0.5 --- CHANGELOG.md | 6 ++++++ OverworldShuffle.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ae2fb2..35763257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.0.5 +- Major reorganization to GUI Options +- Corrected various fake world behavior in glitched modes +- Fixed various issues with glitched mode logic +- Various minor logic fixes + ## 0.3.0.4 - \~Merged in DR v1.2.0.14~ - Fixed issue with enemy drops on OW enemies diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 44e7ab02..a91db720 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.3.0.4' +version_number = '0.3.0.5' # branch indicator is intentionally different across branches version_branch = '-u'