From c63c054c5b578e83f1cc13aea1156a1effe59d87 Mon Sep 17 00:00:00 2001 From: Knack117 Date: Sat, 31 Jan 2026 02:08:28 -0500 Subject: [PATCH] Bump to v1.0.1.0 for release Co-authored-by: Cursor --- HSUI.csproj | 6 +++--- HSUI.json | 2 +- changelog.md | 7 +++++++ pluginmaster.json | 10 +++++----- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/HSUI.csproj b/HSUI.csproj index 210c21f..24a8cbb 100644 --- a/HSUI.csproj +++ b/HSUI.csproj @@ -9,9 +9,9 @@ HSUI - 1.0.0.0 - 1.0.0.0 - 1.0.0.0 + 1.0.1.0 + 1.0.1.0 + 1.0.1.0 diff --git a/HSUI.json b/HSUI.json index ffbb9fe..37c8638 100644 --- a/HSUI.json +++ b/HSUI.json @@ -2,7 +2,7 @@ "Author": "Knack117", "Name": "HSUI", "InternalName": "HSUI", - "AssemblyVersion": "1.0.0.0", + "AssemblyVersion": "1.0.1.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 576faf5..609c5c2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# 1.0.1.0 +- **Combo highlight**: Configurable color, glow, line style (solid/dashed/dotted), and border thickness. +- **Tooltips**: Font selection, scaling slider, improved text wrap and cramping. +- **Nameplates**: Custom quest icons (configurable size/position), position smoothing fix for jitter, restore default on plugin disable. +- **Hotbars**: Hide keybinds on empty slots, combo highlight drawn within icon bounds. +- **HudHelper**: Restore default nameplates when plugin is disabled. + # 1.0.0.0 - Initial release. HSUI recreation of DelvUI using KamiToolKit, FFXIVClientStructs, and Dalamud. - Full HUD replacement: unit frames, castbars, job gauges, nameplates, party frames, status effects, enemy list, and more. diff --git a/pluginmaster.json b/pluginmaster.json index bf101b7..d4a4c12 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": "", + "Changelog": "Combo highlight config (color, glow, line style). Tooltip font/scale. Nameplate quest icons, jitter fix. Hotbar keybind/empty slot fix.", "InternalName": "HSUI", - "AssemblyVersion": "1.0.0.0", + "AssemblyVersion": "1.0.1.0", "RepoUrl": "https://github.com/Knack117/HSUI", "ApplicableVersion": "any", "Tags": ["UI", "HUD", "Unit Frames", "Nameplates", "Party Frames", "Hotbars"], @@ -14,10 +14,10 @@ "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.0.0/latest.zip", + "DownloadLinkInstall": "https://github.com/Knack117/HSUI/releases/download/v1.0.1.0/latest.zip", "IsHide": false, "IsTestingExclusive": false, - "DownloadLinkTesting": "https://github.com/Knack117/HSUI/releases/download/v1.0.0.0/latest.zip", - "DownloadLinkUpdate": "https://github.com/Knack117/HSUI/releases/download/v1.0.0.0/latest.zip" + "DownloadLinkTesting": "https://github.com/Knack117/HSUI/releases/download/v1.0.1.0/latest.zip", + "DownloadLinkUpdate": "https://github.com/Knack117/HSUI/releases/download/v1.0.1.0/latest.zip" } ]