v49
Details
-
FilenameHandyNotes_MistsOfPandariaTreasures-v49.zip
-
Uploaded by
-
UploadedAug 5, 2026
-
Size89.81 KB
-
Downloads47,625
-
MD569e7e4268395cf19ade1da3f8a353db7
Supported WoW Retail Versions
- 12.0.7
Supported WoW Mists of Pandaria Classic Versions
- 5.5.4
Changelog
HandyNotes: Mists of Pandaria (Treasures and Rares)
v49 (2026-08-05)
Full Changelog Previous Releases
- Update handler submodule to main (3176aba)
New changes:
24896b9 Speculative secret avoidance: don't re-anchor a tooltip with widgets
326a4b0 Move the notability tests out into their own file
dcd7db5 Clean up unreachable fallback when making the overlay button
1058737 Split the point data out of handler.lua
4c79be3 Split the tooltip building out of handler.lua
c95e1e5 Turning on "transmog exact items" didn't take until a reload
aa66e7c Move the map pin hooks in with the tooltip they build
2159670 Split the visibility rules out of config.lua
937e863 Let db.charloot decide whether undroppable loot is notable
3e73119 Clear the non-registration leftovers out of points.lua
1feb932 Register vignettes and points through the same indexing
8870c4f Build path, nearby and related points the same way
e4a8806 Drop the route-to-routes conversion
bdf3f6e One definition of what a path point looks like
3176aba Drop ns.WARBANDS_AVAILABLE - Spell a point's own route as routes
route meant two different things depending on what you put in it: a table
was this point's route, a number was another point's route to highlight.
Registration has been quietly turning the first into routes for years. - Actions: update the checkout and packager actions
Updates the checkout action from v2 to v7, which was still running a node
version GitHub is retiring; nothing in that range affects a push-triggered
workflow. Pins the packager to v2 rather than master, so an upstream change
can no longer land in a release without warning; v2 is the maintained major
tag, so fixes within the v2 line still arrive.