From d30f42d4c89ae3ca583ff9688214b3aa7cf80788 Mon Sep 17 00:00:00 2001 From: Knack117 Date: Sat, 31 Jan 2026 23:01:22 -0500 Subject: [PATCH] Release 1.0.4.0: bump version, update pluginmaster.json (download links, LastUpdate) Co-authored-by: Cursor --- HSUI.csproj | 6 +++--- HSUI.json | 2 +- changelog.md | 6 ++++++ pluginmaster.json | 11 ++++++----- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/HSUI.csproj b/HSUI.csproj index b9c83b4..6573e46 100644 --- a/HSUI.csproj +++ b/HSUI.csproj @@ -9,9 +9,9 @@ HSUI - 1.0.3.0 - 1.0.3.0 - 1.0.3.0 + 1.0.4.0 + 1.0.4.0 + 1.0.4.0 diff --git a/HSUI.json b/HSUI.json index f1947c2..23e4f3e 100644 --- a/HSUI.json +++ b/HSUI.json @@ -2,7 +2,7 @@ "Author": "Knack117", "Name": "HSUI", "InternalName": "HSUI", - "AssemblyVersion": "1.0.3.0", + "AssemblyVersion": "1.0.4.0", "Description": "HSUI provides a highly configurable HUD replacement for FFXIV, recreated from DelvUI using KamiToolKit, FFXIVClientStructs, and Dalamud. Features unit frames, castbars, job gauges, nameplates, party frames, status effects, enemy list, configurable hotbars with drag-and-drop, and profiles.", "ApplicableVersion": "any", "RepoUrl": "https://github.com/Knack117/HSUI", diff --git a/changelog.md b/changelog.md index 5b88964..9a3a440 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# 1.0.4.0 +- **PvP nameplates**: Grand Company icons on enemy nameplates (Maelstrom, Twin Adder, Immortal Flames — icon IDs 62601, 62602, 62603). Configurable icon IDs in Nameplates → Enemies → Company Icon (PvP) if you need to override. +- **PvP nameplates**: Role/Job icon on enemy player nameplates — enable in Nameplates → Enemies → Role/Job Icon (enemy players); supports job or role style like player nameplates. +- **Hotbars**: Main Actions and Extra Commands now show correct tooltip name and description from the MainCommand sheet (fixes "Main Action" / "Main Action" generic text). +- **Alliance Frames**: Further label fixes and debug output for alliance letter mapping. + # 1.0.3.0 - **Alliance Frames**: Fixed alliance letter labels (A/B/C) — correct display when player is in any alliance (A, B, or C); EntityId matching for proper letter resolution when GroupManager and CrossRealm use different orderings; improved PlayerAllianceIndex detection. - **Alliance Frames**: PvP support — frames now display in Frontlines and Rival Wings. diff --git a/pluginmaster.json b/pluginmaster.json index 98b0d6a..486aae2 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -4,9 +4,9 @@ "Name": "HSUI", "Punchline": "A modern HUD replacement built for customization.", "Description": "HSUI provides a highly configurable HUD replacement for FFXIV, recreated from DelvUI using KamiToolKit, FFXIVClientStructs, and Dalamud. Features unit frames, castbars, job gauges, nameplates, party frames, status effects, enemy list, configurable hotbars with drag-and-drop, and profiles.", - "Changelog": "Alliance Frames: Fixed A/B/C labels when player in any alliance; PvP support. Hotbars: Shared bar persistence. Config: Save on teleport. Debug: /hsui_alliance_debug.", + "Changelog": "PvP nameplates: Grand Company icons (Maelstrom/Adders/Flames 62601–62603), configurable GC icon IDs, Role/Job icon on enemy players. Main Actions tooltips. Alliance frame label fixes.", "InternalName": "HSUI", - "AssemblyVersion": "1.0.3.0", + "AssemblyVersion": "1.0.4.0", "RepoUrl": "https://github.com/Knack117/HSUI", "ApplicableVersion": "any", "Tags": ["UI", "HUD", "Unit Frames", "Nameplates", "Party Frames", "Hotbars"], @@ -14,10 +14,11 @@ "DalamudApiLevel": 14, "IconUrl": "https://raw.githubusercontent.com/Knack117/HSUI/main/Media/Images/icon.png", "ImageUrls": [], - "DownloadLinkInstall": "https://github.com/Knack117/HSUI/releases/download/v1.0.3.0/latest.zip", + "DownloadLinkInstall": "https://github.com/Knack117/HSUI/releases/download/v1.0.4.0/latest.zip", "IsHide": false, "IsTestingExclusive": false, - "DownloadLinkTesting": "https://github.com/Knack117/HSUI/releases/download/v1.0.3.0/latest.zip", - "DownloadLinkUpdate": "https://github.com/Knack117/HSUI/releases/download/v1.0.3.0/latest.zip" + "DownloadLinkTesting": "https://github.com/Knack117/HSUI/releases/download/v1.0.4.0/latest.zip", + "DownloadLinkUpdate": "https://github.com/Knack117/HSUI/releases/download/v1.0.4.0/latest.zip", + "LastUpdate": "1769900470" } ]