From 39aaeab12f38938188d632d4538048967b35e411 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Wed, 10 Feb 2021 02:33:26 +0100 Subject: [PATCH] feat: warrant changelog --- Dalamud/Interface/DalamudChangelogWindow.cs | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Dalamud/Interface/DalamudChangelogWindow.cs b/Dalamud/Interface/DalamudChangelogWindow.cs index c849adf14..29da9a9e3 100644 --- a/Dalamud/Interface/DalamudChangelogWindow.cs +++ b/Dalamud/Interface/DalamudChangelogWindow.cs @@ -11,15 +11,12 @@ namespace Dalamud.Interface { private readonly Dalamud dalamud; private string assemblyVersion = Util.AssemblyVersion; - private const bool WarrantsChangelog = false; + private const bool WarrantsChangelog = true; private const string ChangeLog = - @"* Fixed various bugs with plugins not installing correctly or causing crashes in certain situations -* All installed plugins, regardless of their status in the repository, are now shown -* Plugins are now grouped by installation state in the installer + @"* Various behind-the-scenes changes to improve stability +* Faster startup times -If you have previously encoutered issues with plugins since 5.4, they should be resolved now for most of them. - -As this is a major patch and we have made several backend changes, please keep in mind that it may take a little bit for all of your favorite plugins to be available again."; +If you note any issues or need help, please make sure to ask on our discord server."; public DalamudChangelogWindow(Dalamud dalamud) { this.dalamud = dalamud;