Skip to content

Releases: donniedice/CoordinationCloakUtility

v3.1.3

16 Jan 05:52
Compare
Choose a tag to compare
  • Updated - ToC for retail - [ToC.110007]

v3.1.2

22 Oct 17:19
Compare
Choose a tag to compare
  • Updated - ToC for retail - WOW20TH (11.0.5.57171) [ToC.110005]

v3.1.1

17 Oct 21:29
Compare
Choose a tag to compare
  • Updated - ToC file to version v3.1.1 [CoordinationCloakUtility.toc]
  • Updated - InitializeCloaks to wait for item information before updating usableCloaks [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

17 Oct 21:17
Compare
Choose a tag to compare
v3.1.1-alpha.1 Pre-release
Pre-release
  • 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 in HandleBackSlotItem() to prevent resetting self.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

01 Oct 05:46
Compare
Choose a tag to compare
  • 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

27 Sep 00:20
Compare
Choose a tag to compare
  • Fixed - VersionNumber - [CoordinationCloakUtility.toc]
  • Fixed - SlashCommand '/ccu' - [CoordinationCloakUtility.toc]

v3.0.2

27 Sep 00:15
Compare
Choose a tag to compare
  • Fixed - Title in addons menu - [CoordinationCloakUtility.toc]

v3.0.1

24 Sep 03:02
Compare
Choose a tag to compare
  • Fixed - Version number initialization logic to ensure it respects the welcome message toggle - [core.lua]

v3.0.0

23 Sep 04:53
Compare
Choose a tag to compare
  • 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

23 Sep 03:36
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release
  • 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]