Skip to content

Commit 0f9ad48

Browse files
committed
2.0.4.0
1 parent a70bef8 commit 0f9ad48

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public CPlusChangeLog(PluginConfiguration config)
1818
Add2_0_1_0(Changelog);
1919
Add2_0_2_2(Changelog);
2020
Add2_0_3_0(Changelog);
21+
Add2_0_4_0(Changelog);
2122
}
2223

2324
private (int, ChangeLogDisplayType) ConfigData()
@@ -30,6 +31,14 @@ private void Save(int version, ChangeLogDisplayType type)
3031
_config.Save();
3132
}
3233

34+
private static void Add2_0_4_0(Changelog log)
35+
=> log.NextVersion("Version 2.0.4.0")
36+
.RegisterImportant("Version 3 IPC has been removed, any plugins still relying on it will stop working until updated.")
37+
.RegisterEntry("Mare Synchronos and Dynamic Bridge are not affected.", 1)
38+
.RegisterEntry("Added option to configure if profiles should be applied on character select screen during login.")
39+
.RegisterEntry("Made information level plugin logs less verbose.")
40+
.RegisterEntry("Source code maintenance - external libraries update.");
41+
3342
private static void Add2_0_3_0(Changelog log)
3443
=> log.NextVersion("Version 2.0.3.0")
3544
.RegisterEntry("Added option to configure if profiles should affect various parts of game's user interface:")

0 commit comments

Comments
 (0)