Skip to content

Commit 4e7de5b

Browse files
committed
2.0.7.15
1 parent 417e4a2 commit 4e7de5b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public CPlusChangeLog(PluginConfiguration config)
2727
Add2_0_7_0(Changelog);
2828
Add2_0_7_2(Changelog);
2929
Add2_0_7_9(Changelog);
30+
Add2_0_7_15(Changelog);
3031
}
3132

3233
private (int, ChangeLogDisplayType) ConfigData()
@@ -39,6 +40,19 @@ private void Save(int version, ChangeLogDisplayType type)
3940
_config.Save();
4041
}
4142

43+
private static void Add2_0_7_15(Changelog log)
44+
=> log.NextVersion("Version 2.0.7.15")
45+
.RegisterEntry("Optimized JSON payload returned by Profile.GetByUniqueId IPC method. (requested by Mare Synchronos)")
46+
.RegisterEntry("Values which are considered default are no longer returned, this drastically reduces the size of returned data.", 1)
47+
.RegisterEntry("Fixed clipboard copies missing version data.")
48+
.RegisterEntry("You do not need to do anything about this. This just fixes format inconsistencies between clipboard copies and on-disk data.", 1)
49+
.RegisterEntry("Fixed (some?) \"ImGui assertation failed\" errors (2.0.7.14)")
50+
.RegisterEntry("Improved support log contents (2.0.7.13)")
51+
.RegisterEntry("Fixed skeleton changes not being detected when changing to between hairstyles with same amount of bones. (2.0.7.11)")
52+
.RegisterEntry("Fixed character flashing in GPose. (Root bone position edits are no longer applied in GPose) (2.0.7.10)")
53+
54+
.RegisterEntry("Source code maintenance - external libraries update.");
55+
4256
private static void Add2_0_7_9(Changelog log)
4357
=> log.NextVersion("Version 2.0.7.9")
4458
.RegisterEntry("Added donation button to settings tab.")

0 commit comments

Comments
 (0)