From caa1c14b0381107c54d1f48144dbf6c18d072847 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Tue, 8 Dec 2020 11:38:03 +0100 Subject: [PATCH] warrants changelog --- Dalamud/Interface/DalamudChangelogWindow.cs | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/Dalamud/Interface/DalamudChangelogWindow.cs b/Dalamud/Interface/DalamudChangelogWindow.cs index c2edc3660..f8c101b25 100644 --- a/Dalamud/Interface/DalamudChangelogWindow.cs +++ b/Dalamud/Interface/DalamudChangelogWindow.cs @@ -11,11 +11,20 @@ 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 = - @"* Various backend changes that will allow for more involved plugins -* Fixed an issue wherein, in particular cases, chat messages from plugins would be incorrectly allocated -* Beta/Testing plugins can now be used in conjunction with regular plugins. Join our discord to check out plugins for testing!"; + @"Please note: Due to an internal change, you have to click ""install"" on all of your plugins again in the plugin installer(``/xlplugins``). All of your settings and saved data is still there, just needs to be turned on again! +We have quite a few new interesting plugins though, so maybe you can take this chance to check out some of them. + +* Removed the *built-in* Discord functionality, but replaced it with a far better plugin-based version. Please refer to this guide to set it up, it's easy to get started and we will have a few new features coming soon: + +* Added the ability to hide the plugin information in the login message +* Added filters to the plugin installer +* Fixed the language settings inside of the in-game-addon +* Various changes to the plugin APIs that should help with creating further plugins +A lot of these changes were contributed by @Aireil#1944 and @Cara#1841xi, thank you very much. + +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 as a lot of the developers are also active players of the game."; public DalamudChangelogWindow(Dalamud dalamud) { this.dalamud = dalamud;