diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 882126677..ee8abed6c 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -8,7 +8,7 @@ - 6.0.1.3 + 6.1.0.0 XIV Launcher addon framework $(DalamudVersion) $(DalamudVersion) diff --git a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs index fa0a805c3..58c531062 100644 --- a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs +++ b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs @@ -16,18 +16,13 @@ namespace Dalamud.Interface.Internal.Windows /// /// Whether the latest update warrants a changelog window. /// - public const string WarrantsChangelogForMajorMinor = "6.0."; + public const string WarrantsChangelogForMajorMinor = "6.1."; private const string ChangeLog = - @"This is the biggest update of the in-game addon to date. -We have redone most of the underlying systems, providing you with a better experience playing and browsing for plugins, including better performance, and developers with a better API and more comfortable development environment. + @"• Internal adjustments to allow plugins to work on the new version of the game -We have also added some new features: -• Redesigned plugin installer, featuring icons, screenshots, and filterable categories -• A new look for Dalamud windows and a style editor that lets you adjust colors & other variables to your liking -• Pressing Escape in-game will now close the focused Dalamud window and keep game windows open, until all windows are closed, to unify behaviour with the game windows (you can disable this in the settings) - -If you note any issues or need help, please make sure to ask on our discord server."; +If you note any issues or need help, please make sure to ask on our discord server. +Thanks and have fun with the new expansion!"; private const string UpdatePluginsInfo = @"• All of your plugins were disabled automatically, due to this update. This is normal.