Skip to content

Releases: RagedUnicorn/wow-classic-gearmenu

v2.3.4

09 Dec 15:45
e90f93c
Compare
Choose a tag to compare

Fix

  • Fix display of combatqueue icon

v2.3.3

15 Nov 18:06
a9c47d6
Compare
Choose a tag to compare

Update

  • Update Interface Version 11500(1.15.0)

v2.3.2

09 Sep 20:55
6b93016
Compare
Choose a tag to compare

Fix

  • Fig rggm.opt command

v2.3.1

23 Aug 18:55
3b82b80
Compare
Choose a tag to compare

Update

  • Implement Settings Panel changes required for 11404(1.14.4) release

v2.3.0

21 Jul 18:42
240c091
Compare
Choose a tag to compare

Feature

  • Fix: #70 - Adding support for enchantIds to the Addon
    • GearMenu supports itemEnchantIds in QuickChangeRules, ChangeMenu, GearBars and TrinketMenu. This means that items with the same id but different enchant ids will no longer be treated as the same item. Instead, GearMenu also compares the enchant id when looking for items.
    • Note: All existing QuickChangeRules will have no itemEnchantId set. It is best to recreate the rule if those items have an enchant that is relevant otherwise old rules should still work. Items in the QuickChange can now be hovered to get a detailed tooltip with the enchant id.

v2.2.6

02 Jun 21:37
b3622e6
Compare
Choose a tag to compare

Fixes

  • Fix bug where GearMenu forgets keybinds
    • Previously, there was a bug in the GearMenu addon where keybinds would be forgotten during the startup process. Specifically, the GetBindingAction function would occasionally return an empty string for buttons, despite a valid keybind being set. Although the keybind would still work, GearMenu wouldn't display it anymore. To address this issue, I have implemented a slight delay before calling GetBindingAction during startup. This ensures that the keybinds are properly recognized and displayed by GearMenu.

v2.2.5

29 May 15:13
Compare
Choose a tag to compare

Fixes

  • Fix unequip slot texture and position

v2.2.4

28 May 11:26
Compare
Choose a tag to compare

Updates

  • Add Wago.io as new provider

v2.2.3

24 Apr 16:26
Compare
Choose a tag to compare

Updates

  • Update Interface Version to 11403(1.14.3)

v2.2.2

18 Feb 17:32
Compare
Choose a tag to compare

Updates

  • Update Interface Version to 11402(1.14.2)

Fixes

  • Fix changeMenu size setting
    • UIScale should only be included into the calculation when displaying the changeMenu but not when displaying the value in the settings menu