From 91c0114d320a1e752cf001e51d798e2918cb72c7 Mon Sep 17 00:00:00 2001 From: "randall.rupper" Date: Thu, 4 Mar 2021 14:05:25 -0700 Subject: [PATCH] Settings file added --- Main.py | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Main.py b/Main.py index ad1a8257..4ebf0b97 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.2.1-dev' +__version__ = '0.2.2-dev' class EnemizerError(RuntimeError): pass diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 61f78959..6152febb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,6 @@ # Notes +* Added support for a settings file so SahasrahBot and the main website can use it easier. (Thanks Synack) * You'll need to download sprites separately from the official website using the "Update official sprites" button on the sprite picker in the GUI