Delve Tracker Plus

A clean and easy interface for keeping track of everything Dellve!

File Details

DelveTrackerPlus_v1.2.1_120005.zip

  • R
  • Apr 28, 2026
  • 29.58 KB
  • 74
  • 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 26, 2026

### Fixed
- **Removed broken World Content counter** from the Bountiful tab vault strip.
  In Midnight, `Enum.WeeklyRewardChestThresholdType.World` resolves to type 6 — the same
  bucket as Delves. There is no separate queryable world content track at this time.
  The "World Content: 0" label was always showing zero despite completing PREY, world
  quests, and other Midnight world activities. Removed until Blizzard exposes a proper
  API for it.

### Improved
- **Vault strip activity comment** updated to accurately reflect that type 6 is a
  combined Delves + World Content bucket in Midnight, not Delves-only.

### Added
- **`WEEKLY_REWARDS_UPDATE` event** now registered and handled. The Bountiful tab
  vault strip will refresh automatically when vault progress changes, keeping slot
  status and tier data live without requiring a manual tab switch.

---

## v1.2.0 — April 19, 2026

### Fixed
- **Timer fix** — removed `delveStartTime = GetServerTime()` from `SCENARIO_UPDATE`
  handler. `PLAYER_ENTERING_WORLD` is now the sole timer setter, fixing short/wrong
  run durations caused by `SCENARIO_UPDATE` stomping the correct start time.
- **History tab ghost lines** — flanking gold lines (`lineL`, `lineR`) switched from
  pooled `AcquireTex` to `CreateTexture` (direct). Fixes ghost gold lines appearing
  behind rows and dangling at the bottom of the list.
- **Great Vault World Content** — replaced broken subtraction math with two independent
  `GetActivities()` API calls. `GetActivities(6)` = Delves, `GetActivities(3)` = World
  Content. Both calls preceded by `LoadAddOn("Blizzard_WeeklyRewards")`.
- **Debug cleanup** — removed orphaned debug print fragments from `OnScenarioCompleted`
  and empty `if` block after `MIDNIGHT_ZONE_IDS` lookup.

### Improved
- **Z-index** — frame strata raised from `MEDIUM` to `HIGH`; added `SetToplevel(true)`
  so clicking raises the window within its strata.
- **Stats tab header** renamed from "Bountiful Delves Today" to "Bountiful Delves for Today".
- **Separator spacing** bumped `yOff -4 → -8` in both `SectionHeader` and
  `CollapsibleHeader` to prevent content clipping into divider lines.
- **Removed** redundant "X of 4 completed this week" counter line from Stats tab.

---

## v1.0.1 — March 2026

- Initial CurseForge release.
- Bountiful Delve checkbox tracking, Stats tab, History tab, Great Vault strip,
  Coffer Key / Shard bar, Delve Lockouts Remaining bar, per-character SavedVariables,
  minimap button, Welcome popup.