Skip to content

Commit

Permalink
2.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Jun 5, 2024
1 parent a70bef8 commit 0f9ad48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CustomizePlus/UI/Windows/CPlusChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public CPlusChangeLog(PluginConfiguration config)
Add2_0_1_0(Changelog);
Add2_0_2_2(Changelog);
Add2_0_3_0(Changelog);
Add2_0_4_0(Changelog);
}

private (int, ChangeLogDisplayType) ConfigData()
Expand All @@ -30,6 +31,14 @@ private void Save(int version, ChangeLogDisplayType type)
_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:")
Expand Down

0 comments on commit 0f9ad48

Please sign in to comment.