From b752d958f7325a1a1cad8d31e25216ac367a831f Mon Sep 17 00:00:00 2001 From: goat Date: Sun, 30 Jun 2024 00:21:55 +0200 Subject: [PATCH] update changelog wording, enable for 10.x --- Dalamud/Interface/Internal/Windows/ChangelogWindow.cs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs index 7fda6c75e..5dc24f34a 100644 --- a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs +++ b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs @@ -32,14 +32,13 @@ namespace Dalamud.Interface.Internal.Windows; /// internal sealed class ChangelogWindow : Window, IDisposable { - private const string WarrantsChangelogForMajorMinor = "9.0."; + private const string WarrantsChangelogForMajorMinor = "10.0."; private const string ChangeLog = - @"• Updated Dalamud for compatibility with Patch 6.5 -• A lot of behind-the-scenes changes to make Dalamud and plugins more stable and reliable -• Added plugin collections, allowing you to create lists of plugins that can be enabled or disabled together -• Plugins can now add tooltips and interaction to the server info bar -• The Dalamud/plugin installer UI has been refreshed + @"• Updated Dalamud for compatibility with Patch 7.0 +• Made a lot of behind-the-scenes changes to make Dalamud and plugins more stable and reliable +• Added new functionality developers can take advantage of +• Refreshed the Dalamud/plugin installer UI "; private static readonly TimeSpan TitleScreenWaitTime = TimeSpan.FromSeconds(0.5f);