diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a5a53d..98cb8905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.3.4.0 +- \~Merged in some things from DR v1.4.0.0-v~ + - Improved bunny-walking algorithm + - Improved multiworld balancing +- Implemented Hyrid Major Glitches logic (thanks Muffins/Espeon) +- Added sparkles to Bonk Drop locations for better visibility +- Some tweaks/improvements to Shuffle Song Instruments +- Replaced Save Settings on Exit with Settings on Load +- Added new button in GUI to export a Yaml file based on current settings +- Allow starting Aga-Defeated and Old-Man-Rescued in inventory + +## 0.3.3.2 +- \~Merged in DR v1.2.0.22~ +- Added Shuffle Song Instruments as post-gen option +- Allow user to change and save output directory within the GUI +- Fixed issue with Smith not deleting on S+Q when no path is possible +- Fixed various MSU inaccuracies + ## 0.3.3.1 - \~Merged in DR v1.2.0.21~ - Fixed issue with Old Man death spawning on Pyramid/Castle diff --git a/OverworldShuffle.py b/OverworldShuffle.py index c3d080c8..311b2342 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -8,7 +8,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.3.3.2' +version_number = '0.3.4.0' # branch indicator is intentionally different across branches version_branch = '-u'