Correct version bump
This commit is contained in:
2
Main.py
2
Main.py
@@ -34,7 +34,7 @@ from source.overworld.EntranceShuffle2 import link_entrances_new
|
|||||||
from source.tools.BPS import create_bps_from_data
|
from source.tools.BPS import create_bps_from_data
|
||||||
from source.classes.CustomSettings import CustomSettings
|
from source.classes.CustomSettings import CustomSettings
|
||||||
|
|
||||||
version_number = '1.2.0.14'
|
version_number = '1.2.0.15'
|
||||||
version_branch = '-u'
|
version_branch = '-u'
|
||||||
__version__ = f'{version_number}{version_branch}'
|
__version__ = f'{version_number}{version_branch}'
|
||||||
|
|
||||||
|
|||||||
@@ -109,9 +109,7 @@ These are now independent of retro mode and have three options: None, Random, an
|
|||||||
|
|
||||||
# Bug Fixes and Notes
|
# Bug Fixes and Notes
|
||||||
|
|
||||||
* 1.2.0.14u
|
* 1.2.0.15u
|
||||||
* Small fix for key logic validation (got rid of a false negative)
|
|
||||||
* Customized doors in ice cross work properly now
|
|
||||||
* GUI reorganization
|
* GUI reorganization
|
||||||
* Auto option for pyramid open (trinity or ER + crystals goal)
|
* Auto option for pyramid open (trinity or ER + crystals goal)
|
||||||
* World model refactor (combining inverted and normal world models)
|
* World model refactor (combining inverted and normal world models)
|
||||||
@@ -120,6 +118,9 @@ These are now independent of retro mode and have three options: None, Random, an
|
|||||||
* Reduced universal keys in pool slightly for non-vanilla dungeons
|
* Reduced universal keys in pool slightly for non-vanilla dungeons
|
||||||
* Fake world fix finally
|
* Fake world fix finally
|
||||||
* Some extra restrictions on links house placement for lite/lean
|
* Some extra restrictions on links house placement for lite/lean
|
||||||
|
* 1.2.0.14u
|
||||||
|
* Small fix for key logic validation (got rid of a false negative)
|
||||||
|
* Customized doors in ice cross work properly now
|
||||||
* 1.2.0.13u
|
* 1.2.0.13u
|
||||||
* Allow green/blue potion refills to be customized
|
* Allow green/blue potion refills to be customized
|
||||||
* OW Map showing dungeon entrance at Snitch Lady (West) fixed (instead of @ HC Courtyard)
|
* OW Map showing dungeon entrance at Snitch Lady (West) fixed (instead of @ HC Courtyard)
|
||||||
|
|||||||
Reference in New Issue
Block a user