You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Penumbra/UI/Changelog.cs
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,32 @@ public PenumbraChangelog(Configuration config)
57
57
Add1_3_1_0(Changelog);
58
58
Add1_3_2_0(Changelog);
59
59
Add1_3_3_0(Changelog);
60
+
Add1_3_4_0(Changelog);
60
61
}
61
62
62
63
#region Changelogs
63
64
65
+
privatestaticvoidAdd1_3_4_0(Changeloglog)
66
+
=>log.NextVersion("Version 1.3.4.0")
67
+
.RegisterHighlight("Added HDR functionality to diffuse buffers. This allows more accurate representation of non-standard color values for e.g. skin or hair colors when used with advanced customizations in Glamourer.")
68
+
.RegisterEntry("This option requires Wait For Plugins On Load to be enabled in Dalamud and to be enabled on start to work. It is on by default but can be turned off.",1)
69
+
.RegisterHighlight("Added a new option group type: Combining Groups.")
70
+
.RegisterEntry("A combining group behaves similarly to a multi group for the user, but instead of enabling the different options separately, it results in exactly one option per choice of settings.",1)
71
+
.RegisterEntry("Example: The user sees 2 checkboxes [+25%, +50%], but the 4 different selection states result in +0%, +25%, +50% or +75% if both are toggled on. Every choice of settings can be configured separately by the mod creator.",1)
72
+
.RegisterEntry("Added new functionality to better track copies of the player character in cutscenes if they get forced to specific clothing, like in the Margrat cutscene. Might improve tracking in wedding ceremonies, too, let me know.")
73
+
.RegisterEntry("Added a display of the number of selected files and folders to the multi mod selection.")
74
+
.RegisterEntry("Added cleaning functionality to remove outdated or unused files or backups from the config and mod folders via manual action.")
75
+
.RegisterEntry("Updated the Bone and Material limits in the Model Importer.")
76
+
.RegisterEntry("Improved handling of IMC and Material files loaded asynchronously.")
77
+
.RegisterEntry("Added IPC functionality to query temporary settings.")
78
+
.RegisterEntry("Improved some mod setting IPC functions.")
79
+
.RegisterEntry("Fixed some path detection issues in the OnScreen tab.")
80
+
.RegisterEntry("Fixed some issues with temporary mod settings.")
81
+
.RegisterEntry("Fixed issues with IPC calls before the game has finished loading.")
82
+
.RegisterEntry("Fixed using the wrong dye channel in the material editor previews.")
83
+
.RegisterEntry("Added some log warnings if outdated materials are loaded by the game.")
84
+
.RegisterEntry("Added Schemas for some of the json files generated and read by Penumbra to the solution.");
85
+
64
86
privatestaticvoidAdd1_3_3_0(Changeloglog)
65
87
=>log.NextVersion("Version 1.3.3.0")
66
88
.RegisterHighlight("Added Temporary Settings to collections.")
0 commit comments