promotional bannermobile promotional banner

GrouperLFG

Grouper is a looking for group tool for WoW Classic

File Details

Grouper-v0.6.1

  • R
  • Mar 25, 2026
  • 245.51 KB
  • 90
  • 2.5.5+1
  • Classic + 1

File Name

Grouper-Grouper-v0.6.1.zip

Supported Versions

  • 2.5.5
  • 1.15.8

Grouper

Grouper-v0.6.1 (2026-03-25)

Full Changelog Previous Releases

  • chore: disable MD007/MD013/MD024/MD025/MD036/MD051 in markdownlint config
  • fix: replace min/max level sliders with EditBox widgets; fix font regression & tooltip hit areas in Browse tab
  • feat: conditional dungeon/raid/pvp sub-filters in Browse tab; fix ADDON_ACTION_BLOCKED taint guard
    • GrouperBrowse.lua: replace static dungeonFilter dropdown with a
      refreshConditionalFilters() function that dynamically rebuilds a
      sub-filter row based on which type checkboxes are active:
      • Dungeon checkbox checked → "Filter by Dungeon" dropdown (A-Z, version-gated)
      • Raid checkbox checked → "Filter by Raid" dropdown (A-Z, version-gated)
      • PvP checkbox checked → "Filter by Battleground" dropdown (A-Z, version-gated)
        All three can coexist; unchecking a type clears and hides its dropdown.
        TBC-exclusive content (EotS, TBC raids) only appears on TBC client.
    • Grouper.lua: add selectedRaidFilter and selectedPvPFilter checks to
      both filter evaluation sites (ShouldIncludeGroup + debug path)
    • GrouperUtilities.lua: add issecure() guard to IsSecureContext() so
      AutoSearchGroups bails gracefully when execution env is tainted,
      preventing ADDON_ACTION_BLOCKED from Blizzard_DeprecatedChatInfo (COMM-002)
    • docs/Grouper_Bugs.md: document COMM-002 bug entry"