api 12
Switched to dalamud sdk Updated submodules Updated workflows for .net 9 Updated changelog
This commit is contained in:
@@ -28,6 +28,7 @@ public class CPlusChangeLog
|
||||
Add2_0_7_2(Changelog);
|
||||
Add2_0_7_9(Changelog);
|
||||
Add2_0_7_15(Changelog);
|
||||
Add2_0_7_16(Changelog);
|
||||
}
|
||||
|
||||
private (int, ChangeLogDisplayType) ConfigData()
|
||||
@@ -40,6 +41,11 @@ public class CPlusChangeLog
|
||||
_config.Save();
|
||||
}
|
||||
|
||||
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.");
|
||||
|
||||
private static void Add2_0_7_15(Changelog log)
|
||||
=> log.NextVersion("Version 2.0.7.15")
|
||||
.RegisterEntry("Optimized JSON payload returned by Profile.GetByUniqueId IPC method. (requested by Mare Synchronos)")
|
||||
@@ -48,7 +54,7 @@ public class CPlusChangeLog
|
||||
.RegisterEntry("You do not need to do anything about this. This just fixes format inconsistencies between clipboard copies and on-disk data.", 1)
|
||||
.RegisterEntry("Fixed (some?) \"ImGui assertation failed\" errors (2.0.7.14)")
|
||||
.RegisterEntry("Improved support log contents (2.0.7.13)")
|
||||
.RegisterEntry("Fixed skeleton changes not being detected when changing to between hairstyles with same amount of bones. (2.0.7.11)")
|
||||
.RegisterEntry("Fixed skeleton changes not being detected when changing between hairstyles with the same amount of bones. (2.0.7.11)")
|
||||
.RegisterEntry("Fixed character flashing in GPose. (Root bone position edits are no longer applied in GPose) (2.0.7.10)")
|
||||
|
||||
.RegisterEntry("Source code maintenance - external libraries update.");
|
||||
|
||||
Reference in New Issue
Block a user