This commit is contained in:
Ottermandias 2025-03-28 13:58:19 +01:00
parent 00cb1b6643
commit d6d592f099
2 changed files with 14 additions and 0 deletions

View file

@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\release.yml = .github\workflows\release.yml
Glamourer\Glamourer.json = Glamourer\Glamourer.json
repo.json = repo.json
.github\workflows\test_release.yml = .github\workflows\test_release.yml
EndProjectSection

View file

@ -41,6 +41,7 @@ public class GlamourerChangelog
Add1_3_5_0(Changelog);
Add1_3_6_0(Changelog);
Add1_3_7_0(Changelog);
Add1_3_8_0(Changelog);
}
private (int, ChangeLogDisplayType) ConfigData()
@ -61,6 +62,18 @@ public class GlamourerChangelog
}
}
private static void Add1_3_8_0(Changelog log)
=> log.NextVersion("Version 1.3.8.0")
.RegisterImportant("Updated Glamourer for update 7.20 and Dalamud API 12.")
.RegisterEntry(
"This is not thoroughly tested, but I decided to push to stable instead of testing because otherwise a lot of people would just go to testing just for early access again despite having no business doing so.",
1)
.RegisterEntry(
"I also do not use most of the functionality of Glamourer myself, so I am unable to even encounter most issues myself.", 1)
.RegisterEntry("If you encounter any issues, please report them quickly on the discord.", 1)
.RegisterEntry("Added a chat command to clear temporary settings applied by Glamourer to Penumbra.")
.RegisterEntry("Fixed small issues with customizations not applicable to your race still applying.");
private static void Add1_3_7_0(Changelog log)
=> log.NextVersion("Version 1.3.7.0")
.RegisterImportant(