Skip to content

Commit ce9cc37

Browse files
committed
Disable changelog for now
1 parent de79643 commit ce9cc37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public CPlusChangeLog(PluginConfiguration config)
3131
Add2_0_7_16(Changelog);
3232
Add2_0_7_23(Changelog);
3333
Add2_0_7_27(Changelog);
34-
Add2_0_7_x(Changelog);
34+
//Add2_0_7_x(Changelog);
3535
}
3636

3737
private (int, ChangeLogDisplayType) ConfigData()
@@ -53,7 +53,9 @@ private static void Add2_0_7_x(Changelog log)
5353
.RegisterEntry("Added search filter and undo/redo functionality during bone editing. (by abelfreyja)")
5454
.RegisterEntry("Added the ability to copy bone groups to clipboard and import them. (by abelfreyja)")
5555
.RegisterEntry("Right click on group name to access this functionality.", 1)
56-
.RegisterEntry("Added the ability to have favorite bones. (by abelfreyja and Risa)");
56+
.RegisterEntry("Added the ability to have favorite bones. (by abelfreyja and Risa)")
57+
.RegisterEntry("IPC version updated to 6.3.")
58+
.RegisterEntry("Added Profile.SetPriorityByUniqueId IPC endpoint. (by CordeliaMist)", 1);
5759

5860
private static void Add2_0_7_27(Changelog log)
5961
=> log.NextVersion("Version 2.0.7.27")

0 commit comments

Comments
 (0)