This commit is contained in:
RisaDev
2024-06-05 19:11:33 +03:00
parent a70bef8abe
commit 0f9ad48f9f

View File

@@ -18,6 +18,7 @@ public class CPlusChangeLog
Add2_0_1_0(Changelog); Add2_0_1_0(Changelog);
Add2_0_2_2(Changelog); Add2_0_2_2(Changelog);
Add2_0_3_0(Changelog); Add2_0_3_0(Changelog);
Add2_0_4_0(Changelog);
} }
private (int, ChangeLogDisplayType) ConfigData() private (int, ChangeLogDisplayType) ConfigData()
@@ -30,6 +31,14 @@ public class CPlusChangeLog
_config.Save(); _config.Save();
} }
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.")
.RegisterEntry("Mare Synchronos and Dynamic Bridge are not affected.", 1)
.RegisterEntry("Added option to configure if profiles should be applied on character select screen during login.")
.RegisterEntry("Made information level plugin logs less verbose.")
.RegisterEntry("Source code maintenance - external libraries update.");
private static void Add2_0_3_0(Changelog log) private static void Add2_0_3_0(Changelog log)
=> log.NextVersion("Version 2.0.3.0") => log.NextVersion("Version 2.0.3.0")
.RegisterEntry("Added option to configure if profiles should affect various parts of game's user interface:") .RegisterEntry("Added option to configure if profiles should affect various parts of game's user interface:")