Version bump 0.6.0.6

This commit is contained in:
codemann8
2025-08-25 12:34:49 -05:00
parent b80bed0853
commit 18a8f98ff6
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## 0.6.0.6
- Added ability to change GT entry cutscene GFX thru customizer
- Chicken as a standing item is no longer a star gfx
- Fix issue in DR with music silence in pre-Aga room
- Other various music fixes
- Fixed issue with Mystery subweights not correctly evaluating boolean settings
## 0.6.0.5 ## 0.6.0.5
- Emergency fix for map/key totals in non-DR - Emergency fix for map/key totals in non-DR

View File

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