Skip to content

0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 May 19:13
· 15 commits to main since this release

HandMeDowns

0.1.0 (2026-05-28)

Full Changelog Previous Releases

  • Merge branch 'vibe-coded'
  • Consider weapon items as well
  • Cache tooltip results
  • Recognize shields
  • Evaluate current character first
  • Fix tooltip not shown
  • Implement addon logic
    Changed:
    - Sort eligible alts by DataStore:GetCharacterLevel descending, then
    DataStore:GetAverageItemLevel descending.
    - Check equipped items, bags, and mail for equal-or-better item level before
    recommending an alt.
    - Treat missing comparable gear as an upgrade from item level 0.
    - Keep required item level out of eligibility.
    - Tighten tradable bind checks to BoE and account/warband-style binds.
    - Use DataStore’s non-localized class token and WoW item class/subclass
    constants for armor compatibility.
    - Added DataStore_Characters to required dependencies.
    - Updated README.md with usage behavior and requirements.
    Validation:
    - Ran luac -p HandMeDowns.lua successfully.
    I referenced the current DataStore/DataStore module structure from GitHub
    while aligning the calls: https://github.com/Thaoky/DataStore.
  • Update for WoW 12.0.5