update changelog wording, enable for 10.x

This commit is contained in:
goat 2024-06-30 00:21:55 +02:00
parent 3e950b09fe
commit b752d958f7

View file

@ -32,14 +32,13 @@ namespace Dalamud.Interface.Internal.Windows;
/// </summary> /// </summary>
internal sealed class ChangelogWindow : Window, IDisposable internal sealed class ChangelogWindow : Window, IDisposable
{ {
private const string WarrantsChangelogForMajorMinor = "9.0."; private const string WarrantsChangelogForMajorMinor = "10.0.";
private const string ChangeLog = private const string ChangeLog =
@"• Updated Dalamud for compatibility with Patch 6.5 @"• Updated Dalamud for compatibility with Patch 7.0
A lot of behind-the-scenes changes to make Dalamud and plugins more stable and reliable Made 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 Added new functionality developers can take advantage of
Plugins can now add tooltips and interaction to the server info bar Refreshed the Dalamud/plugin installer UI
The Dalamud/plugin installer UI has been refreshed
"; ";
private static readonly TimeSpan TitleScreenWaitTime = TimeSpan.FromSeconds(0.5f); private static readonly TimeSpan TitleScreenWaitTime = TimeSpan.FromSeconds(0.5f);