mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
chore: changelog
This commit is contained in:
parent
ec3923fb0f
commit
966e1f5dc9
1 changed files with 6 additions and 4 deletions
|
|
@ -14,13 +14,15 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
/// <summary>
|
||||
/// Whether the latest update warrants a changelog window.
|
||||
/// </summary>
|
||||
public const bool WarrantsChangelog = false;
|
||||
public const bool WarrantsChangelog = true;
|
||||
|
||||
private const string ChangeLog =
|
||||
@"* Various behind-the-scenes changes to improve stability
|
||||
* Faster startup times
|
||||
@"* Various behind-the-scenes changes to improve stability and provide more functionality to plugin developers
|
||||
|
||||
If you note any issues or need help, please make sure to ask on our discord server.";
|
||||
ATTENTION: YOU WILL HAVE TO UPDATE/REINSTALL ALL OF YOUR PLUGINS!!!!
|
||||
If you note any issues or need help, please make sure to ask on our discord server.
|
||||
|
||||
Thank you for participating in the Dalamud collaborative testing programme.";
|
||||
|
||||
private readonly string assemblyVersion = Util.AssemblyVersion;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue