From 02631c2a075a46dcc1f60ad784f9bf20924d9499 Mon Sep 17 00:00:00 2001 From: Mira Date: Sun, 29 Dec 2024 17:04:31 +0100 Subject: [PATCH] add changelog Signed-off-by: Mira --- HimbeertoniRaidTool/Modules/Core/ChangeLog.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/HimbeertoniRaidTool/Modules/Core/ChangeLog.cs b/HimbeertoniRaidTool/Modules/Core/ChangeLog.cs index dba6202..d63b870 100644 --- a/HimbeertoniRaidTool/Modules/Core/ChangeLog.cs +++ b/HimbeertoniRaidTool/Modules/Core/ChangeLog.cs @@ -8,6 +8,22 @@ public class ChangeLog { public static readonly IReadOnlyList Entries = new List { + new(new Version(1, 8, 0, 0)) + { + NotableFeatures = + { + new ChangeLogEntry( + Gear, + "GearSets now support selection of food. You need to update all set from etro.gg and XivGear.app to get the food"), + new ChangeLogEntry(Options, "You can trigger updates for all gear sets from the options"), + new ChangeLogEntry(Bugfix, "XivGear.app sets now behave as expected (on update and edit)"), + }, + MinorFeatures = + { + new ChangeLogEntry(ChangeLogEntryCategory.System, + "A lot of changes on underlying systems. If you notice anything behaving strangely let me know via the official discord"), + }, + }, new(new Version(1, 7, 0, 0)) { NotableFeatures =