mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-24 21:51:49 +01:00
feat: updated changelog
This commit is contained in:
parent
feb1dc0f03
commit
fcf29acc02
8 changed files with 393 additions and 126 deletions
|
|
@ -251,10 +251,9 @@ internal class ChatHandlers : IServiceType
|
|||
Type = XivChatType.Notice,
|
||||
});
|
||||
|
||||
if (string.IsNullOrEmpty(this.configuration.LastChangelogMajorMinor) || (!ChangelogWindow.WarrantsChangelogForMajorMinor.StartsWith(this.configuration.LastChangelogMajorMinor) && assemblyVersion.StartsWith(ChangelogWindow.WarrantsChangelogForMajorMinor)))
|
||||
if (ChangelogWindow.WarrantsChangelog())
|
||||
{
|
||||
dalamudInterface.OpenChangelogWindow();
|
||||
this.configuration.LastChangelogMajorMinor = ChangelogWindow.WarrantsChangelogForMajorMinor;
|
||||
}
|
||||
|
||||
this.configuration.LastVersion = assemblyVersion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue