feat(tracker): add "By Zone + % Complete" sort options

Groups quests by zone with headers, then orders each zone's quests by
completion percent (completes on top / bottom in the reversed variant).
This commit is contained in:
2026-07-19 17:22:53 +02:00
parent 190d2b0d5e
commit 9da949dd66
4 changed files with 43 additions and 3 deletions
+6 -2
View File
@@ -1,9 +1,9 @@
# Questie-X
Fork of [aron-w/Questie-X](https://github.com/aron-w/Questie-X) with bug fixes.
Fork of [aron-w/Questie-X](https://github.com/aron-w/Questie-X) with bug fixes and personal changes.
Made for and tested on CoA, but it should also work on other 3.3.5 clients.
## Changes in this fork
## Fixes
- fixed world map icons offset due to Ascension's objective frame and zoom addons like Magnify.
- fixed tracker objectives not updating correctly.
@@ -12,6 +12,10 @@ Made for and tested on CoA, but it should also work on other 3.3.5 clients.
- fixed custom quests not showing (complete) in the tracker.
- fixed custom quest items not showing.
## Changes
- added "By Zone + %% Completed" and "By Zone + %% Completed (Reversed)" tracker sorting options.
## Credits
[aron-w/Questie-X](https://github.com/aron-w/Questie-X)<br>