v83-1-g85e80d6
Details
-
FilenameAppearanceTooltip-v83-1-g85e80d6.zip
-
Uploaded by
-
UploadedAug 1, 2026
-
Size67.88 KB
-
Downloads29
-
MD5ef1e1f65e5ca7cd8a55b25bda1e07447
Supported WoW Retail Versions
- 12.0.7
Supported WoW Mists of Pandaria Classic Versions
- 5.5.4
Supported WoW Wrath of the Lich King Classic Versions
- 3.4.5
Supported WoW Classic Versions
- 1.15.8
Supported WoW Burning Crusade Classic Versions
- 2.5.5
Changelog
AppearanceTooltip
v83-1-g85e80d6 (2026-08-01)
Full Changelog Previous Releases
- Actions: use the luacheck action instead of installing it from luarocks
The lint job ran apt-get install with no apt-get update ahead of it, which
fails whenever the runner image package index is stale.
lunarmodules/luacheck@v1 replaces those three steps and runs the same
luacheck . --no-color -q. 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.