From e1092b7def51af7d2640ce0e2c6aa1ccaaffe3c1 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 7 May 2023 20:29:16 -0500 Subject: [PATCH] Version bump 0.3.0.7 --- CHANGELOG.md | 12 ++++++++++-- OverworldShuffle.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 135502b5..23e4234e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Changelog +## 0.3.0.7 +- \~Merged in DR v1.2.0.16~ +- Major overhaul of how item GFX are drawn on screen + - Bonk prize GFX can now all be displayed simultaneously + - Rupee items that are in-plain-sight are now animated + - Narrow items are now centered within their tile space + - Fixed issue with pottery items showing bad GFX after map check or medallion use +- Fixed issue with bonk drop items causing duplicate sprite spawns + ## 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 +- Improved symmetrical GT crystal cutscene - Changed bonk prizes to not mark as collected unless it is visible on screen ## 0.3.0.5 diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 3e3cf192..301af8cb 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.6' +version_number = '0.3.0.7' # branch indicator is intentionally different across branches version_branch = '-u'