feat: warrant changelog

This commit is contained in:
goat 2021-02-10 02:33:26 +01:00
parent 0a195f8ca3
commit 39aaeab12f

View file

@ -11,15 +11,12 @@ namespace Dalamud.Interface {
private readonly Dalamud dalamud; private readonly Dalamud dalamud;
private string assemblyVersion = Util.AssemblyVersion; private string assemblyVersion = Util.AssemblyVersion;
private const bool WarrantsChangelog = false; private const bool WarrantsChangelog = true;
private const string ChangeLog = private const string ChangeLog =
@"* Fixed various bugs with plugins not installing correctly or causing crashes in certain situations @"* Various behind-the-scenes changes to improve stability
* All installed plugins, regardless of their status in the repository, are now shown * Faster startup times
* Plugins are now grouped by installation state in the installer
If you have previously encoutered issues with plugins since 5.4, they should be resolved now for most of them. If you note any issues or need help, please make sure to ask on our discord server.";
As this is a major patch and we have made several backend changes, please keep in mind that it may take a little bit for all of your favorite plugins to be available again.";
public DalamudChangelogWindow(Dalamud dalamud) { public DalamudChangelogWindow(Dalamud dalamud) {
this.dalamud = dalamud; this.dalamud = dalamud;