This commit is contained in:
Ottermandias 2024-11-22 14:27:32 +01:00
parent 525f65e70a
commit 5464fa3a0f

View file

@ -37,6 +37,7 @@ public class GlamourerChangelog
Add1_3_1_0(Changelog);
Add1_3_2_0(Changelog);
Add1_3_3_0(Changelog);
Add1_3_4_0(Changelog);
}
private (int, ChangeLogDisplayType) ConfigData()
@ -57,6 +58,12 @@ public class GlamourerChangelog
}
}
private static void Add1_3_4_0(Changelog log)
=> log.NextVersion("Version 1.3.4.0")
.RegisterEntry("Glamourer has been updated for Dalamud API 11 and patch 7.1.")
.RegisterEntry("Maybe fixed issues with shared weapon types and reset designs.")
.RegisterEntry("Fixed issues with resetting advanced dyes and certain weapon types");
private static void Add1_3_3_0(Changelog log)
=> log.NextVersion("Version 1.3.3.0")
.RegisterHighlight("Added the option to create automations for owned human NPCs (like trust avatars).")