Skip to content

r277.7.5.1-krysio

Choose a tag to compare

@krysiolol krysiolol released this 31 May 22:44
b438802

r277.7.5.1-krysio Keep in Healers, Profile Migration & UI Fixes

New: Keep in Healers indicator

* Added "Keep in Healers indicator" checkbox for custom buff indicators. When checked, the aura is NOT consumed from the Healers indicator — it shows in both the custom indicator and the Healers overflow area.

* Useful for purely visual indicators (glow, border, overlay) where you want to keep the aura visible in its default Healers position.

Fix: Profile backward compatibility

* Fixed debuffBlacklist to auraBlacklist migration not running on imported profiles. When importing an old profile, the blacklist entries were lost because the migration only ran at login, not after import.

Fix: Aura Blacklist export/import

* Fixed Export.lua missing auraBlacklist_debuffs on Retail (was never exported)

* Fixed Import.lua overwriting instead of merging existing auraBlacklist_debuffs

Fix: Custom indicator dedup on Midnight

* Fixed secret aura dedup not working when spellId is secret (Midnight). Uses name-based lookup as fallback when trackByName=false.

Fix: Stale indicator listButtons crash

* Fixed LUA error (attempt to index local 'i' a nil value) when clicking indicator settings buttons after deleting a custom indicator.

Fix: Aura Blacklist debuffs not filtering

* Fixed debuff blacklist not hiding/removing debuffs when toggling combat/OOC checkboxes (added missing frame refresh).

* Fixed old debuffBlacklist still blocking debuffs on Retail even with AuraBlacklist checkboxes unchecked.

* All known debuffs now default to blacklisted (combat + OOC) on first run or for spells never configured; existing user settings are preserved.

New: /cell healers update detection

* /cell healers now checks if the Healers indicator has missing spells and shows an update popup with the new spell icons.

* If no spells are missing, prints "Healers indicator is up to date."

* Rename button is blocked on Healers indicator to preserve name == "Healers" detection.

* Translations added to all 10 supported locales.

Fix: Non-defensive buffs appearing in Defensives + Externals

* Fixed racials, Vantus Rune, and other non-defensive buffs showing up in the Defensives + Externals indicator outside combat/raid. Need more testing.