build: 6.1.0.0

This commit is contained in:
goaaats 2021-12-04 17:17:15 +01:00
parent 08b0bc94c4
commit 9f01c9e413
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 5 additions and 10 deletions

View file

@ -16,18 +16,13 @@ namespace Dalamud.Interface.Internal.Windows
/// <summary>
/// Whether the latest update warrants a changelog window.
/// </summary>
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.