diff --git a/CHANGELOG.md b/CHANGELOG.md index 5446728e..9468b695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v11.0.7 +## v11.0.8 * #1857 - Added LibCustomGlow animations. * #2144 - Cooldowns and auras now accounts for time dilation. For example, timer freezes caused by talents, or boss mechanics like Jailer phase transitions or Chronomatic Anomaly fast/slow effects. * #2214 - New condition: Spell Overridden. For all those pesky new Paladin talents with no way to figure out which spell is active. @@ -7,11 +7,13 @@ * Fix: #2191 - Icon Shown condition ignoring Shown/Hidden checkboxes for disabled icons/groups. * Fix: #2193 - Icon overlay and border animations starting in the wrong state. * Fix: #2215 - Spell Charges condition not updating for countable spells without true charges. -* Fix: #2217 - Error in item cooldown conditions * Fix: #2219 - Prevent cooldown finish pulse from showing on hidden icons * Fix: #2220 - GCD state not ending when GCD ends. * Fix: #2221 - Error in text display copy menu. +## v11.0.7 +* Fix: #2217 - Error in item cooldown conditions + ## v11.0.6 * #2190: Added options to Buff/Debuff icons to source stack count from tooltip numbers. * Fix: #2208 Uncommon issue with monk action bars diff --git a/Options/CHANGELOG.lua b/Options/CHANGELOG.lua index 6051d588..b7af7270 100644 --- a/Options/CHANGELOG.lua +++ b/Options/CHANGELOG.lua @@ -3,7 +3,7 @@ if not TMW then return end TMW.CHANGELOG_LASTVER="10.0.0" TMW.CHANGELOG = [==[ -## v11.0.7 +## v11.0.8 * #1857 - Added LibCustomGlow animations. * #2144 - Cooldowns and auras now accounts for time dilation. For example, timer freezes caused by talents, or boss mechanics like Jailer phase transitions or Chronomatic Anomaly fast/slow effects. * #2214 - New condition: Spell Overridden. For all those pesky new Paladin talents with no way to figure out which spell is active. @@ -12,11 +12,13 @@ TMW.CHANGELOG = [==[ * Fix: #2191 - Icon Shown condition ignoring Shown/Hidden checkboxes for disabled icons/groups. * Fix: #2193 - Icon overlay and border animations starting in the wrong state. * Fix: #2215 - Spell Charges condition not updating for countable spells without true charges. -* Fix: #2217 - Error in item cooldown conditions * Fix: #2219 - Prevent cooldown finish pulse from showing on hidden icons * Fix: #2220 - GCD state not ending when GCD ends. * Fix: #2221 - Error in text display copy menu. +## v11.0.7 +* Fix: #2217 - Error in item cooldown conditions + ## v11.0.6 * #2190: Added options to Buff/Debuff icons to source stack count from tooltip numbers. * Fix: #2208 Uncommon issue with monk action bars diff --git a/TellMeWhen-Cata.toc b/TellMeWhen-Cata.toc index d5af674d..2a2566d5 100644 --- a/TellMeWhen-Cata.toc +++ b/TellMeWhen-Cata.toc @@ -18,7 +18,7 @@ ## X-WoWI-ID: 10855 ## X-Wago-ID: ZQ6aZqKW -## Version: 11.0.7 +## Version: 11.0.8 ## Author: Cybeloras of Aerie Peak ## IconTexture: Interface\Addons\TellMeWhen\Textures\LDB Icon ## AddonCompartmentFunc: TellMeWhen_OnAddonCompartmentClick diff --git a/TellMeWhen-Classic.toc b/TellMeWhen-Classic.toc index 97a30a94..bc2fea40 100644 --- a/TellMeWhen-Classic.toc +++ b/TellMeWhen-Classic.toc @@ -18,7 +18,7 @@ ## X-WoWI-ID: 10855 ## X-Wago-ID: ZQ6aZqKW -## Version: 11.0.7 +## Version: 11.0.8 ## Author: Cybeloras of Aerie Peak ## IconTexture: Interface\Addons\TellMeWhen\Textures\LDB Icon ## AddonCompartmentFunc: TellMeWhen_OnAddonCompartmentClick diff --git a/TellMeWhen.toc b/TellMeWhen.toc index 3498d0f5..5dc28c8d 100644 --- a/TellMeWhen.toc +++ b/TellMeWhen.toc @@ -18,7 +18,7 @@ ## X-WoWI-ID: 10855 ## X-Wago-ID: ZQ6aZqKW -## Version: 11.0.7 +## Version: 11.0.8 ## Author: Cybeloras of Aerie Peak ## IconTexture: Interface\Addons\TellMeWhen\Textures\LDB Icon ## AddonCompartmentFunc: TellMeWhen_OnAddonCompartmentClick