Correct version bump

This commit is contained in:
aerinon
2023-04-05 15:58:16 -06:00
parent 17f9efb230
commit abb11558d8
2 changed files with 5 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ from source.overworld.EntranceShuffle2 import link_entrances_new
from source.tools.BPS import create_bps_from_data
from source.classes.CustomSettings import CustomSettings
version_number = '1.2.0.14'
version_number = '1.2.0.15'
version_branch = '-u'
__version__ = f'{version_number}{version_branch}'

View File

@@ -109,9 +109,7 @@ These are now independent of retro mode and have three options: None, Random, an
# Bug Fixes and Notes
* 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.15u
* GUI reorganization
* Auto option for pyramid open (trinity or ER + crystals goal)
* 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
* Fake world fix finally
* 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
* Allow green/blue potion refills to be customized
* OW Map showing dungeon entrance at Snitch Lady (West) fixed (instead of @ HC Courtyard)