2.9.0-RC2-15-ga29ede2-mists

Details

  • Filename
    Decursive-2.9.0-RC2-15-ga29ede2-mists.zip
  • Uploaded by
  • Uploaded
    Sep 25, 2026
  • Size
    570.32 KB
  • Downloads
    76
  • MD5
    a736355e80b3809a3331ead3dd5c9306

Supported WoW Mists of Pandaria Classic Versions

  • 5.5.4

Changelog

Decursive -Ace3-

2.9.0-RC2-15-ga29ede2 (2026-09-25)

Full Changelog Previous Releases

  • 12.1/Forever: Fix a few secret auras access issues
    (Cherry Picking/adaptations of Pull Request #54 commit 0cb1fab)
    Co-authored-by: Alex Mammen [email protected]
  • Add initial WoW Forever compatibility
    Also clean up WOW flavors constants and rename DC.TWELVE_ONE to DC.RESTRICTED_AURAS and fix usages accordingly (use it instead of DC.MN when checking for API).
    (Cherry Picking/adaptations of Pull Request #54 commit 1c20b00)
    Co-authored-by: Alex Mammen [email protected]
  • Mark release candidates as prereleases on GitHub
    (Cherry Picking of 388178a from Pull Request #54)
    #skipall
    Co-authored-by: Alex Mammen [email protected]
  • 12.1: Register debuffs for sound alert as soon as the debuff is detected out of combat (instead of only when hovering the MUF)
    #retailOnly
  • 12.1: Fix raid icon not disappearing on MUFs
  • 12.1: Fix a few auras API access attempts while aura are restricted
  • 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