From cd50950dae30f57e4c92cb53391925591870c37c Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Wed, 17 Jan 2024 17:27:48 +0100 Subject: [PATCH] 1.1.0.4 --- Glamourer/Gui/GlamourerChangelog.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Glamourer/Gui/GlamourerChangelog.cs b/Glamourer/Gui/GlamourerChangelog.cs index 6166f1b..fcbebd6 100644 --- a/Glamourer/Gui/GlamourerChangelog.cs +++ b/Glamourer/Gui/GlamourerChangelog.cs @@ -27,6 +27,7 @@ public class GlamourerChangelog Add1_0_7_0(Changelog); Add1_1_0_0(Changelog); Add1_1_0_2(Changelog); + Add1_1_0_4(Changelog); } private (int, ChangeLogDisplayType) ConfigData() @@ -47,6 +48,19 @@ public class GlamourerChangelog } } + private static void Add1_1_0_4(Changelog log) + => log.NextVersion("Version 1.1.0.4") + .RegisterEntry("Added a check and warning for a lingering Palette+ installation.") + .RegisterHighlight("Added a button to only revert advanced customizations to game state to the quick design bar. This can be toggled off in the interface settings.") + .RegisterEntry("Added visible configuration options for color display for the advanced customizations.") + .RegisterEntry("Updated Battle NPC data from Gubal for 6.55.") + .RegisterEntry("Fixed issues with advanced customizations not resetting correctly with Use Game State as Base.") + .RegisterEntry("Fixed an issues with non-standard body type customizations not transmitting through Mare.") + .RegisterEntry("Fixed issues with application rule checkboxes not working for advanced parameters.") + .RegisterEntry("Fixed an issue with fist weapons, again again.") + .RegisterEntry("Fixed multiple issues with advanced parameters not applying after certain other changes.") + .RegisterEntry("Fixed another wrong restricted item."); + private static void Add1_1_0_2(Changelog log) => log.NextVersion("Version 1.1.0.2") .RegisterEntry("Added design colors in the preview of combos (in the quick bar and the automation panel).")