File Details
Cell_UnitFrames_11-04-26.zip
- R
- Apr 11, 2026
- 295.12 KB
- 1.8K
- 5.5.3+2
- Classic + 2
File Name
Cell_UnitFrames_11-04-26.zip
Supported Versions
- 5.5.3
- 2.5.5
- 1.15.8
[1.10.2] - 2026-04-11
Added
- Slash command: `/cuf debug [on | off | toggle | status]` toggles only saved debug logging (`CUF_DB.debug`) without opening the dev tools window; `/cuf dev` still toggles logging and the debug window. Help text clarifies the difference.
Changed
- `API:UnitFrameExists`: returns true for a global frame name only when the frame is a real CUF unit button (`_baseUnit` is set), avoiding false positives on unrelated named frames.
- `ukUA` locale: expanded to cover the same strings as `enUS.lua` (tabs, auras, widgets, tags, colors, help tips, slash lines) for Ukrainian clients.
- `enUS`: `/cuf dev` help line now mentions the dev window explicitly.
Fixed
- DragonflightUI warning: `StaticPopupDialogs["CUF_DRAGONFLIGHTUI_CONFLICT"]` is registered only once so repeated timer callbacks do not recreate the dialog table.
Removed
- `Core/Performance.lua`: unused `Performance:BatchEvent` and its internal batch table (no callers; OnUpdate batching was already removed earlier).
Internal
- Comment cleanup in `Menu/GeneralTab.lua` (backup dropdown).
- `CUF.version` (saved-data revision) bumped to 28 to match release 1.10.2.

