From f5181adf36fd37dfbfbfb54214da18a4f4c58d19 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 13 Apr 2023 18:50:35 -0500 Subject: [PATCH] Version bump 0.3.0.6 --- CHANGELOG.md | 7 +++++++ OverworldShuffle.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35763257..135502b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.3.0.6 +- \~Merged in DR v1.2.0.15~ +- Fixed Tower of Hera music silence issue +- Improved GT crystal cutscene +- Fixed issue with bonk drop items causing duplicate sprite spawns +- Changed bonk prizes to not mark as collected unless it is visible on screen + ## 0.3.0.5 - Major reorganization to GUI Options - Corrected various fake world behavior in glitched modes diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 09128163..3e3cf192 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.5' +version_number = '0.3.0.6' # branch indicator is intentionally different across branches version_branch = '-u'