Releases: spamwax/EavesDrop
Releases · spamwax/EavesDrop
3.4.0
3.3.0
3.3.0 (2024-07-24)
Highlights
TWW Pre-patch updates & fixes
- Fix issues related to new API changes in 11.0.0
- Fixes for GetSpellInfo & GetSpellName changes
- Fix InterfaceOptionsFrame_OpenToCategory deprecation issue
- Fix nil error in tooltip initialization of .xml
- Add option to display over healing
- Add support for Evoker's secondary power (Essence)
- Add support for Dragonriding's power (Vigor)
- Get PLAYER_MAX_LEVEL using Lua API
- Use the timestamp from Blizz combat log first, and then revert to our own if not available
- Adjust limits of heal/dmg filtering based on expansion version
- Quickly ignore events that are not related to player or his pet
- Fix division by zero in rare cases where combat duration is zero due to mobs evading
- Update ACE lib
- Use same xml files for both classic & retail (Only useo 2 toc files: Mainline and Cata)
Commits
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.1 (2022-12-10)
Highlights
Merge branch 'main' into dragon
Commits
Hamid (9):
- Add option to disable death sound
- Fix a regression
- Throttle PLAYER_DEAD event
- Fix regression
- Fix getting BLOCKed amount
- chore(debug)
- chore(ci)
- chore: luaformat changes.
- chore(ci)
3.2
3.2 (2022-12-10)
Highlights
Add option to disable death sound
- Fix issue causing an error when attack is BLOCKed.
- Throttle PLAYER_DEAD event handling as sometimes the client
fires it twice within one second!
Commits
Hamid (2):
- Add option to disable death sound
- Fix a regression
3.1.1
3.1.1 (2022-12-08)
Highlights
Fixes #17: Add option to disable Bwonsamdi's sound upon death
- Default for Bwonsamdi's sound is disabled.
- Ensure ShortenString is always working with 'string' type
- Some debug code clean-up
Commits
Hamid (2):
- Fixes #17: Add option to disable Bwonsamdi's sound upon death
- Don't fetch player's XP at max level.