File Details
DelveTrackerPlus_v1_2_1_120005.zip
- R
- Apr 21, 2026
- 29.77 KB
- 68
- 12.0.5
- Retail
File Name
DelveTrackerPlus_v1_2_1_120005.zip
Supported Versions
- 12.0.5
# Delve Tracker Plus — Changelog
## v1.2.1 (April 2026)
### Bug Fixes
- **Run timer accuracy** — Overhauled the run timer. Start time is now captured using `GetTime()` (WoW's monotonic high-resolution client clock) instead of `GetServerTime()`, eliminating server-sync drift and 1-second tick rounding. Timer now triggers on `ZONE_CHANGED_NEW_AREA` / `ZONE_CHANGED` via `C_Scenario.IsInScenario()` confirmation, matching actual delve entry rather than a zone name lookup — this also fixes loading-screen time being included in durations.
- **Duration missing from history** — Resolved a race condition where the start timer could be cleared before the completion handler captured it, resulting in runs with no recorded duration.
- **Runs with sub-30-second elapsed time** — These are now silently discarded as loading-screen artifacts rather than written to history as garbage values.
### Changes
- **Delve Runs Remaining removed** — There is no weekly run cap in Midnight. The Runs Remaining bar has been removed from the Stats tab and the run fraction counter has been removed from the footer.
- **History expanded to 30 days** — The History tab now retains all runs from the past 30 days (rolling window) instead of capping at 30 entries.
- **`/dt reset` command removed** — No longer applicable without a run cap.
### UI Improvements
- **Stats tab header** — "Bountiful Delves Today" renamed to "Bountiful Delves for Today."
- **Stats tab cleanup** — Removed the redundant "X of 4 completed this week" line from the Bountiful Delves section. This information is already visible on the Bountiful tab.
- **Separator spacing** — Fixed content clipping into section divider lines throughout the Stats tab.
- **Window layering** — Tracker window now renders above more UI elements and raises to the top on click.
- **Bountiful breakdown** — Labels updated to "Delves: X" and "World Content: Y" for clarity.
### Notes
- World Content count requires the Great Vault to have been opened at least once this session to fully initialize. This is a Blizzard API limitation.
- Compatible with WoW 12.0.1. A separate 12.0.5-ready build is available on the Files page.