From 37d1548a185ace789a04bebbb8544b03f7f639ef Mon Sep 17 00:00:00 2001 From: Diogo Pinela Date: Fri, 9 Feb 2024 01:22:52 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 11 +++++++++++ Haiku.Rando/RandoPlugin.cs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 184515a..53f7637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 2.4.1 (9 February 2024) + +Bug fixes: + +- Starting items (including scrap) are now granted only once. +- The Include Old Arcadia and Include Lost Archives settings are now preserved properly in the save file. + (Previously, if these options were enabled, they would + no longer be on after reloading the file, causing the entire seed to change.) +- The train location no longer resets to the starting + station when reloading a Train Lover Mode save. + # 2.4 (28 October 2023) New features: diff --git a/Haiku.Rando/RandoPlugin.cs b/Haiku.Rando/RandoPlugin.cs index 5ea51b4..f00c4d5 100644 --- a/Haiku.Rando/RandoPlugin.cs +++ b/Haiku.Rando/RandoPlugin.cs @@ -22,7 +22,7 @@ namespace Haiku.Rando { - [BepInPlugin("haiku.rando", "Haiku Rando", "2.4.0.0")] + [BepInPlugin("haiku.rando", "Haiku Rando", "2.4.1.0")] [BepInDependency("haiku.mapi", "1.0")] public sealed class RandoPlugin : BaseUnityPlugin {