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>
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);