2.9.0-RC2-9-g004d77d

Details

  • Filename
    Decursive-2.9.0-RC2-9-g004d77d.zip
  • Uploaded by
  • Uploaded
    Sep 20, 2026
  • Size
    569.76 KB
  • Downloads
    1,040
  • MD5
    7bbf07e9ce97d60027b03f49bf703f01

Supported WoW Retail Versions

  • 12.1.0

Changelog

Decursive -Ace3-

2.9.0-RC2-9-g004d77d (2026-09-20)

Full Changelog Previous Releases

  • 12.1: auto register new debuffs for sound when aura data is available and the user mouse hover a lit MUF (works in the open world after combat for example)
    #retailOnly
  • 12.1: Register legacy Bleed effects for sound as well (The auto-discovered bleed effects as well as the one the user added)
  • 12.1: remove dispellable-only-by-player Blizzard's filter as it should not matter anymore given that we use one slot per type now (This should restore pre wow12 Decursive report ability)
    #retailOnly
  • Generalize the spell description caching system (Debuff filtering option panel is now also using it)
    #retailOnly
  • Fix Bleed Spell description loading (API GetSpellDescription() now returns nil instead of "" when the description is loading)
  • 12.1: Remove 2 undispellable debuff from sound effect registering (1303486 and 1308546)
  • 12.1: Disable delayed debuff reports
  • 12.1: Spells that were available but no longer are were still registered for the sound effect and triggering it.
    Solution: check that the type is enabled AND that the spell is currently available
    Also add an assertion to test that no spell ids are associated to several types at the same time.
    #retailOnly
  • 12.1: Restore Decursive pre-12.1 scanning when auras are not restricted
    This will restore the LiveList functionality when auras are not fully secret (at least in the open world outside of combat)
    Add encountered debuff to the history when mouse-hovering the MUFs (will be used to auto-register new debuffs)
    #retailOnly