Releases: RagedUnicorn/wow-classic-gearmenu
Releases · RagedUnicorn/wow-classic-gearmenu
v2.3.4
Fix
- Fix display of combatqueue icon
v2.3.3
Update
- Update Interface Version 11500(1.15.0)
v2.3.2
Fix
- Fig rggm.opt command
v2.3.1
Update
- Implement Settings Panel changes required for 11404(1.14.4) release
v2.3.0
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
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
Fixes
- Fix unequip slot texture and position
v2.2.4
Updates
- Add Wago.io as new provider
v2.2.3
Updates
- Update Interface Version to 11403(1.14.3)
v2.2.2
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