v1.0.8.25: Duty List objectives — match by name only, prefer game string array

Made-with: Cursor
This commit is contained in:
2026-03-04 21:40:02 -05:00
parent 7c46a50b7e
commit bd9164c896
5 changed files with 29 additions and 14 deletions
+3
View File
@@ -1,3 +1,6 @@
# 1.0.8.25
- **Duty List & Scenario Guide**: Duty list objectives fix — no longer use index-based pairing (which caused top entries to show wrong objectives). Always match by quest name (exact or fuzzy for truncated titles) and prefer the game's string array over Lumina so text matches the default duty list UI.
# 1.0.8.24
- **Visibility**: When a context menu is open for an element (e.g. Main Menu bar), visibility settings are ignored for that element so it stays visible while the menu is open.
- **Duty List & Scenario Guide**: Fixed wrong objectives for the top entries — objectives are now matched by quest name to the game's string array instead of by index, so each quest shows the correct objective text.