feat: updated changelog

This commit is contained in:
goat 2023-10-03 22:25:35 +02:00
parent feb1dc0f03
commit fcf29acc02
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
8 changed files with 393 additions and 126 deletions

View file

@ -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;