Version bump 0.7.0.2

This commit is contained in:
codemann8
2026-01-30 12:41:26 -06:00
parent f1aef298ef
commit ad8dff3b2d
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog # Changelog
# 0.7.0.2
- Fixed money error for bombbag/take-anys
- Fixed palette issue for map check/flute menu
- Fixed issue with dungeon icons showing in opposite world in Inverted
- Fixed Links position in map checks when in Special OW areas
- Fixed buffered sword issue in OW Shuffle water transitions
- Added PlasmaKappa tribute TF room text
# 0.7.0.1 # 0.7.0.1
- Fixed buggy sprites in post-Aga Zora's Domain - Fixed buggy sprites in post-Aga Zora's Domain
- Fixed L/R map switch when in special OW screens - Fixed L/R map switch when in special OW screens

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.1' version_number = '0.7.0.2'
# branch indicator is intentionally different across branches # branch indicator is intentionally different across branches
version_branch = '-u' version_branch = '-u'