diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e83b3b2..ad540537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.6.1.0 +- New Custom Goal framework (see Customizer.md) +- New 'logic' hint terminology to replace vital/useful terminology +- Removed possibility of duplicated hints +- New fix for hammering pot drops when at sprite limit +- Fixed issue with incorrect Ganon silvers hint +- Fixed issue with Locksmith despawning after purple chest if a follower is stored +- Fixed pogdor glitch (frogdor but at PoD entrance and Kiki following) +- Fixed issue with Duck gfx overwriting GT Cutscene gfx +- New CLI argument to allow external generators to supply a custom ROM Header +- Fixed error with extra argument in MultiServer call +- Added new text if Link's House is placed at any Snitch Lady house + ## 0.6.0.8 - Re-fixed issue with Old Man spawning on pyramid - Allowing Zelda to be in TT Prison for follower shuffle escape diff --git a/OverworldShuffle.py b/OverworldShuffle.py index bfe555cd..80e781d0 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.6.0.8' +version_number = '0.6.1.0' # branch indicator is intentionally different across branches version_branch = '-u'