Skip to content

Commit

Permalink
build: 1.6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Jul 20, 2024
1 parent 7696bfe commit 3cb7b84
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HimbeertoniRaidTool/HimbeertoniRaidTool.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Koenari</Authors>
<Version>1.6.1.0</Version>
<Version>1.6.2.0</Version>
<Description>A collection of useful tools for RaidGroups, including loot management</Description>
<PackageProjectUrl>https://github.com/Koenari/HimbeertoniRaidTool</PackageProjectUrl>
<Configurations>Release;Debug</Configurations>
Expand Down
6 changes: 3 additions & 3 deletions HimbeertoniRaidTool/HimbeertoniRaidTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ tags:
internal_name: HimbeertoniRaidTool
repo_url: https://github.com/Koenari/HimbeertoniRaidTool/
changelog: >2+
General: Added loot information for normal raids and extremes
General: Corrected HP calculation for levels above 90
Lodestone Connector: PCT and VIP fixed
General: Now supports switching back to Endwalker raid tiers
BiS: Added support for XivGear.app
Known Issue: XivGear.app sets are not automatically updated yet
9 changes: 9 additions & 0 deletions HimbeertoniRaidTool/Modules/Core/ChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ public class ChangeLog
{
public static readonly IReadOnlyList<SingleVersionChangelog> Entries = new List<SingleVersionChangelog>
{
new(new Version(1, 6, 2, 0))
{
NotableFeatures =
{
new ChangeLogEntry(General, "Now supports switching back to Endwalker raid tiers"),
new ChangeLogEntry(Bis, "Added support for XivGear.app"),
new ChangeLogEntry(KnownIssues,"XivGear.app sets are not automatically updated yet"),
},
},
new(new Version(1, 6, 1, 0))
{
NotableFeatures =
Expand Down
2 changes: 1 addition & 1 deletion lib/HimbeertoniRaidTool.Common

0 comments on commit 3cb7b84

Please sign in to comment.