diff --git a/CustomizePlus/CustomizePlus.json b/CustomizePlus/CustomizePlus.json index e1c5abd..dd10549 100644 --- a/CustomizePlus/CustomizePlus.json +++ b/CustomizePlus/CustomizePlus.json @@ -6,7 +6,7 @@ "InternalName": "CustomizePlus", "ApplicableVersion": "any", "AssemblyVersion": "2.0.0.0", - "DalamudApiLevel": 9, + "DalamudApiLevel": 10, "Tags": [ "Anamnesis", "Customization", diff --git a/CustomizePlus/UI/Windows/CPlusChangeLog.cs b/CustomizePlus/UI/Windows/CPlusChangeLog.cs index dd49567..ed8ea4f 100644 --- a/CustomizePlus/UI/Windows/CPlusChangeLog.cs +++ b/CustomizePlus/UI/Windows/CPlusChangeLog.cs @@ -37,8 +37,10 @@ public class CPlusChangeLog private static void Add2_0_5_0(Changelog log) => log.NextVersion("Version 2.0.5.0") .RegisterHighlight("Customize+ has been updated to support Dawntrail.") + .RegisterImportant("If you edited any facial bones it is possible that you will have to make adjustments to your edits.", 1) .RegisterImportant("Known issues:", 1) .RegisterImportant("Profiles are not applied on Character Select Screen.", 2) + .RegisterImportant("All new Dawntrail bones are placed into the \"Unknown\" category.", 2) .RegisterImportant("IPC needs additional work and has been disabled for now. Expect issues if you decide to call it anyway.", 2) .RegisterEntry("Added \"Copy Support Info to Clipboard\" button to Settings tab.") .RegisterEntry("Renamed \"Default profile\" to \"Apply to all players and retainers\" to try and improve understanding of the function by the users. (2.0.4.5)") diff --git a/repo.json b/repo.json index abc0aa8..47f47b0 100644 --- a/repo.json +++ b/repo.json @@ -9,7 +9,7 @@ "TestingAssemblyVersion": "2.0.4.7", "RepoUrl": "https://github.com/Aether-Tools/CustomizePlus", "ApplicableVersion": "any", - "DalamudApiLevel": 9, + "DalamudApiLevel": 10, "IsHide": "False", "IsTestingExclusive": "False", "DownloadCount": 0,