diff --git a/CHANGELOG.md b/CHANGELOG.md index c0017790..dc84da1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.1.6.3 +- Fixed borked credits (and missing Sprite Author) when collection rate isn't 216 or if GTBK count isn't /22 +- Added OW Rando in credits +- Actually merged in DR v0.4.0.7 (with no thanks to GitHub) + ### 0.1.6.2 - Added Balanced option for Flute Shuffle - Fixed issue with Flute Spot to Mountain Entry softlocking @@ -28,7 +33,7 @@ ### 0.1.5.0 - Added OW Tile Swap setting - Fixed horizontal VRAM visual loading glitch on megatiles -- Merged DR v0.4.0.7 - Fast Credits / Reduced Flashing / Sprite Author in Credits +- ~~Merged DR v0.4.0.7 - Fast Credits / Reduced Flashing / Sprite Author in Credits~~ ### 0.1.4.3 - Merged DR v0.4.0.6 - TT Maiden Attic Hint / DR Entrance Floor Mat Mods / Hard/Expert Item Pool Fix diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 506996c2..cc0c6491 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -3,7 +3,7 @@ from sortedcontainers import SortedList from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot from OWEdges import OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel -__version__ = '0.1.6.2-u' +__version__ = '0.1.6.3-u' def link_overworld(world, player): # setup mandatory connections