Skip to content

Commit

Permalink
2.0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Feb 27, 2025
1 parent 417e4a2 commit 4e7de5b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CustomizePlus/UI/Windows/CPlusChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public CPlusChangeLog(PluginConfiguration config)
Add2_0_7_0(Changelog);
Add2_0_7_2(Changelog);
Add2_0_7_9(Changelog);
Add2_0_7_15(Changelog);
}

private (int, ChangeLogDisplayType) ConfigData()
Expand All @@ -39,6 +40,19 @@ private void Save(int version, ChangeLogDisplayType type)
_config.Save();
}

private static void Add2_0_7_15(Changelog log)
=> log.NextVersion("Version 2.0.7.15")
.RegisterEntry("Optimized JSON payload returned by Profile.GetByUniqueId IPC method. (requested by Mare Synchronos)")
.RegisterEntry("Values which are considered default are no longer returned, this drastically reduces the size of returned data.", 1)
.RegisterEntry("Fixed clipboard copies missing version data.")
.RegisterEntry("You do not need to do anything about this. This just fixes format inconsistencies between clipboard copies and on-disk data.", 1)
.RegisterEntry("Fixed (some?) \"ImGui assertation failed\" errors (2.0.7.14)")
.RegisterEntry("Improved support log contents (2.0.7.13)")
.RegisterEntry("Fixed skeleton changes not being detected when changing to between hairstyles with same amount of bones. (2.0.7.11)")
.RegisterEntry("Fixed character flashing in GPose. (Root bone position edits are no longer applied in GPose) (2.0.7.10)")

.RegisterEntry("Source code maintenance - external libraries update.");

private static void Add2_0_7_9(Changelog log)
=> log.NextVersion("Version 2.0.7.9")
.RegisterEntry("Added donation button to settings tab.")
Expand Down

0 comments on commit 4e7de5b

Please sign in to comment.