2.0.5.0
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"InternalName": "CustomizePlus",
|
"InternalName": "CustomizePlus",
|
||||||
"ApplicableVersion": "any",
|
"ApplicableVersion": "any",
|
||||||
"AssemblyVersion": "2.0.0.0",
|
"AssemblyVersion": "2.0.0.0",
|
||||||
"DalamudApiLevel": 9,
|
"DalamudApiLevel": 10,
|
||||||
"Tags": [
|
"Tags": [
|
||||||
"Anamnesis",
|
"Anamnesis",
|
||||||
"Customization",
|
"Customization",
|
||||||
|
|||||||
@@ -37,8 +37,10 @@ public class CPlusChangeLog
|
|||||||
private static void Add2_0_5_0(Changelog log)
|
private static void Add2_0_5_0(Changelog log)
|
||||||
=> log.NextVersion("Version 2.0.5.0")
|
=> log.NextVersion("Version 2.0.5.0")
|
||||||
.RegisterHighlight("Customize+ has been updated to support Dawntrail.")
|
.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("Known issues:", 1)
|
||||||
.RegisterImportant("Profiles are not applied on Character Select Screen.", 2)
|
.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)
|
.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("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)")
|
.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)")
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"TestingAssemblyVersion": "2.0.4.7",
|
"TestingAssemblyVersion": "2.0.4.7",
|
||||||
"RepoUrl": "https://github.com/Aether-Tools/CustomizePlus",
|
"RepoUrl": "https://github.com/Aether-Tools/CustomizePlus",
|
||||||
"ApplicableVersion": "any",
|
"ApplicableVersion": "any",
|
||||||
"DalamudApiLevel": 9,
|
"DalamudApiLevel": 10,
|
||||||
"IsHide": "False",
|
"IsHide": "False",
|
||||||
"IsTestingExclusive": "False",
|
"IsTestingExclusive": "False",
|
||||||
"DownloadCount": 0,
|
"DownloadCount": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user