diff --git a/CHANGELOG.md b/CHANGELOG.md index e5301933..48a0a29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.0.0 +- Merged in all DR Customizer features since its initial release up to v1.2.0.9 +- Major revamp of Aerinon's ER 2.0 to better support OWR modes +- Fixed various incorrect logic issues (Inverted flute spots, Bomb Shop start, etc) +- Flute is disabled in rain state except glitched modes + ## 0.2.11.4 - Fixed broken OWG logic issues - Gave chickens a base price for shopsanity diff --git a/OverworldShuffle.py b/OverworldShuffle.py index d916d711..c73c5ea6 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.2.11.4' +version_number = '0.3.0.0' # branch indicator is intentionally different across branches version_branch = '-u'