diff --git a/CustomizePlus/UI/Windows/CPlusChangeLog.cs b/CustomizePlus/UI/Windows/CPlusChangeLog.cs index 0dd1caf..fb1a64a 100644 --- a/CustomizePlus/UI/Windows/CPlusChangeLog.cs +++ b/CustomizePlus/UI/Windows/CPlusChangeLog.cs @@ -43,8 +43,7 @@ public class CPlusChangeLog private static void Add2_0_7_16(Changelog log) => log.NextVersion("Version 2.0.7.16") - .RegisterHighlight("Support for 7.2 and Dalamud API 12.") - .RegisterEntry("Source code maintenance - external libraries update."); + .RegisterImportant("Support for update 7.2 and Dalamud API 12."); private static void Add2_0_7_15(Changelog log) => log.NextVersion("Version 2.0.7.15") @@ -71,7 +70,7 @@ public class CPlusChangeLog private static void Add2_0_7_2(Changelog log) => log.NextVersion("Version 2.0.7.2") - .RegisterHighlight("Support for 7.1 and Dalamud API 11.") + .RegisterImportant("Support for 7.1 and Dalamud API 11.") .RegisterHighlight("Fixed an issue which prevented owned characters (such as Carbuncles and Trust NPCs) from being detected. (2.0.7.1)") .RegisterEntry("Source code maintenance - external libraries update."); diff --git a/repo.json b/repo.json index 137c3a8..b360ae9 100644 --- a/repo.json +++ b/repo.json @@ -9,8 +9,8 @@ "TestingAssemblyVersion": "2.0.7.15", "RepoUrl": "https://github.com/Aether-Tools/CustomizePlus", "ApplicableVersion": "any", - "DalamudApiLevel": 11, - "TestingDalamudApiLevel": 11, + "DalamudApiLevel": 12, + "TestingDalamudApiLevel": 12, "IsHide": "False", "IsTestingExclusive": "False", "DownloadCount": 0,