From 7c35b4d14efbc0d010de71af27d6277b2b38409e Mon Sep 17 00:00:00 2001 From: aerinon Date: Fri, 26 Feb 2021 11:26:04 -0700 Subject: [PATCH] Minor gui bugfix --- Main.py | 2 +- RELEASENOTES.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Main.py b/Main.py index 502a5ce7..d3450f02 100644 --- a/Main.py +++ b/Main.py @@ -26,7 +26,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops from Utils import output_path, parse_player_names -__version__ = '0.3.1.2-u' +__version__ = '0.3.1.3-u' class EnemizerError(RuntimeError): diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 320c89df..a12e5644 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -128,12 +128,14 @@ New item counter modified to show total # Bug Fixes and Notes. +* 0.3.1.3-u + * Fix for the Rom field on the GUI * 0.3.1.2-u * Include base ER updates * Goal sign should now indicate whether Aga 2 is required or not * Inverted logic fixes - * Potion shop (powder) item not properly replaced with rupees - * Removed Arrow Capacity upgrades in retro + * Potion shop (powder) item now properly replaced with rupees + * Removed Arrow Capacity upgrades in retro (non-shopsanity) * Intensity level 3 fixes courtesy of Catobat * Scrolling issue in Desert Cannonball * 0.3.1.1-u