v66-1-g8179dee

Details

  • Filename
    SimpleItemLevel-v66-1-g8179dee.zip
  • Uploaded by
  • Uploaded
    Aug 1, 2026
  • Size
    25.62 KB
  • Downloads
    14
  • MD5
    c92c8ae17f91cfc443027b74cd5e750c

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

Simple Item Level

v66-1-g8179dee (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.