diff --git a/CHANGELOG.md b/CHANGELOG.md index 39dc836e..a833eaec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 - Emergency fix for map/key totals in non-DR diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 8144fc4a..fb601567 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -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.5' +version_number = '0.6.0.6' # branch indicator is intentionally different across branches version_branch = '-u'