Skip to content

Releases: RagedUnicorn/wow-classic-gearmenu

v1.6.0

24 Apr 09:40
Compare
Choose a tag to compare
  • Update Interface Version to 11307(1.13.7)

v1.5.0

03 Oct 11:01
Compare
Choose a tag to compare

Bugfixes

  • Fix #72 Prevent quickchange from equipping an item if it is already equiped
  • Fix #74 Add relics to supported rangedslot items
  • Fix #75 Improve dragging of gearBar in unlocked state

v1.4.0

27 Aug 10:21
Compare
Choose a tag to compare

Features

  • Update for new interface version 1.13.5 (11305)
  • Implement combined equipping - Combined Equipping
  • Implement unequip slot - Unequip items
  • Implement #64 Increase supported items in changemenu to 40

Bugfixes

  • Fix #42 Adapt changemenusize after resizing gearslots
  • Fix #66 Missing cloak from quickchange menu

v1.3.0

16 Mar 17:06
Compare
Choose a tag to compare

Features

  • Update for new interface version 1.13.4 (11304)
  • Add support for zhCN locale
  • Add support for ammoslot(0)
    • This requires a migration during the update to v1.3.0 and is done automatically
  • Implement support for macrobridge
    • Add support for adding items into the combatqueue directly from within a macro
    • Add support for clearing the combatqueue for a specific slotId directly from within a macro

Bugfixes

  • Fix #42 Adapt changemenusize after resizing gearslots
  • Check for both bagNumber and bagPos when searching an item
  • Fix handling of drag and drop while in combatlockdown
    • Fix dragging item onto a slot while in combat. The item is now properly put into the combatQueue
    • Fix dragging items between slots e.g. trinket1 onto trinket2. The item that is dragged is now properly put into the combatQueue of the targetslot
    • Use a more general approach with GetItemInfo for retrieving an items
  • Fix #54 Rework detection whether the player is dead or not
  • Prevent attempting to change gear while the player is dead

Development

  • Add project setup for automated twitch releases
  • Replace hardcoded includeBaseDirectory for assembly-development

v1.2.0

20 Dec 18:36
Compare
Choose a tag to compare

Features

  • Update Interface Version to 11303(1.13.3)
  • Add support for visual itemrange. When shortcuts are enabled for the gearslots gearmenu will now indicate whether an item is in range of your target
  • Improve visibility of shortcuts on gearslots

Bugfixes

  • #40 Fix a bug that prevented an itemswitch to work in certain cases
  • #34 Fix updating of slottexture attributes after scaling
  • Fix a bug where spellcast events from other players where processed
  • Fix inventoryitemlocked handling
  • Make sure to remove item from combatqueue if it cannot be found

v1.1.0

07 Nov 14:26
Compare
Choose a tag to compare

Features

  • Add support for scaling gearmenu slots. There is a new option to change the size of the gearslots. Related items will automatically adapt to the chosen size
  • Add support for adding items to the combat queue while the player is casting. Gearmenu now detects when the player is casting while he tries to change an item and puts that item in the combatqueue until the cast is finished or the player aborts the cast
  • Add support for 'Fastpress' in the addon configuration. This feature allows to activate items on keypress down instead of keypress up
  • Increase the maximum of supported items in the changemenu to 20

Bugfixes

  • #20 Fixed a bug where items such as wands, crossbows and throw weapons wouldn't show up as possible items to switch to
  • #27 #32 Fixed a bug where certain items clashed with items that had a partial id match with other items

v1.0.1

24 Sep 16:39
Compare
Choose a tag to compare
  • Fix setting of Keybindings

v1.0.0

21 Sep 09:53
Compare
Choose a tag to compare
  • Initial release