Skip to content

Commit

Permalink
Update release notes for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Aug 27, 2020
1 parent 11ba828 commit 7360764
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions build-resources/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
# 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
* Update for new interface version 1.13.5 (11305)
* Implement combined equipping - [Combined Equipping](https://github.com/RagedUnicorn/wow-classic-gearmenu#combined-equipping)
* Implement unequip slot - [Unequip items](https://github.com/RagedUnicorn/wow-classic-gearmenu#unequip-items)
* Implement #64 Increase supported items in changemenu to 40

# 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
* Fix #66 Missing cloak from quickchange menu

0 comments on commit 7360764

Please sign in to comment.