From c411f5543cdc4e4c10b95e8800a91f7233ade01c Mon Sep 17 00:00:00 2001 From: aerinon Date: Thu, 14 Jan 2021 13:47:21 -0700 Subject: [PATCH] Couple minor problems addressed --- Main.py | 2 +- RELEASENOTES.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Main.py b/Main.py index 69351f7a..9a135a33 100644 --- a/Main.py +++ b/Main.py @@ -25,7 +25,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute from ItemList import generate_itempool, difficulties, fill_prizes, fill_specific_items from Utils import output_path, parse_player_names -__version__ = '0.3.0.0-u' +__version__ = '0.3.0.1-u' class EnemizerError(RuntimeError): pass diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 179da74b..42a89c72 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,10 +2,11 @@ None Yet -## ??? - # Bug Fixes +* 0.3.0.1-u + * Problem with lobbies on re-rolls corrected + * Potential playthrough problem addressed * 0.3.0.0-u * Generation improvements. Basic >95% success. Crossed >80% success. * Possible increased generation times as certain generation problem tries a partial re-roll