From 2dd0a64a4be6b4878516595438d4b6c1909b69d1 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Tue, 9 May 2023 21:53:06 -0500 Subject: [PATCH] Version bump 0.3.0.8 --- CHANGELOG.md | 5 +++++ OverworldShuffle.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e4234e..44dc184d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.0.8 +- All Bonk prize GFX are no longer using the Power Star placeholder GFX +- Fixed issue with dislaying Key GFX during tablet animations +- Fixed issue with DPad input being disabled in Pause Menu if an item GFX is on screen + ## 0.3.0.7 - \~Merged in DR v1.2.0.16~ - Major overhaul of how item GFX are drawn on screen diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 301af8cb..bd8a05d2 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.7' +version_number = '0.3.0.8' # branch indicator is intentionally different across branches version_branch = '-u'