Version bump 0.3.0.0
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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
|
## 0.2.11.4
|
||||||
- Fixed broken OWG logic issues
|
- Fixed broken OWG logic issues
|
||||||
- Gave chickens a base price for shopsanity
|
- Gave chickens a base price for shopsanity
|
||||||
|
|||||||
@@ -7,7 +7,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.2.11.4'
|
version_number = '0.3.0.0'
|
||||||
# branch indicator is intentionally different across branches
|
# branch indicator is intentionally different across branches
|
||||||
version_branch = '-u'
|
version_branch = '-u'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user