Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:44
· 11 commits to main since this release

HandMeDowns

0.2.0 (2026-08-18)

Full Changelog Previous Releases

  • feat: narrow twink suggestions to spec-favored weapons and shields (#1)
    CanCharacterEquipItem previously gated purely on class, so it would
    suggest e.g. a Staff to an Enhancement Shaman or a Shield to a Fury
    Warrior just because the class can technically equip those. It now
    also checks the character's known specialization (via the optional
    DataStore_Talents module) against a per-spec favored weapon/shield
    table sourced from Blizzard's own ChrSpecialization game data, with
    graceful fallback to the union of a class's specs when the spec isn't
    known. Includes the new Midnight-era Devourer Demon Hunter spec.
    Also invalidates the recommendation cache on PLAYER_SPECIALIZATION_CHANGED
    and adds DataStore_Talents as an OptionalDeps entry in the .toc.
    Co-authored-by: Claude Sonnet 5 noreply@anthropic.com