Reaper: Predictive resource tracking for every Demon Hunter spec

Improve your damage with helpful indicators

File Details

v0.9.2

  • R
  • May 11, 2026
  • 46.48 KB
  • 637
  • 12.0.5+2
  • Retail

File Name

ReapMeter-v0.9.2.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0

ReapMeter

v0.9.2 (2026-05-11)

Full Changelog Previous Releases

  • Split localization into per-locale files under Locales/ (#17)
    • Split localization into per-locale files under Locales/
      enUS.lua sets defaults without a GetLocale guard and acts as the
      fallback for every locale. zhCN and zhTW only override the keys they
      translate; unknown keys fall through ns.L's __index metamethod and
      render as the raw key. Adding a new translation now means creating a
      single locale file and registering it in Locales.xml.
    • Tighten locale files after review
      Drop unused ADDON_NAME (and its luacheck override) and prune comments
      that restate the code.
    • luacheck: allowlist GetLocale used by locale guards