mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
1.1.0.4
This commit is contained in:
parent
53c4dfeee5
commit
cd50950dae
1 changed files with 14 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ public class GlamourerChangelog
|
||||||
Add1_0_7_0(Changelog);
|
Add1_0_7_0(Changelog);
|
||||||
Add1_1_0_0(Changelog);
|
Add1_1_0_0(Changelog);
|
||||||
Add1_1_0_2(Changelog);
|
Add1_1_0_2(Changelog);
|
||||||
|
Add1_1_0_4(Changelog);
|
||||||
}
|
}
|
||||||
|
|
||||||
private (int, ChangeLogDisplayType) ConfigData()
|
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)
|
private static void Add1_1_0_2(Changelog log)
|
||||||
=> log.NextVersion("Version 1.1.0.2")
|
=> log.NextVersion("Version 1.1.0.2")
|
||||||
.RegisterEntry("Added design colors in the preview of combos (in the quick bar and the automation panel).")
|
.RegisterEntry("Added design colors in the preview of combos (in the quick bar and the automation panel).")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue