File Details
Cell_UnitFrames_21-05-26.zip
- R
- May 21, 2026
- 283.53 KB
- 590
- 12.0.7+1
- Retail
File Name
Cell_UnitFrames_21-05-26.zip
Supported Versions
- 12.0.7
- 12.0.5
v1.4.9 — 2026-05-15
- Bumped ` Version` to v1.4.9 and internal `CUF.version` to 37.
- Slash (`Core/SlashCommands.lua`): restored and completed `/cuf menu`, `backup`, `backups`, `layout`, `debug` (saved logging only); `/cuf diag` includes layout lines; `/cuf` help lists every command; empty `backups` shows a short hint.
- DB (`Data/DBUtil.lua`): default `CUF_DB.debug` to `false` when missing.
- Util (`Util/Utils.lua`): `Util.IsSafeNumber` — rejects `nil` before `F.IsValueNonSecret` (Midnight treats `nil` as readable but it is unsafe for math). Used by health/power smooth bars.
- Cell (`Indicators/Base.lua`, bundled patch): re-applied `_SanitizeAuraCooldownNumber` on all aura `SetCooldown` paths (pairs with CUF `Auras.lua` non-secret cooldown pass). Re-apply after pulling upstream Cell if you overwrite `Cell/`.