Releases: donniedice/CoordinationCloakUtility
Releases · donniedice/CoordinationCloakUtility
v3.1.3
v3.1.2
- Updated - ToC for retail - WOW20TH (11.0.5.57171) [ToC.110005]
v3.1.1
- Updated - ToC file to version v3.1.1 [CoordinationCloakUtility.toc]
- Updated -
InitializeCloaks
to wait for item information before updatingusableCloaks
[data/core.lua] - Updated - Improved reliability of
UpdateUsableCloaks
by adding a delay before fetching item links [data/core.lua] - Updated - Improved handling of original cloak initialization in
HandleBackSlotItem
[data/core.lua] - Updated - Enhanced event handling to prevent redundant re-equip attempts and ensure
ReequipOriginalCloak()
is only called when appropriate [data/core.lua] - Fixed - Overwriting of
self.originalCloak
during teleportation, preventing proper re-equipping [data/core.lua] - Fixed - Logic in
ResetCloakProcess()
to properly unregister events and reset variables [data/core.lua] - Added - New debug messages for better clarity during cloak re-equipping [data/core.lua]
v3.1.1-alpha.1
- Fixed - Issue where
self.originalCloak
was being overwritten during teleportation, preventing proper re-equipping of the original cloak - [core.lua] - Updated - Reintroduced
if not self.teleportInProgress then
condition inHandleBackSlotItem()
to prevent resettingself.originalCloak
during teleportation - [core.lua] - Fixed - Prevented misleading "No original cloak to re-equip" message when the original cloak was successfully re-equipped - [core.lua]
- Updated - Ensured
self.originalCloak
is preserved throughout the teleportation process for proper re-equipping - [core.lua] - Fixed - Corrected the logic in
ResetCloakProcess()
to unregister events and reset variables properly - [core.lua] - Updated - Improved event handling to ensure
ReequipOriginalCloak()
is only called when appropriate, preventing redundant re-equip attempts - [core.lua] - Added - Additional debug messages for better clarity during the cloak re-equipping process - [core.lua]
v3.1.0
- Fixed - Issue where manually equipping the coordination cloak after the cloak usage process reset did not function properly - [core.lua]
- Fixed - Removed conditional checks in
HandleBackSlotItem()
that prevented proper detection of cloak changes after reset - [core.lua] - Fixed - Prevented misleading "No original cloak to re-equip" message when the original cloak was successfully re-equipped - [core.lua]
- Fixed - Corrected the logic in
ResetCloakProcess()
to unregister events and reset variables properly - [core.lua] - Updated - Improved handling of back slot item changes to ensure consistent functionality when manually equipping the teleportation cloak after a reset - [core.lua]
- Updated - Ensured
self.originalCloak
is reset appropriately during the reset process to allow correct saving of the original cloak - [core.lua] - Updated - Enhanced state management to avoid unnecessary calls to
ReequipOriginalCloak()
after the process has been reset - [core.lua] - Updated - Improved event handling to ensure
ReequipOriginalCloak()
is only called when appropriate, preventing redundant re-equip attempts - [core.lua] - Updated - Refined the
UNIT_SPELLCAST_SUCCEEDED
event handler to prevent re-equipping the cloak after the process has been reset - [core.lua] - Added - Additional debug messages for better clarity during the cloak re-equipping process - [core.lua]
v3.0.3
- Fixed - VersionNumber - [CoordinationCloakUtility.toc]
- Fixed - SlashCommand '/ccu' - [CoordinationCloakUtility.toc]
v3.0.2
- Fixed - Title in addons menu - [CoordinationCloakUtility.toc]
v3.0.1
- Fixed - Version number initialization logic to ensure it respects the welcome message toggle - [core.lua]
v3.0.0
- Added - Final success message in chat after the last attempt to re-equip the cloak, confirming whether the original cloak was successfully re-equipped - [core.lua]
- Added - Updated transparency to
icon.tga
in the images folder - [images/icon.tga] - Updated - Version number to v3.0.0 and updated title in
CoordinationCloakUtility.toc
- [CoordinationCloakUtility.toc] - Updated - README to enhance installation instructions, add feature details, and improve formatting consistency - [README.md]
- Updated - Centralized color management using the
colors
table to improve consistency across all output messages - [core.lua] - Updated - Refined
ReequipOriginalCloak
function to ensure the final check outputs success or failure in chat - [core.lua] - Updated - Applied dynamic colorization to cloak names in the
cloaks
table for better consistency and readability - [core.lua] - Fixed - Double 'No Usable Cloak' output issue when attempting to use cloaks not available - [core.lua]
v3.0.0-alpha.2
- Added - Final success message in chat after the last attempt to re-equip the cloak, confirming whether the original cloak was successfully re-equipped - [core.lua]
- Updated - Centralized color management using the
colors
table to improve consistency across all output messages - [core.lua] - Updated - Refined
ReequipOriginalCloak
function to ensure the final check outputs success or failure in chat - [core.lua] - Updated - Applied dynamic colorization to cloak names in the
cloaks
table for better consistency and readability - [core.lua]