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
// i know it's ugly but luna changelog api does expect u8 !!
58
+
59
+
privatestaticvoidAdd2_2_0_0(Changeloglog)
60
+
=>log.NextVersion("Version 2.2.0.0"u8)
61
+
.RegisterImportant("Support for 7.5 and Dalamud API 15. (by Abelfreyja)"u8)
62
+
.RegisterHighlight("Moved plugin to Luna framework. (by Risa, initial draft by Abelfreyja, initial draft review by Exter-N)"u8)
63
+
.RegisterEntry("This makes many of recent quality of life changes to Penumbra and Glamourer user interface available to Customize+ users."u8,1)
64
+
.RegisterImportant("While we had an extensive testing campaign there might be some issues, please report any bugs you encounter."u8,1)
65
+
.RegisterEntry("Added axis colors for the columns in the bone editor. (by Abelfreyja)"u8)
66
+
.RegisterEntry("Fixed \"unsaved changes\" window layout breaking on different resolutions/UI scales. (by NalaPraline) (2.1.1.2)"u8)
67
+
.RegisterImportant("If you have used any unofficial builds of the plugin you might experience data loss, crashes or other issues. This is not an issue with the plugin and should not be reported."u8)
68
+
.RegisterImportant("Using synchronization plugins to sync with users using unofficial builds of the plugin might lead to crashes."u8,1)
69
+
.RegisterImportant("For additional information please refer to announcements in Support Discord. (available via button in Settings page)"u8,1);
70
+
58
71
privatestaticvoidAdd2_1_1_0(Changeloglog)
59
72
=>log.NextVersion("Version 2.1.1.0"u8)
60
73
.RegisterEntry("Added button to export the entire profile as a single template. (by MBadea21)"u8);
0 commit comments