From bf7f3079824b8c6f56012664f899276d7dc63488 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Fri, 31 Oct 2025 01:24:22 -0500 Subject: [PATCH] Version bump 0.6.1.1 --- CHANGELOG.md | 5 +++++ OverworldShuffle.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad540537..61fc68fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.6.1.1 +- Fixed issue with Bosses goals in Custom Goal Framework +- Fixed error when using Custom Goals with no extra values +- Added more Custom Goal detail in Spoiler Log + ## 0.6.1.0 - New Custom Goal framework (see Customizer.md) - New 'logic' hint terminology to replace vital/useful terminology diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 80e781d0..ebd067bb 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.1.0' +version_number = '0.6.1.1' # branch indicator is intentionally different across branches version_branch = '-u'