Version bump 0.2.4.0
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 0.2.4.0
|
||||||
|
- Added Guaranteed OWR Reachability
|
||||||
|
- Fixed incorrect parity calc for Whirlpool Shuffle
|
||||||
|
- Fixed error with generating seeds with GUI
|
||||||
|
- CLI fixes for triforce piece arguments
|
||||||
|
|
||||||
### 0.2.3.6
|
### 0.2.3.6
|
||||||
- Added Trinity goal (8/10 default TF pieces)
|
- Added Trinity goal (8/10 default TF pieces)
|
||||||
- Many improvements to TFH pool allocation
|
- Many improvements to TFH pool allocation
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSl
|
|||||||
from Regions import mark_dark_world_regions, mark_light_world_regions
|
from Regions import mark_dark_world_regions, mark_light_world_regions
|
||||||
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
|
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
|
||||||
|
|
||||||
__version__ = '0.2.3.6-u'
|
__version__ = '0.2.4.0-u'
|
||||||
|
|
||||||
def link_overworld(world, player):
|
def link_overworld(world, player):
|
||||||
# setup mandatory connections
|
# setup mandatory connections
|
||||||
|
|||||||
Reference in New Issue
Block a user