We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4c46f commit eb04e3cCopy full SHA for eb04e3c
1 file changed
CustomizePlus/UI/Windows/CPlusChangeLog.cs
@@ -45,6 +45,7 @@ private void Save(int version, ChangeLogDisplayType type)
45
46
private static void Add2_0_7_x(Changelog log)
47
=> log.NextVersion("Version 2.0.7.x")
48
+ .RegisterHighlight("Added support for Penumbra PCP files. (by abelfreyja)")
49
.RegisterEntry("Added search filter and undo/redo functionality during bone editing. (by abelfreyja)")
50
.RegisterEntry("Added the ability to copy bone groups to clipboard and import them, also reverted undo/redo changes. (by abelfreyja)")
51
.RegisterEntry("Added the ability to have favorite bones. (by abelfreyja)")
0 commit comments