Version bump 0.3.0.7

This commit is contained in:
codemann8
2023-05-07 20:29:16 -05:00
parent 73fc85df3b
commit e1092b7def
2 changed files with 11 additions and 3 deletions

View File

@@ -1,10 +1,18 @@
# Changelog # 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 ## 0.3.0.6
- \~Merged in DR v1.2.0.15~ - \~Merged in DR v1.2.0.15~
- Fixed Tower of Hera music silence issue - Fixed Tower of Hera music silence issue
- Improved GT crystal cutscene - Improved symmetrical 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 - Changed bonk prizes to not mark as collected unless it is visible on screen
## 0.3.0.5 ## 0.3.0.5

View File

@@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType
from OverworldGlitchRules import create_owg_connections from OverworldGlitchRules import create_owg_connections
from Utils import bidict from Utils import bidict
version_number = '0.3.0.6' version_number = '0.3.0.7'
# branch indicator is intentionally different across branches # branch indicator is intentionally different across branches
version_branch = '-u' version_branch = '-u'