Skip to content

Releases: ascott18/TellMeWhen

10.2.1

28 Dec 21:20
Compare
Choose a tag to compare

v10.2.1

  • Classic: Modern APIs added back in WoW 1.15.0 are used for buff/debuff durations and spell casts.
  • Fix #2122 - Keyboard input blocked after UI reload in combat when Allow Config In Combat enabled.
  • Fix #2132 - attempt to index field 'SuggestionList' (a nil value).
  • Fix #2131 - Additional scenarios where current talent loadout can be unknown.

View Full Changelog

10.2.0

18 Nov 05:42
Compare
Choose a tag to compare

v10.2.0

  • Version bumps for all WoW versions.
  • Fixed classic client detection.
  • Fix #2119 - Handle Blizzard's new, poorly-introduced range check restrictions.
  • Fix #2121 - Efflorescence is now just a buff, no longer a totem. If you were using the Efflorescence icon type (which will now just show as "Totem"), switch to using a buff/debuff icon.
  • Workaround #2114 - Most textures become Avenging Wrath when Avenging Wrath is glyphed.

View Full Changelog

10.1.6

26 Aug 07:00
Compare
Choose a tag to compare

v10.1.6

  • Support for WoW Classic Era 1.14.4. The classic era codebase has been merged into the main codebase, so some features that don't support classic may be present in a non-working state.

View Full Changelog

10.1.5

12 Jul 01:43
Compare
Choose a tag to compare

v10.1.5

  • Support for WoW 10.1.5

View Full Changelog

10.1.1

15 May 16:23
Compare
Choose a tag to compare

v10.1.1

  • Fix #2081 - Cooldown of Eternity Surge not trackable when Font of Magic learned.
  • Fix #2082 - Increase Insanity condition max to 150.

View Full Changelog

10.1.0

02 May 05:25
Compare
Choose a tag to compare

v10.1.0

  • Fixes for WoW 10.1.

View Full Changelog

10.0.9

27 Feb 06:09
Compare
Choose a tag to compare

v10.0.9

  • The "Buff - Number Of" and "Debuff - Number Of" conditions now support tracking multiple units (e.g. group 1-40). (#1989)
  • Fix #2066 - Enrage effects were not being stored properly when fetching auras for noncached units.
  • Fix #2059 - Condition update were not happening at the proper time for spell cooldown conditions.
  • Fix #2038 - Fix more scenarios in which talent loadout name is not available immediately after talent events fire.
  • Fix #2075 - Spell cast percent completion was not filtering by name.
  • Fix #2072 - Swing timer monitors were not initializing dual-wield state until an equipment change was observed.
  • Fix #2071 - Tooltip Number conditions not working on retail. Also switched these conditions to use modern APIs, resulting in substantially better performance.
  • Workaround #1978, #2055 - Add hardcoded workarounds for a few reported covenant abilities that can't be tracked properly by name (Soul Rot, Adaptive Swarm).
  • Workaround #2065 - Blizzard's cooldown bling effect ignores opacity, so suppress it for hidden icons.

View Full Changelog

10.0.8

18 Jan 01:54
Compare
Choose a tag to compare

v10.0.8

  • #2054 - Workaround Blizzard issue breaking tracking Execute cooldown by name.
  • Workaround rare aura tracking error in arenas (Auras.lua:302: attempt to index local "instance" (a nil value)).
  • Try to fix issues with focus unit handling when focused arena teammates join a match after you.
  • Wrath: #2046 - Blizzard moved GetItemCooldown for no good reason.
  • Wrath: Fix Talents.lua:399: attempt to index global 'C_ClassTalents' (a nil value) and other similar errors.

View Full Changelog

10.0.7

30 Dec 04:51
Compare
Choose a tag to compare

v10.0.7

  • #2053 - Fix an issue that broke tracking of Void Eruption and other similar spells in 10.0.6.

View Full Changelog

10.0.6

28 Dec 06:34
Compare
Choose a tag to compare

v10.0.6

  • Loss of Control icons now show the locked out spell school in the [LocType] tag.
  • Fix icon GUIDs not getting persisted when inserted into DogTag strings.
  • Fix an issue where Missing Buffs/Debuffs icon type sometimes functioned as if the 'Only cast by me' setting was enabled, even when it wasn't.
  • Fix #2048 - names in spell equivalency lists were not being lowercased, resulting in spells listed by name not working in buff/debuff icons.

View Full Changelog