File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ public CPlusChangeLog(PluginConfiguration config)
2828 Add2_0_7_2 ( Changelog ) ;
2929 Add2_0_7_9 ( Changelog ) ;
3030 Add2_0_7_15 ( Changelog ) ;
31- Add2_0_7_16 ( Changelog ) ;
31+ Add2_0_7_16 ( Changelog ) ;
3232 Add2_0_7_23 ( Changelog ) ;
3333 Add2_0_7_27 ( Changelog ) ;
3434 Add2_0_8_0 ( Changelog ) ;
35+ Add2_0_8_2 ( Changelog ) ;
3536 }
3637
3738 private ( int , ChangeLogDisplayType ) ConfigData ( )
@@ -44,6 +45,13 @@ private void Save(int version, ChangeLogDisplayType type)
4445 _config . Save ( ) ;
4546 }
4647
48+ private static void Add2_0_8_2 ( Changelog log )
49+ => log . NextVersion ( "Version 2.0.8.2" )
50+ . RegisterEntry ( "Fixed issues with penumbra PCP integration. (by abelfreyja)" )
51+ . RegisterEntry ( "Customize+ will now show warning in the menu bar if it cannot connect to Penumbra. (by Risa)" , 1 )
52+ . RegisterEntry ( "Fixed root position reset applying when it shouldn't. (by abelfreyja)" )
53+ . RegisterEntry ( "Fixed profile folders resetting. (by Risa)" ) ;
54+
4755 private static void Add2_0_8_0 ( Changelog log )
4856 => log . NextVersion ( "Version 2.0.8.0" )
4957 . RegisterHighlight ( "Added support for Penumbra PCP files. (by abelfreyja)" )
You can’t perform that action at this time.
0 commit comments