From 9f9d5e178154ec6bb970ba2941e0e2be19d02d46 Mon Sep 17 00:00:00 2001 From: Knack117 Date: Mon, 2 Mar 2026 19:40:33 -0500 Subject: [PATCH] v1.0.8.22: Duty List hide-unless-hovered fix, tooltip gauge cost section Made-with: Cursor --- HSUI.csproj | 6 +++--- HSUI.json | 2 +- changelog.md | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HSUI.csproj b/HSUI.csproj index d11a76f..07a2e61 100644 --- a/HSUI.csproj +++ b/HSUI.csproj @@ -9,9 +9,9 @@ HSUI - 1.0.8.21 - 1.0.8.21 - 1.0.8.21 + 1.0.8.22 + 1.0.8.22 + 1.0.8.22 diff --git a/HSUI.json b/HSUI.json index 3c40d2c..40d7bf0 100644 --- a/HSUI.json +++ b/HSUI.json @@ -2,7 +2,7 @@ "Author": "Knack117", "Name": "HSUI", "InternalName": "HSUI", - "AssemblyVersion": "1.0.8.21", + "AssemblyVersion": "1.0.8.22", "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 7c1f4b1..efc0eea 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.0.8.22 +- **Duty List & Scenario Guide**: Fix "Hide unless hovered" visibility option — override GetScreenBounds() so hover hit-test matches drawn panel. +- **Tooltips**: Job gauge/resource costs (Soul Gauge, Beast Gauge, Lily, Kenki, etc.) now show as section with label color. Fix tooltip break when stats and description share first block. + # 1.0.8.21 - **Duty List & Scenario Guide**: Duty Information when inside a duty (dungeon/trial/raid) — shows duty name, elapsed timer, and objectives. Replaces queue info with in-duty info when BoundByDuty. Objective progress shown as "X out of Y step(s)" with checkmark when completed (replaces raw 0/1:0). Average wait time from queue status messages (static format preferred); multiple queued duties supported; redundant "Average Wait Time" label fixed.