diff --git a/Config/ImportConfig.cs b/Config/ImportConfig.cs index a2a737a..5d214d0 100644 --- a/Config/ImportConfig.cs +++ b/Config/ImportConfig.cs @@ -45,12 +45,6 @@ namespace HSUI.Interface } ImGuiHelper.DrawSeparator(1, 1); - ImGui.Text("To browse presets made by users of the HSUI community join our Discord and find the #profiles channel."); - - if (ImGui.Button("HSUI Discord", new Vector2(560, 24))) - { - Utils.OpenUrl("https://discord.gg/xzde5qQayh"); - } // error modal if (_errorMessage != null) diff --git a/Config/Tree/BaseNode.cs b/Config/Tree/BaseNode.cs index e793abd..a0d6b4a 100644 --- a/Config/Tree/BaseNode.cs +++ b/Config/Tree/BaseNode.cs @@ -241,32 +241,6 @@ namespace HSUI.Config.Tree ImGui.PopStyleColor(); ImGui.PopFont(); ImGuiHelper.SetTooltip("Changelog"); - - // discord button - ImGui.PushFont(UiBuilder.IconFont); - ImGui.PushStyleColor(ImGuiCol.Button, new Vector4(114f / 255f, 137f / 255f, 218f / 255f, alpha)); - ImGui.PushStyleColor(ImGuiCol.ButtonHovered, new Vector4(114f / 255f, 137f / 255f, 218f / 255f, alpha * .85f)); - ImGui.SetCursorPos(new Vector2(48 * _scale, y)); - if (ImGui.Button(FontAwesomeIcon.Link.ToIconString(), new Vector2(24 * _scale, 24 * _scale))) - { - Utils.OpenUrl("https://discord.gg/xzde5qQayh"); - } - ImGui.PopStyleColor(2); - ImGui.PopFont(); - ImGuiHelper.SetTooltip("HSUI Discord"); - - // discord button - ImGui.PushFont(UiBuilder.IconFont); - ImGui.PushStyleColor(ImGuiCol.Button, new Vector4(255f / 255f, 94f / 255f, 91f / 255f, alpha)); - ImGui.PushStyleColor(ImGuiCol.ButtonHovered, new Vector4(255f / 255f, 94f / 255f, 91f / 255f, alpha * .85f)); - ImGui.SetCursorPos(new Vector2(77 * _scale, y)); - if (ImGui.Button(FontAwesomeIcon.MugHot.ToIconString(), new Vector2(24 * _scale, 24 * _scale))) - { - Utils.OpenUrl("https://ko-fi.com/Tischel"); - } - ImGui.PopStyleColor(2); - ImGui.PopFont(); - ImGuiHelper.SetTooltip("Tip the developer at ko-fi.com"); } ImGui.EndChild(); diff --git a/HSUI.csproj b/HSUI.csproj index c252f38..6cf6566 100644 --- a/HSUI.csproj +++ b/HSUI.csproj @@ -9,9 +9,9 @@ HSUI - 1.0.7.0 - 1.0.7.0 - 1.0.7.0 + 1.0.7.1 + 1.0.7.1 + 1.0.7.1 diff --git a/HSUI.json b/HSUI.json index ee20467..22419f7 100644 --- a/HSUI.json +++ b/HSUI.json @@ -2,7 +2,7 @@ "Author": "Knack117", "Name": "HSUI", "InternalName": "HSUI", - "AssemblyVersion": "1.0.7.0", + "AssemblyVersion": "1.0.7.1", "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 9f2af4e..611d755 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# 1.0.7.1 +- **UI**: Removed Discord and Ko-fi links from in-game config. + # 1.0.7.0 - **Hotbars**: Charge count on slots — abilities with charges (e.g. 2-stack) show the current charge number in the top-left of the slot; keybind stays in the bottom-right. Toggle in Hotbars → Show Charge Count. - **Fix**: Left-click no longer stays broken after disabling HSUI. WndProc is restored first on plugin unload so the game window gets normal input back even when disposal order changes (e.g. after a patch). diff --git a/pluginmaster.json b/pluginmaster.json index 55c0326..f16f1d3 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": "Hotbars: Charge count on slots (top-left). Fix: Left-click works again after disabling plugin (WndProc restore on unload).", + "Changelog": "Removed Discord and Ko-fi links from config.", "InternalName": "HSUI", - "AssemblyVersion": "1.0.7.0", + "AssemblyVersion": "1.0.7.1", "RepoUrl": "https://github.com/Knack117/HSUI", "ApplicableVersion": "any", "Tags": ["UI", "HUD", "Unit Frames", "Nameplates", "Party Frames", "Hotbars"], @@ -14,11 +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.7.0/latest.zip", + "DownloadLinkInstall": "https://github.com/Knack117/HSUI/releases/download/v1.0.7.1/latest.zip", "IsHide": false, "IsTestingExclusive": false, - "DownloadLinkTesting": "https://github.com/Knack117/HSUI/releases/download/v1.0.7.0/latest.zip", - "DownloadLinkUpdate": "https://github.com/Knack117/HSUI/releases/download/v1.0.7.0/latest.zip", - "LastUpdate": "1738540800" + "DownloadLinkTesting": "https://github.com/Knack117/HSUI/releases/download/v1.0.7.1/latest.zip", + "DownloadLinkUpdate": "https://github.com/Knack117/HSUI/releases/download/v1.0.7.1/latest.zip", + "LastUpdate": "1738627200" } ]