File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ public CPlusChangeLog(PluginConfiguration config)
18
18
Add2_0_1_0 ( Changelog ) ;
19
19
Add2_0_2_2 ( Changelog ) ;
20
20
Add2_0_3_0 ( Changelog ) ;
21
+ Add2_0_4_0 ( Changelog ) ;
21
22
}
22
23
23
24
private ( int , ChangeLogDisplayType ) ConfigData ( )
@@ -30,6 +31,14 @@ private void Save(int version, ChangeLogDisplayType type)
30
31
_config . Save ( ) ;
31
32
}
32
33
34
+ private static void Add2_0_4_0 ( Changelog log )
35
+ => log . NextVersion ( "Version 2.0.4.0" )
36
+ . RegisterImportant ( "Version 3 IPC has been removed, any plugins still relying on it will stop working until updated." )
37
+ . RegisterEntry ( "Mare Synchronos and Dynamic Bridge are not affected." , 1 )
38
+ . RegisterEntry ( "Added option to configure if profiles should be applied on character select screen during login." )
39
+ . RegisterEntry ( "Made information level plugin logs less verbose." )
40
+ . RegisterEntry ( "Source code maintenance - external libraries update." ) ;
41
+
33
42
private static void Add2_0_3_0 ( Changelog log )
34
43
=> log . NextVersion ( "Version 2.0.3.0" )
35
44
. RegisterEntry ( "Added option to configure if profiles should affect various parts of game's user interface:" )
You can’t perform that action at this time.
0 commit comments