Version bump 0.2.7.3
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,7 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 0.2.7.3
|
||||||
|
- Restructured OWR algorithm to include some additional scenarios not previously allowed
|
||||||
|
- Added new Inverted D-pad controls for Social Distorion (ie. Mirror Mode) support
|
||||||
|
- Crossed OWR/Special OW Areas are now included in the spoiler log
|
||||||
|
- Fixed default TF pieces with Trinity in Mystery
|
||||||
|
- Added bush crabs to rupee farm logic (only in non-enemizer)
|
||||||
|
- Updated tree pull logic to also require ability to kill most things
|
||||||
|
|
||||||
### 0.2.7.2
|
### 0.2.7.2
|
||||||
- Special OW Area are now shuffled in Layout Shuffle (Zora/Hobo/Pedestal)
|
- Special OW Areas are now shuffled in Layout Shuffle (Zora/Hobo/Pedestal)
|
||||||
- Fixed some broken water region graph modelling, fixed some reachability logic
|
- Fixed some broken water region graph modelling, fixed some reachability logic
|
||||||
- Some minor code simplifications
|
- Some minor code simplifications
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ from Regions import mark_dark_world_regions, mark_light_world_regions
|
|||||||
from OWEdges import OWTileRegions, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
|
from OWEdges import OWTileRegions, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
|
||||||
from Utils import bidict
|
from Utils import bidict
|
||||||
|
|
||||||
version_number = '0.2.7.2'
|
version_number = '0.2.7.3'
|
||||||
version_branch = '-u'
|
version_branch = '-u'
|
||||||
__version__ = '%s%s' % (version_number, version_branch)
|
__version__ = '%s%s' % (version_number, version_branch)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user