Skip to content

Releases: spamwax/EavesDrop

3.4.0

14 Aug 00:37
Compare
Choose a tag to compare

3.4.0 (2024-08-13)

Full Changelog

Highlights

chore: updates to readme.md

Commits

3.3.0

24 Jul 05:07
Compare
Choose a tag to compare

3.3.0 (2024-07-24)

Full Changelog

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

21 Jun 07:15
Compare
Choose a tag to compare

3.2.5 (2024-06-21)

Full Changelog

Highlights

fix: color picker not working in Settings

  • Update Ace addons

Commits

3.2.4

25 Jan 10:20
Compare
Choose a tag to compare

3.2.4 (2023-01-25)

Full Changelog

Highlights

Update TOC for 10.0.5

Commits

Hamid (1):

  • Update TOC for 10.0.5

3.2.3

20 Jan 22:44
Compare
Choose a tag to compare

3.2.3 (2023-01-20)

Full Changelog

Highlights

Update WOTLK TOC

Commits

Hamid (1):

  • Update WOTLK TOC

3.2.2

20 Jan 22:38
Compare
Choose a tag to compare

3.2.2 (2023-01-20)

Full Changelog

Highlights

Use new color format in WOTLK 3.4.1

Commits

Hamid (2):

  • Use new color format in WOTLK 3.4.1
  • Use StyLua to format EavesDrop.lua

3.2.1

10 Dec 13:21
Compare
Choose a tag to compare

3.2.1 (2022-12-10)

Full Changelog

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

10 Dec 13:14
Compare
Choose a tag to compare
3.2

3.2 (2022-12-10)

Full Changelog

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

10 Dec 13:15
Compare
Choose a tag to compare

3.1.1 (2022-12-08)

Full Changelog

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.

3.1

29 Nov 17:53
Compare
Choose a tag to compare
3.1

3.1 (2022-11-29)

Full Changelog

Highlights

Close @debug@ tags correctly.

Commits

Hamid (2):

  • Close @debug@ tags correctly.
  • fix: show enchants messages in middle (regression)