File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ private void Save(int version, ChangeLogDisplayType type)
43
43
44
44
private static void Add2_0_7_16 ( Changelog log )
45
45
=> log . NextVersion ( "Version 2.0.7.16" )
46
- . RegisterHighlight ( "Support for 7.2 and Dalamud API 12." )
47
- . RegisterEntry ( "Source code maintenance - external libraries update." ) ;
46
+ . RegisterImportant ( "Support for update 7.2 and Dalamud API 12." ) ;
48
47
49
48
private static void Add2_0_7_15 ( Changelog log )
50
49
=> log . NextVersion ( "Version 2.0.7.15" )
@@ -71,7 +70,7 @@ private static void Add2_0_7_9(Changelog log)
71
70
72
71
private static void Add2_0_7_2 ( Changelog log )
73
72
=> log . NextVersion ( "Version 2.0.7.2" )
74
- . RegisterHighlight ( "Support for 7.1 and Dalamud API 11." )
73
+ . RegisterImportant ( "Support for 7.1 and Dalamud API 11." )
75
74
. RegisterHighlight ( "Fixed an issue which prevented owned characters (such as Carbuncles and Trust NPCs) from being detected. (2.0.7.1)" )
76
75
77
76
. RegisterEntry ( "Source code maintenance - external libraries update." ) ;
Original file line number Diff line number Diff line change 9
9
"TestingAssemblyVersion" : " 2.0.7.15" ,
10
10
"RepoUrl" : " https://github.com/Aether-Tools/CustomizePlus" ,
11
11
"ApplicableVersion" : " any" ,
12
- "DalamudApiLevel" : 11 ,
13
- "TestingDalamudApiLevel" : 11 ,
12
+ "DalamudApiLevel" : 12 ,
13
+ "TestingDalamudApiLevel" : 12 ,
14
14
"IsHide" : " False" ,
15
15
"IsTestingExclusive" : " False" ,
16
16
"DownloadCount" : 0 ,
You can’t perform that action at this time.
0 commit comments