Skip to content

Commit bee7f02

Browse files
committed
Changelog update
1 parent 7b0a501 commit bee7f02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ private static void Add2_0_7_23(Changelog log)
4949
.RegisterEntry("Added Profile.AddPlayerCharacter and Profile.RemovePlayerCharacter IPC endpoints. (by Caraxi)", 1)
5050
.RegisterEntry("Left side selectors in \"Templates\" and \"Profiles\" tabs can now be resized.")
5151
.RegisterEntry("Fixed crashes on login/logout.")
52-
.RegisterEntry("This usually happened when when \"Apply Profiles on Character Select Screen\" and/or \"Automatically Set Current Character as Editor Preview Character\" options are enabled in settings.", 1);
52+
.RegisterEntry("This usually happened when when \"Apply Profiles on Character Select Screen\" and/or \"Automatically Set Current Character as Editor Preview Character\" options are enabled in settings.", 1)
53+
.RegisterEntry("Fixed root transforms sometimes not resetting when toggling between profiles until character is moved.")
54+
.RegisterEntry("Fixed an issue where profiles would attempt to be applied to objects not currently drawn on the screen.")
55+
.RegisterEntry("Slight refactoring of user interface code.");
5356

5457
private static void Add2_0_7_16(Changelog log)
5558
=> log.NextVersion("Version 2.0.7.16")

0 commit comments

Comments
 (0)