11.2.6

Details

  • Filename
    Masque-11.2.6.zip
  • Uploaded by
  • Uploaded
    Nov 27, 2025
  • Size
    2.88 MB
  • Downloads
    47,145
  • MD5
    f6931724d915ddb12e4a87aebf3aebf0

Supported WoW Retail Versions

  • 11.2.7
  • 12.0.0
  • 11.2.5

Supported WoW Mists of Pandaria Classic Versions

  • 5.5.3
  • 5.5.2

Supported WoW Cataclysm Classic Versions

  • 4.4.2

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.5

Supported WoW Classic Versions

  • 1.15.8

Supported WoW Burning Crusade Classic Versions

  • 2.5.4

Changelog

11.2.6

General

  • Added support for the Assisted Combat Highlight. (#428)
    • Note: Does not include single-button rotation support.
  • Reworked the Thin spell alert. (#430)
    • Renamed to Modern Lite
    • Now resembles the Assisted Combat Highlight animation, but clockwise and in gold.
  • Updated the Interface versions: (#431)
    • Classic Era: 11508
    • Mists of Pandaria Classic: 50502
    • Mists of Pandaria Classic PTR: 50503
  • Updated the Supporters list.

API

  • Added three new API methods:
    • AddAssistedCombatHighlightStyle("Shape", {Data})
      • Adds a new style for the specified shape.
    • GetAssistedCombatHighlightStyle("Shape")
      • Returns the style data for the specified shape.
    • UpdateAssistedCombatHighlight({Button})
      • Updates the skin of an Assisted Combat Highlight animation when using third-party API.
      • Note: APIs like LibActionButton-1.0 will need to be updated.
  • Future-proofed some skinning functions for mixed API.
  • Moved most per-button settings from the button root to a per-button configuration table.
    • Note: This table can be found at Button._MSQ_CFG. Any add-ons using Button.__MSQ_ fields will need to be updated.
  • Optimized all non-Blizzard skins.
  • Optimized most skinning and utility functions.
  • Renamed the UpdateCharge API method to UpdateChargeCooldown. The former is still functional but deprecated.
  • Updated the API_VERSION to 110207.

Skins

  • All non-text regions now default to the following settings if not specified by the skin:
    • Point: "CENTER"
    • RelPoint: "CENTER"
    • OffsetX: 0
    • OffsetY: 0
  • Text regions now default to the following settings if not specified by the skin:
    • DrawLayer: "OVERLAY"
    • OffsetX: 0
    • OffsetY: 0
    • Count:
      • Point: "BOTTOMRIGHT"
      • RelPoint: "BOTTOMRIGHT"
      • JustifyH: "RIGHT"
      • JustifyV: "BOTTOM"
    • Duration:
      • Point: "BOTTOM"
      • RelPoint: "TOP"
      • JustifyH: "CENTER"
      • JustifyV: "TOP"
    • HotKey:
      • Point: "TOPRIGHT"
      • RelPoint: "TOPRIGHT"
      • JustifyH: "RIGHT"
      • JustifyV: "TOP"
    • Name:
      • Point: "BOTTOM"
      • RelPoint: "BOTTOM"
      • JustifyH: "CENTER"
      • JustifyV: "BOTTOM"

Bug Fixes

  • Fixed a bug that would cause outdated add-ons using the deprecated SetCallback group method to throw an error. (#432)
  • Fixed a missing nil check in Skin_Overlay. (#433)

Release History