Bump to 1.0.8.4, changelog for alliance/crafting/visibility fixes

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-07 22:39:48 -05:00
parent 3b5ddbe2f9
commit 9391ef1451
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
# 1.0.8.4
- **Alliance Frames**: Fixed frames 1 and 2 not showing in alliance raids — populate other alliances via flat GetAllianceMemberByIndex (indices 07, 815) instead of GetAllianceMemberByGroupAndIndex which returns empty in-instance.
- **Alliance Frames**: Visibility "Hide in duty" no longer hides alliance frames (they are only relevant in duty).
- **Hotbars**: Crafting job action tooltips now display — fallback Action sheet lookup when hotbar stores CraftAction row ID.
# 1.0.8.3
- **Fix**: Left-click no longer sometimes stays broken after disabling HSUI. WndProc is restored at the very start of plugin teardown so the game window gets normal input back even if disposal fails later.