promotional bannermobile promotional banner

DelveGuide

A lightweight strategy and chore-tracking UI for Midnight Delves.

File Details

v1.7.16

  • R
  • Apr 25, 2026
  • 134.50 KB
  • 4.2K
  • 12.0.5+2
  • Retail

File Name

DelveGuide-v1.7.16.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0

DelveGuide

v1.7.16 (2026-04-25)

Full Changelog Previous Releases

  • Release v1.7.16: CI hotfix for v1.7.15 packager failure
    The v1.7.15 build failed on the BigWigsMods packager because the
    externals: block in .pkgmeta pointed to dead URLs:
    - github.com/Stanzilla/LibStub (404)
    - repos.curseforge.com/wow/libdbicon-1-0 (CF mirror retired)
    - repos.curseforge.com/wow/callbackhandler (CF mirror retired)
    The previous successful build (v1.7.5) worked only because the
    externals: key was incorrectly indented under ignore: -- the YAML
    parser silently dropped it, so the packager fell back to the
    committed Libs/ folder. Fixing the indentation in v1.7.15 made the
    packager actually try those URLs and fail.
    Resolution: drop externals: entirely. LibStub, CallbackHandler-1.0,
    LibDataBroker-1.1, and LibDBIcon-1.0 are all already committed under
    Libs/ and ship in the package as-is. No URL rot, no CI surprises.
    No functional changes to the addon -- this is purely a packaging fix.