File Details
v.20260416.1
- R
- Apr 16, 2026
- 4.49 MB
- 10
- 12.0.5+1
- Retail
File Name
MythicDungeonNotes-v.20260416.1.zip
Supported Versions
- 12.0.5
- 12.0.1
Mythic Dungeon Notes
v.20260416.1 (2026-04-16)
Full Changelog Previous Releases
- fix(ci): release tags compare against previous release, beta tags compare against any previous tag
- fix(ci): compare tag against previous tag instead of main for change detection
- fix(api): migrate deprecated WoW API calls to modern equivalents
- Replace SendChatMessage with C_ChatInfo.SendChatMessage
- Replace C_ChallengeMode.GetCompletionInfo with GetChallengeCompletionInfo
- Fix GetHomePartyInfo() call to pass required empty table arg
- Fix keylevel string formatting with explicit tostring() conversion
- 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. - feat(autokeystone): add success/failure completion messages with options panel
- Split completion messages into success (onTime) and failure pools
- Add CHALLENGE_MODE_RESET handler to reset isKeyOwner on abandon
- Add options panel with checkbox to enable/disable completion message
- Feature is disabled by default
- chore(toc): bump interface version to 120005

