feat: add changelog window

This commit is contained in:
goat 2020-08-14 15:47:56 +02:00
parent 196217f1d5
commit 6a539ee46c
3 changed files with 127 additions and 3 deletions

View file

@ -11,6 +11,7 @@ using Dalamud.Game.Chat;
using Dalamud.Game.Chat.SeStringHandling;
using Dalamud.Game.Chat.SeStringHandling.Payloads;
using Dalamud.Game.Internal.Libc;
using Dalamud.Interface;
using Dalamud.Plugin;
using Serilog;
@ -225,6 +226,8 @@ namespace Dalamud.Game {
Type = XivChatType.Notice
});
this.dalamud.OpenChangelog();
this.dalamud.Configuration.LastVersion = assemblyVersion;
this.dalamud.Configuration.Save();
}