mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
build: 6.1.0.0
This commit is contained in:
parent
08b0bc94c4
commit
9f01c9e413
2 changed files with 5 additions and 10 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Label="Feature">
|
<PropertyGroup Label="Feature">
|
||||||
<DalamudVersion>6.0.1.3</DalamudVersion>
|
<DalamudVersion>6.1.0.0</DalamudVersion>
|
||||||
<Description>XIV Launcher addon framework</Description>
|
<Description>XIV Launcher addon framework</Description>
|
||||||
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
||||||
<Version>$(DalamudVersion)</Version>
|
<Version>$(DalamudVersion)</Version>
|
||||||
|
|
|
||||||
|
|
@ -16,18 +16,13 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether the latest update warrants a changelog window.
|
/// Whether the latest update warrants a changelog window.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string WarrantsChangelogForMajorMinor = "6.0.";
|
public const string WarrantsChangelogForMajorMinor = "6.1.";
|
||||||
|
|
||||||
private const string ChangeLog =
|
private const string ChangeLog =
|
||||||
@"This is the biggest update of the in-game addon to date.
|
@"• Internal adjustments to allow plugins to work on the new version of the game
|
||||||
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.
|
|
||||||
|
|
||||||
We have also added some new features:
|
If you note any issues or need help, please make sure to ask on our discord server.
|
||||||
• Redesigned plugin installer, featuring icons, screenshots, and filterable categories
|
Thanks and have fun with the new expansion!";
|
||||||
• 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.";
|
|
||||||
|
|
||||||
private const string UpdatePluginsInfo =
|
private const string UpdatePluginsInfo =
|
||||||
@"• All of your plugins were disabled automatically, due to this update. This is normal.
|
@"• All of your plugins were disabled automatically, due to this update. This is normal.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue