From 0f9ad48f9fbe437eb05f8e6a2a58fba3d79eab4c Mon Sep 17 00:00:00 2001 From: RisaDev <151885272+RisaDev@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:11:33 +0300 Subject: [PATCH] 2.0.4.0 --- CustomizePlus/UI/Windows/CPlusChangeLog.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CustomizePlus/UI/Windows/CPlusChangeLog.cs b/CustomizePlus/UI/Windows/CPlusChangeLog.cs index 33042ed..7490149 100644 --- a/CustomizePlus/UI/Windows/CPlusChangeLog.cs +++ b/CustomizePlus/UI/Windows/CPlusChangeLog.cs @@ -18,6 +18,7 @@ public class CPlusChangeLog Add2_0_1_0(Changelog); Add2_0_2_2(Changelog); Add2_0_3_0(Changelog); + Add2_0_4_0(Changelog); } private (int, ChangeLogDisplayType) ConfigData() @@ -30,6 +31,14 @@ public class CPlusChangeLog _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) => log.NextVersion("Version 2.0.3.0") .RegisterEntry("Added option to configure if profiles should affect various parts of game's user interface:")