File Details
Copybara.zip
- R
- Sep 10, 2024
- 280.07 KB
- 5.4K
- 11.0.2
- Retail
File Name
Copybara.zip
Supported Versions
- 11.0.2
Changelog for Copybara v1.2:
- Updated for WoW Interface version 110002 (The War Within expansion).
- Replaced deprecated GetAddOnMetadata with C_AddOns.GetAddOnMetadata.
- Added SafeGetAddOnMetadata function for backwards compatibility.
- Updated OnInitialize function to use C_AddOns.IsAddOnLoaded.
- Added OnAddonLoaded and SetupCombatLog functions for better addon loading management.
- Implemented new "Sync All Characters" feature:
- Added a button in the addon settings to sync chat settings.
- Shows a confirmation popup with a list of characters that will receive the settings.
- Syncs current character's chat settings to all other characters when confirmed.
- Minor code optimizations and cleanup.