Skip to content

Commit

Permalink
Update libs so new worlds are working
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Jun 11, 2024
1 parent 8669c43 commit 606becc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CustomizePlus/UI/Windows/CPlusChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public CPlusChangeLog(PluginConfiguration config)
Add2_0_2_2(Changelog);
Add2_0_3_0(Changelog);
Add2_0_4_0(Changelog);
Add2_0_4_1(Changelog);
}

private (int, ChangeLogDisplayType) ConfigData()
Expand All @@ -31,6 +32,11 @@ private void Save(int version, ChangeLogDisplayType type)
_config.Save();
}

private static void Add2_0_4_1(Changelog log)
=> log.NextVersion("Version 2.0.4.1")
.RegisterEntry("Added support for new worlds.", 1)
.RegisterEntry("Source code maintenance - external libraries update.");

private static void Add2_0_4_0(Changelog log)
=> log.NextVersion("Version 2.0.4.0")
.RegisterImportant("Version 3 IPC has been removed, any plugins still relying on it will stop working until updated.")
Expand Down
2 changes: 1 addition & 1 deletion submodules/OtterGui
2 changes: 1 addition & 1 deletion submodules/Penumbra.GameData

0 comments on commit 606becc

Please sign in to comment.