Version bump 0.7.0.3

This commit is contained in:
codemann8
2026-03-15 17:08:18 -05:00
parent a3adb12422
commit a663ab892d
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
# Changelog # Changelog
# 0.7.0.3
- Further updates and new yamls for Grid OW Shuffle
- Further customizer options for Grid OW Shuffle like defining screens that should stay together
- Fix buffer sword slash when dashing into water
- Fixed bug with MSU-1 GT2 track not falling back to GT track
- Fix for Kiki unfollowing after certain entrance transition conditions
- Fixed bug/oversight with vanilla_fill and prize_shuffle
- Changed big bomb shop vendor text to be follower agnostic
- Updated crosskeys winners (thanks clearmouse)
- Fixed bug with potential locale determination (thanks Esme)
- \~Merged in DR v1.5.6~
# 0.7.0.2 # 0.7.0.2
- Fixed money error for bombbag/take-anys - Fixed money error for bombbag/take-anys
- Fixed palette issue for map check/flute menu - Fixed palette issue for map check/flute menu

View File

@@ -9,7 +9,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.7.0.2' version_number = '0.7.0.3'
# branch indicator is intentionally different across branches # branch indicator is intentionally different across branches
version_branch = '-u' version_branch = '-u'