promotional bannermobile promotional banner

Mythic Dungeon Notes

Mythic Dungeon Notes

File Details

v.Beta-5

  • B
  • Apr 16, 2026
  • 4.49 MB
  • 14
  • 12.0.5+1
  • Retail

File Name

MythicDungeonNotes-v.Beta-5.zip

Supported Versions

  • 12.0.5
  • 12.0.1

Mythic Dungeon Notes

v.Beta-5 (2026-04-16)

Full Changelog Previous Releases

  • feat(mythicdungeonnotes): add MythicDungeonNotes addon with full dungeon guides
    Introduces the MythicDungeonNotes addon: guide framework (GuideData,
    GuideFrame), 9 dungeon guides (AA, Den of Nalorakk, Magister's Terrace,
    Maisara Caverns, Nexus-Point Xen'as, Pit of Saron, Seat of the Triumvirate,
    Skyreach, Windrunner Spire) with entrance/trash/boss sections using HTML
    helpers, enUS/frFR localisations, MT_book.jpg asset, and preview tooling.
  • fix(pkgmeta): migrate SVN externals to GitHub git sources
    repos.wowace.com SVN server returns HTTP 500 errors. Replace all SVN
    externals with GitHub git equivalents using the packager's subdirectory
    syntax (https://github.com/owner/repo/SubPath):
    • LibStub, AceLocale-3.0, CallbackHandler-1.0 -> WoWUIDev/Ace3 subpaths
    • ChatThrottleLib -> wowace-clone/ChatThrottleLib (standalone mirror)
      Also removes the now-unnecessary 'Install subversion' CI step.
  • fix(ci): install subversion explicitly for monorepo pkgmeta externals
    The BigWigsMods packager auto-installs svn when it detects svn externals
    in .pkgmeta, but only looks at the workspace root. In this monorepo the
    pkgmeta files are in subdirectories, so auto-detection fails and svn is
    never installed. Add an explicit install step in each job.
    Also reverts wowace:// back to SVN URLs (the packager treats wowace://
    as a git remote scheme which is not supported).
  • fix(pkgmeta): replace SVN externals with wowace:// URLs
    SVN is no longer available on GitHub Actions runners. Migrate all
    svn-based externals (LibStub, AceLocale-3.0, ChatThrottleLib,
    CallbackHandler-1.0) to wowace:// slugs which BigWigsMods/packager v2
    fetches via the WoWAce API without requiring svn.
  • chore: move scripts to root and replace deploy.ps1 with deploy.py
    • Move convert_assets.py from MythicDungeonNotes/ to repo root and update CI path accordingly
    • Replace deploy.ps1 with cross-platform deploy.py, add requirements.txt
    • Update .gitignore to stop ignoring moved scripts
    • Fix LibDataBroker-1-1 pkgmeta URL (hyphen vs dash)
  • fix(mythickeystone_libdatabroker): use GitHub git source for LibDataBroker-1.1
  • fix(fetch_deps): limit pkgmeta discovery to one level deep
  • chore: migrate libs to pkgmeta externals, untrack vendored files
    Declare all external dependencies in each .pkgmeta (LibStub,
    AceLocale-3.0, ChatThrottleLib, CallbackHandler-1.0, LibDataBroker-1).
    Remove the vendored lib files from git tracking and add a root
    .gitignore covering Libs/ across all addons. Standardise the libs
    folder name to Libs/ everywhere and add fetch_deps.py at the root to
    download externals for local development.