mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 05:04:16 +01:00
1.3.4.0
This commit is contained in:
parent
525f65e70a
commit
5464fa3a0f
1 changed files with 7 additions and 0 deletions
|
|
@ -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).")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue