From 4bbf0f6d4fc6d3db59703210b7019a1b1b61e5db Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 10 Feb 2022 21:22:53 -0600 Subject: [PATCH] Version bump 0.2.6.0 --- CHANGELOG.md | 8 ++++++++ OverworldShuffle.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef9d2a1..0d41ef2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 0.2.6.0 +- New text engine font! +- Fixed invisible Witch item bug +- Added 'O' to ROM Header for autotrackers +- Fixed generation error with Shopsanity + OWR Layout +- Fixed OWR validation error with Insanity ER + OWR Layout +- Fixed issue with TR Peg Puzzle not spawning a valid portal + ### 0.2.5.3 - Changed AT/GT Swap to favor vanilla, only swapping if GT entrance is the only choice in starting world - Fixed issue with Links House not swapping in OW Mixed diff --git a/OverworldShuffle.py b/OverworldShuffle.py index bef894a3..ed5e914b 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -5,7 +5,7 @@ from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSl from Regions import mark_dark_world_regions, mark_light_world_regions from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel -__version__ = '0.2.5.3-u' +__version__ = '0.2.6.0-u' def link_overworld(world, player): # setup mandatory connections