Skip to content

Releases: RagedUnicorn/wow-classic-gearmenu

v2.4.1

13 Jan 17:41
59e75dc
Compare
Choose a tag to compare

Update

  • Adding support for Season of Discovery runes. GearMenu will now display runes in its UI elements. This can be configured in the General Configuration.

Note: This is a breaking change for existing Macros that equip items.

The function changed to support the runeAbilityId

/run GM_AddToCombatQueue(itemId, enchantId, runeAbilityId, slotId)

If you had a previous macro that you want to adapt, and you don't care about a specific rune you can just pass '0' as a value

# old
/run GM_AddToCombatQueue(itemId, enchantId, slotId)
/run GM_AddToCombatQueue(179350, 0, 13)

# new
/run GM_AddToCombatQueue(itemId, enchantId, runeAbilityId, slotId)
/run GM_AddToCombatQueue(179350, 0, 0, 13)

Fixes

  • Fixed an issue where the TrinketMenu UI was being accessed before it was initialized. Fixes #102
  • Add better safety checks when retrieving the cooldown of an item. Fixes #103
  • Prevent GearMenu from forgetting its Keybinds visually.

Fix 2.4.1

  • Fix #105 - limit access to runeslot for Season of Discovery only

v2.4.0

12 Jan 21:00
Compare
Choose a tag to compare

Update

  • Adding support for Season of Discovery runes. GearMenu will now display runes in its UI elements. This can be configured in the General Configuration.

Note: This is a breaking change for existing Macros that equip items.

The function changed to support the runeAbilityId

/run GM_AddToCombatQueue(itemId, enchantId, runeAbilityId, slotId)

If you had a previous macro that you want to adapt, and you don't care about a specific rune you can just pass '0' as a value

# old
/run GM_AddToCombatQueue(itemId, enchantId, slotId)
/run GM_AddToCombatQueue(179350, 0, 13)

# new
/run GM_AddToCombatQueue(itemId, enchantId, runeAbilityId, slotId)
/run GM_AddToCombatQueue(179350, 0, 0, 13)

Fixes

  • Fixed an issue where the TrinketMenu UI was being accessed before it was initialized. Fixes #102
  • Add better safety checks when retrieving the cooldown of an item. Fixes #103
  • Prevent GearMenu from forgetting its Keybinds visually.

v2.3.12

27 Dec 13:51
dcee768
Compare
Choose a tag to compare

Update

  • Update Interface Version 11505(1.15.5)

v2.3.11

03 Oct 06:16
1d8df5f
Compare
Choose a tag to compare

Fixes

  • (Revert) Fix missing template for sliders (SOD Blizzard issue - Stanzilla/WoWUIBugs#645)
    • Blizzard fixed the issue and the template is no longer needed.

v2.3.10

30 Sep 17:01
4e26053
Compare
Choose a tag to compare

Update

  • Update Interface Version 11504(1.15.4)

Fixes

v2.3.9

10 Jul 19:54
fc121a6
Compare
Choose a tag to compare

Update

  • Update Interface Version 11503(1.15.3)

Fixes

  • Fix rangecheck feature for items
  • Fix texture display for classic theme
  • Fix display title for Simple Tooltips

v2.3.8

11 Apr 20:45
74d6262
Compare
Choose a tag to compare

Update

  • Update Interface Version 11502(1.15.2)

v2.3.7

07 Feb 09:26
8666c29
Compare
Choose a tag to compare

Update

  • Update Interface Version 11501(1.15.1)

v2.3.6

03 Jan 16:13
33007c9
Compare
Choose a tag to compare

Feature

  • Add dual wield support for SOD Shaman

v2.3.5

22 Dec 17:17
f1ca423
Compare
Choose a tag to compare

Fix

  • Fix left-click on GearBar Slot
  • Fix Documentation for Macro Bridge
  • Fix unequip items
    • PutItemInBag is broken in current patch and can be replaced with C_Container.PickupContainerItem