Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Mira <koenari@koenari.de>
  • Loading branch information
Koenari committed Dec 29, 2024
1 parent b8419c4 commit 02631c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions HimbeertoniRaidTool/Modules/Core/ChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ public class ChangeLog
{
public static readonly IReadOnlyList<SingleVersionChangelog> Entries = new List<SingleVersionChangelog>
{
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 =
Expand Down

0 comments on commit 02631c2

Please sign in to comment.