Update release notes and version

This commit is contained in:
aerinon
2021-02-01 16:30:47 -07:00
parent 43b0f95877
commit f21687bd32
2 changed files with 7 additions and 2 deletions

View File

@@ -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.1-u'
__version__ = '0.3.0.2-u'
class EnemizerError(RuntimeError):
pass

View File

@@ -1,6 +1,11 @@
# New Features
None Yet
## In-Room Staircases/Ladders
In intensity level 2 and higher the in-floor staircases/ladders that take you between tiles can now be shuffled with
any N/S connections. (those that appear to go up one floor are North connection and those that go down are South ones)
Big thanks to Catobat for doing all the hard work.
# Bug Fixes