mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
update changelog wording, enable for 10.x
This commit is contained in:
parent
3e950b09fe
commit
b752d958f7
1 changed files with 5 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue