Releases: DarkLinux/ClickMorph
Releases · DarkLinux/ClickMorph
1.7.4
ClickMorph
1.7.4 (2026-02-22)
Full Changelog Previous Releases
- Add addon icons and update TOC references
Add icon files and reference them from the TOC so the addons display icons in the UI. Inserted IconTexture entries into ClickMorph.toc (Interface\AddOns\ClickMorph\icon) and Data/ClickMorphData.toc (Interface\AddOns\ClickMorphData\icon) and added icon.jpg at the repository root and Data/icon.jpg. - Compat: fix retail check and AtlasLoot
Adjust Compat.lua compatibility logic: return early for retail (not classic) so Classic path runs correctly. Simplify IsAddOnLoaded usage to test the boolean return value directly. Fix AtlasLoot behavior by requiring Alt+Shift for the keybind and switching the message trigger from Morph to IMorphInfo. Also correct a malformed return expression. - Merge pull request #7 from Nypheena/master
Use C_AddOns API and update metadata - Use C_AddOns API and update metadata
Replace legacy global addon APIs with C_AddOns equivalents (LoadAddOn, EnableAddOn, GetAddOnMetadata). Bump ClickMorph version in the .toc and simplify ClickMorphData interface entries. Remove per-item model hooks in Live/Wardrobe to avoid iterating ItemsCollection.Models, and adjust the IsAtlasLootKeybind check to only test Alt. - Merge pull request #3 from DarkLinux/tbcc-toc-update
TOC wow version updates - Updated TOC wow versions
- Merge pull request #2 from DarkLinux/12.0.0-retail-test
12.0.0 bug fixes - 12.0.0 bug fixes
- (WIP) Fixed item sets and mounts