Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinela committed Feb 9, 2024
1 parent f1849b9 commit 37d1548
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Haiku.Rando/RandoPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 37d1548

Please sign in to comment.