File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ public CPlusChangeLog(PluginConfiguration config)
27
27
Add2_0_7_0 ( Changelog ) ;
28
28
Add2_0_7_2 ( Changelog ) ;
29
29
Add2_0_7_9 ( Changelog ) ;
30
+ Add2_0_7_15 ( Changelog ) ;
30
31
}
31
32
32
33
private ( int , ChangeLogDisplayType ) ConfigData ( )
@@ -39,6 +40,19 @@ private void Save(int version, ChangeLogDisplayType type)
39
40
_config . Save ( ) ;
40
41
}
41
42
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
+
42
56
private static void Add2_0_7_9 ( Changelog log )
43
57
=> log . NextVersion ( "Version 2.0.7.9" )
44
58
. RegisterEntry ( "Added donation button to settings tab." )
You can’t perform that action at this time.
0 commit comments