Version bump 0.6.0.3

This commit is contained in:
codemann8
2025-06-16 14:55:01 -05:00
parent fc0c5df943
commit 28fd328a53
2 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## 0.6.0.3
- Arrghus' Room has water floor restored in boss shuffle
- Fixed no music in Links House when S+Q from Kakariko
- Fixed issue with Boots not showing in pause menu after collection
- Fixed issue with Kiki running away outside the PoD maze
- Fixed issue with Kiki running away when using Quake
- Fixed issue with lingering purple chest after dropping and mirroring
- Getting Locksmith to follow behaves closer to vanilla
- Fixed issue with Locksmith follower despawning after purple chest item get
- Possible fix for prizes getting placed in major locations
- \~Merged in DR v1.4.10~
- Helmacopter fix
## 0.6.0.2
- Fixed issue with item pool placing items on Zelda Drop Off
- Fix issue with infinite purple chest item get

View File

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