From 377989d40691cc9ad4f3a5167b45506aaf555fc7 Mon Sep 17 00:00:00 2001 From: aerinon Date: Wed, 22 Jun 2022 10:43:39 -0600 Subject: [PATCH] Update release notes and version --- Main.py | 2 +- RELEASENOTES.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Main.py b/Main.py index 967bb77f..1d060c30 100644 --- a/Main.py +++ b/Main.py @@ -31,7 +31,7 @@ from Utils import output_path, parse_player_names from source.item.FillUtil import create_item_pool_config, massage_item_pool, district_item_pool_config from source.tools.BPS import create_bps_from_data -__version__ = '1.0.2.5-v' +__version__ = '1.0.2.6-v' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a27c05d0..e1a1b3cb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -157,6 +157,11 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o #### Volatile +* 1.0.2.6 + * Fix for Zelda (or any follower) going to the maiden cell supertile and the boss is not Blind. The follower will not despawn unless the boss is Blind, then the maiden will spawn as normal. + * Added a check for package requirements before running code. GUI and console both for better error messages. Thanks to mtrethewey for the idea. + * Refactored spoiler to generate in stages for better error collection. A meta file will be generated additionally for mystery seeds. Some random settings moved later in the spoiler to have the meta section at the top not spoil certain things. (GT/Ganon requirements.) Thanks to codemann and OWR for most of this work. + * Fix for Waterfall of Wishing logic in open. You must have flippers to exit the Waterfall (or moon pearl in glitched modes that allow minor glitches in logic) * 1.0.2.5 * Some textual changes for hints (capitalization standardization) * Item will be highlighted in red if experimental is on