v10

Details

  • Filename
    Inventorian_SearchPresets-v10.zip
  • Uploaded by
  • Uploaded
    Aug 22, 2026
  • Size
    2.75 KB
  • Downloads
    22
  • MD5
    37a3c430bda405571359359f705bb6c1

Supported WoW Retail Versions

  • 12.1.0

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.9

Supported WoW Burning Crusade Classic Versions

  • 2.5.6

Changelog

Inventorian: Search Presets

v10 (2026-08-22)

Full Changelog Previous Releases

  • Cope with being run in lower expansion levels
  • TOC for 12.0.7
  • Shallow checkout could give the package a wrong version
    The build checked out at the default depth of one commit, so git describe
    had no tags to work from and the packager could not find the previous tag
    to build its changelog from. Alpha builds from a branch push were the worst
    affected. The packager was fetched as release.sh from its master branch and
    piped into bash; it now runs as BigWigsMods/packager@v2, the maintained
    major tag. Adds the Wago token the other addons already pass. 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. Also
    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.