Skip to content

Commit 606becc

Browse files
committed
Update libs so new worlds are working
1 parent 8669c43 commit 606becc

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public CPlusChangeLog(PluginConfiguration config)
1919
Add2_0_2_2(Changelog);
2020
Add2_0_3_0(Changelog);
2121
Add2_0_4_0(Changelog);
22+
Add2_0_4_1(Changelog);
2223
}
2324

2425
private (int, ChangeLogDisplayType) ConfigData()
@@ -31,6 +32,11 @@ private void Save(int version, ChangeLogDisplayType type)
3132
_config.Save();
3233
}
3334

35+
private static void Add2_0_4_1(Changelog log)
36+
=> log.NextVersion("Version 2.0.4.1")
37+
.RegisterEntry("Added support for new worlds.", 1)
38+
.RegisterEntry("Source code maintenance - external libraries update.");
39+
3440
private static void Add2_0_4_0(Changelog log)
3541
=> log.NextVersion("Version 2.0.4.0")
3642
.RegisterImportant("Version 3 IPC has been removed, any plugins still relying on it will stop working until updated.")

0 commit comments

Comments
 (0)