Skip to content

Commit

Permalink
1.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Jan 17, 2024
1 parent 53c4dfe commit cd50950
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Glamourer/Gui/GlamourerChangelog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public GlamourerChangelog(Configuration config)
Add1_0_7_0(Changelog);
Add1_1_0_0(Changelog);
Add1_1_0_2(Changelog);
Add1_1_0_4(Changelog);
}

private (int, ChangeLogDisplayType) ConfigData()
Expand All @@ -47,6 +48,19 @@ private void Save(int version, ChangeLogDisplayType type)
}
}

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).")
Expand Down

0 comments on commit cd50950

Please sign in to comment.