mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
feat: add changelog window
This commit is contained in:
parent
196217f1d5
commit
6a539ee46c
3 changed files with 127 additions and 3 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue