File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public CPlusChangeLog(PluginConfiguration config)
31
31
Add2_0_7_16 ( Changelog ) ;
32
32
Add2_0_7_23 ( Changelog ) ;
33
33
Add2_0_7_27 ( Changelog ) ;
34
- Add2_0_7_x ( Changelog ) ;
34
+ // Add2_0_7_x(Changelog);
35
35
}
36
36
37
37
private ( int , ChangeLogDisplayType ) ConfigData ( )
@@ -53,7 +53,9 @@ private static void Add2_0_7_x(Changelog log)
53
53
. RegisterEntry ( "Added search filter and undo/redo functionality during bone editing. (by abelfreyja)" )
54
54
. RegisterEntry ( "Added the ability to copy bone groups to clipboard and import them. (by abelfreyja)" )
55
55
. 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 ) ;
57
59
58
60
private static void Add2_0_7_27 ( Changelog log )
59
61
=> log . NextVersion ( "Version 2.0.7.27" )
You can’t perform that action at this time.
0 commit comments