-- self == L -- rawset(t, key, value) -- Sets the value associated with a key in a table without invoking any metamethods -- t - A table (table) -- key - A key in the table (cannot be nil) (value) -- value - New value to set for the key (value) select(2, ...).L = setmetatable({ ["target"] = "Target", ["focus"] = "Focus", ["assist"] = "Assist", ["togglemenu"] = "Menu", ["togglemenu_nocombat"] = "Menu (not in combat)", ["T"] = "Talent", ["C"] = "Class", ["S"] = "Spec", ["H"] = "Hero", ["P"] = "PvP", ["notBound"] = "|cff777777".._G.NOT_BOUND, ["PET"] = "Pet", ["VEHICLE"] = "Vehicle", ["showGroupNumber"] = "Show group number", ["showTimer"] = "Show timer", ["showBackground"] = "Show background", ["dispellableByMe"] = "Only show debuffs dispellable by me", ["showDispelTypeIcons"] = "Show dispel type icons", ["castByMe"] = "Only show buffs cast by me", ["buffByMe"] = "Only show buffs I can apply", ["trackByName"] = "Track by name", ["showDuration"] = "Show duration text", ["showAnimation"] = "Show animation", ["showStack"] = "Show stack text", ["showTooltip"] = "Show aura tooltip", ["enableHighlight"] = "Highlight unit button", ["hideIfEmptyOrFull"] = "Hide if empty/full", ["onlyShowTopGlow"] = "Only show glow for the first debuff", ["circledStackNums"] = "Circled stack numbers", ["hideDamager"] = "Hide Damager", ["hideInCombat"] = "Hide in combat", ["stackFont"] = "Stack Font", ["durationFont"] = "Duration Font", ["fadeOut"] = "Fade out over time", ["shieldByMe"] = "Only show PW:S cast by me", ["onlyShowOvershields"] = "Only show overshields", ["showAllSpells"] = "Show all spells", ["enableBlacklistShortcut"] = "Blacklist: Alt+Ctrl+RightClick", ["smooth"] = "Smooth", ["onlyEnableNotInCombat"] = "Only when I'm not in combat", ["BOTTOM"] = "Bottom", ["BOTTOMLEFT"] = "Bottom Left", ["BOTTOMRIGHT"] = "Bottom Right", ["CENTER"] = "Center", ["LEFT"] = "Left", ["RIGHT"] = "Right", ["TOP"] = "Top", ["TOPLEFT"] = "Top Left", ["TOPRIGHT"] = "Top Right", ["left-to-right"] = "Left to Right", ["right-to-left"] = "Right to Left", ["top-to-bottom"] = "Top to Bottom", ["bottom-to-top"] = "Bottom to Top", ["ALL"] = "All", ["INVERT"] = "Invert", ["Default"] = _G.DEFAULT, ["ABOUT"] = "Cell is a nice raid frame addon inspired by several great addons, such as CompactRaid, Grid2, Aptechka and VuhDo.\nWith a more human-friendly interface, Cell can provide a better user experience, better than ever.", ["RESET"] = "Cell requires a full reset after updating from a very old version", ["RESET_CHARACTER"] = "Cell requires a character profile reset after updating from a very old version", ["RESET_INCLUDES"] = "Only Click-Castings and Layout Auto Switch are included", ["RESET_YES_NO"] = "|cff22ff22Yes|r - Reset Cell\n|cffff2222No|r - I'll fix it myself", ["syncTips"] = "Set the master layout here\nAll indicators of slave layout are fully in-sync with the master\nIt's a two-way sync, but all indicators of slave layout will be lost when set a master", ["readyCheckTips"] = "\n|rReady Check\nLeft-Click: |cffffffffinitiate a ready check|r\nRight-Click: |cffffffffstart a role check|r", ["pullTimerTips"] = "\n|rPull Timer\nLeft-Click: |cffffffffstart timer|r\nRight-Click: |cffffffffcancel timer|r", ["marksTips"] = "\n|rTarget marker\nLeft-Click: |cffffffffset raid marker on target|r\nRight-Click: |cfffffffflock raid marker on target (in your group)|r", ["cleuAurasTips"] = "Check CLEU events for invisible auras", ["raidRosterTips"] = "[Right-Click] promote/demote (assistant). [Alt+Right-Click] uninvite.", ["RAID_DEBUFFS_TIPS"] = "Tips: [Drag & Drop] to change debuff order. [Double-Click] on instance name to open Encounter Journal. [Shift+Left Click] on instance/boss name to share debuffs. [Alt+Left Click] on instance/boss name to reset debuffs. The priority of General Debuffs is higher than Boss Debuffs.", ["SNIPPETS_TIPS"] = "[Double-Click] to rename. [Shift-Click] to delete. All checked snippets will be automatically invoked at the end of Cell initialization process (in ADDON_LOADED event).", ["BACKUP_TIPS"] = "Backups are not always reliable, especially when they are too old. It is recommended to backup often. When sharing profiles, backups are not included.", ["BACKUP_TIPS2"] = "Note for Classic players: Backups do not include Click-Castings and Layout Auto Switch of other characters", ["CHANGELOGS"] = [[

If there are any issues after an update, check through all code snippets first.


r258-release (Jul 13, 2025, 11:30 GMT+8)

* Attempt to fix aura update.


r257-release (Jul 11, 2025, 17:00 GMT+8)

* Bump up toc for Wrath (CN).


r256-release (Jul 8, 2025, 18:00 GMT+8)

* (MoP) Fixed PW:S indicator.


r255-release (Jul 8, 2025, 16:00 GMT+8)

+ Added Healer frame to spotlight (#393 by hreich).

+ (MoP) Added back PW:S indicator.

* (MoP) Fixed click-cast for Soulstone.

* Reworked BuffTracker & MissingBuffs for all flavors.

- (Vanilla) Removed debuff duration limit from display logic.


r254-release (Jul 4, 2025, 21:20 GMT+8)

* Updated for MoP. Updated for MoP. Layout Auto Switch and Power Filters have been reset due to the game version update.

* Disabled dragging while in combat.

* BuffTracker updated: now only available for Retail and MoP..

- Removed MissingBuffs indicator.

+ (Retail) Cell will attempt to restore the correct layout after reconnecting during combat.


r253-release (May 13, 2025, 20:30 GMT+8)

* Updated libs.

* Updated targeted spells.


r252-release (Apr 1, 2025, 14:15 GMT+8)

* Fixed powerfilter values (#367).

* Updated locales.

- Removed global names for custom indicators.


r251-release (Mar 31, 2025, 19:00 GMT+8)

* Updated Bleed list for TWW S2 (#359).

* Updated mistweaver default spells (#364).

* Fixed missing powerFilters on importing.

* Fixed border indicator.

* Fixed height of aura list.

* Fixed issues for CN Wrath 3.4.4.

* Spotlight Tank is now available for Classic.

- Removed IsDelveInProgress check.

+ Added Cell_ExpansionDataOverrides.


r250-release (Mar 13, 2025, 19:00 GMT+8)

* (Classic) Fixed "Healers" indicator.

* Fixed healthText issue.

* Fixed raid debuff glow.

* Fixed size of Dispels.

* Fixed nil error #354 #355.

* Fixed spotlight placeholders.

* Changed TankActiveMitigation to spellID.

* Attempted to fix the aura list height.

* Updated Liberation of Undermine debuffs.

* Updated some targeted spells.

* Updated button backdrops.

* Updated locales.


r249-release (Mar 5, 2025, 19:12 GMT+8)

* Fixed horizontal layout.


r248-release (Mar 5, 2025, 18:30 GMT+8)

* Improved the accuracy of unit button spacing.

* Fixed "Healers" indicator.

* Fixed layout hiding on classic.

* Fixed pixel accuracy of Block(s).

* Fixed raid layout preview.

* Added "Apply Recommended Scale" button and "/cell rescale".

* Updated power filter for vanilla.

* Updated max unitsPerColumn on classic.

* Update locales.


r247-release (Mar 4, 2025, 17:50 GMT+8)

! Due to changes in scaling behavior, you might need to readjust the size and position of Cell.

* Updated TWW season 2 debuffs (Thanks 钛锬).

* Fixed scaling issue.

* Fixed positioning issue.

* Fixed Glow indicator.


r246-release (Mar 4, 2025, 13:00 GMT+8)

! Cell now scales with UIParent.

+ Added maxValue settings to custom Bar indicator (#337).

+ Added glow to some indicators.

+ Implemented layout hiding (under Layout Auto Switch), removed old options under General tab.

+ Implemented solo pet hiding.

* Fixed hidden menu clickthrough issue.

* Fixed dispel check.

* Made BattleResTimer and PartyPets detachable.

* Made spacing options effective for solo/party pets.

* Updated locales.


r245-release (Feb 25, 2025, 19:35 GMT+8)

* Fixed a layout auto switch issue.

* Fixed issues caused by spotlight on Classic.

* Fixed import.

+ Added "Health 2" for HealthText.

* HealthText no longer hides when dead/ghost.

* SpellRequest now supports nickname.

* Updated deDE, zhTW.


r244-release (Feb 24, 2025, 21:40 GMT+8)

+ (Classic) Added downranking spells support for Click-Castings.

* Updated "Drinking" list (#279, #306).

* Updated range check.

* Updated Dispel Request text flipbook animation.

* Refactored HealthText indicator.

+ (Classic) Updated RaidDebuffs to include the Naxxramas raid (#294).

+ (TWW) Updated debuffs for season 2 (Thanks 钛锬).

+ (TWW) Updated Liberation of Undermine debuffs (Thanks Reat).

+ (Classic) Updated RoleIcon indicator and PowerBarFilters.

+ Implemented CombatIcon indicator.

+ Updated AoEHealings indicator.

+ Added "Relative" for indicator position settings.

+ Added class/role filter for PowerText indicator.

+ Added functions for "installer" addons.

* Fixed texture selector.

* Converted colon methods to dot notation, so some code snippets need to be updated.

* Updated locales.


r243-release (Oct 13, 2024, 21:37 GMT+8)

* Fixed power filters for Wrath(CN).

* Fixed indicator revision process.

+ Added stack options for custom text indicators.

* Updated health text format option.

* Updated bleed list.

* Reverted some changes.


r242-release (Oct 9, 2024, 10:30 GMT+8)

* Fixed for Classic.

* Updated deDE, esES, zhTW.


r241-release (Oct 8, 2024, 18:25 GMT+8)

+ Implemented Nickname Blacklist and a hardcoded bad words list.

* Fixed Cell.GetUnitFramesForLGF.

* Fixed Power Text.

* Changed Gradient Color related options.

* Updated raid debuffs.

* Updated locales. Added esES (thanks Zurent!).


r240-release (Sep 9, 2024, 19:00 GMT+8)

* Updated bleedList for TWW (PR #215).

+ Implemented Backups.

* Updated profile import.

* Fixed aura import/export.

* Fixed layout auto switch.

* Updated locales.


r239-release (Aug 23, 2024, 22:00 GMT+8)

+ Snippet for enabled click cast on non-cell frames (PR #199).

* Updated default indicator spells (PR #208).

* Fixed an issue if CELL_BORDER_SIZE = 0.

* (TWW) Fixed range check for Evokers.

* Fixed blacklist shortcut for Debuffs indicator.

* Fixed "Bars" indicators.

* Fixed "Texture" indicators.

* Fixed indicator list (especially the amount and order).

* Fixed Cell.GetUnitFramesForLGF for Spotlights.

* Macro click-castings are now bound by name.

* Refactored Actions using ObjectPool.

* Updated appearance of power filter option buttons.

* (TWW) Updated debuffs for Nerub-ar Palace (Thanks Reat).

* (TWW) Update dungeon debuffs.

+ Added a new dispel icon style.

+ Updated locales: deDE, frFR, ptBR, ruRU, zhTW.


Click to view older changelogs


]], ["OLDER_CHANGELOGS"] = [[

r238-release (Aug 7, 2024, 15:25 GMT+8)

* Fixed missing indicators.

* Updated deDE and zhTW.


r237-release (Aug 6, 2024, 21:30 GMT+8)

* (TWW) Updated default indicator spells (PR #165).

* Updated gradient colors (PR #181).

+ New snippet var CELL_RANGE_CHECK_*. Custom spells can now be used for range checking.

+ New custom indicator type: Bars.

+ Added "Health Bar (Loss)" option to Color indicator.

+ (TWW) Added Skyfury to Buff Tracker.

* Updated layer of Health Thresholds indicator.

* Slightly optimized Cell.GetUnitFramesForLGF.

* Fixed an indicator loading issue.

* Fixed some click-casting issues.

* (TWW) Fixed dispel check.

* (Classic) Fixed Spell Request.

* Updated deDE and zhTW.


r236-release (Jul 24, 2024, 16:10 GMT+8)

* Fixed appearance/layout tab.

* Updated locales.

* Updated world marks for cata.


r235-release (Jul 23, 2024, 20:00 GMT+8)

+ Added "Show Raid" option (PR #176).

* Fixed full health color (PR #175).

* (TWW) Fixed BR timer, QuickAssist, Spell/Dispel Request.

* Fixed icon aspect ratio.

* Fixed raid debuff creation on classic.

* Fixed vehicle icon.

* Fixed stack text.

* Fixed size of indicator group.

* Updated gradient color options for health bar.

* Updated LibGetFrame related functions (Cell.GetUnitFrame -> Cell.GetUnitFramesForLGF).

+ Added an option to adjust StatusText alignment.

+ Added expansion data for ruRU.

+ New custom indicator type: Border.


r234-release (Jul 13, 2024, 17:37 GMT+8)

+ Added "position" for Ready Check Icon indicator.

* "Override LibGetFrame" is now enabled by default.

* Increased the frame level of AoE Healing indicator.

* Update range check.

* Updated deDE, zhTW.


r233-release (Jul 11, 2024, 16:10 GMT+8)

+ Added a dispel highlight option "current+".

* Fixed click-casting for evoker spell "Rescue".

* Fixed layout preview.

* Fixed creation of raid debuffs.

* Fixed "Invert Color" option.

* Fixed "Track by name" option.

* Fixed color options for Block indicators.

* Fixed a wrong PWS id.

* Updated range check.

* Updated frame level of Actions indicator.

* Updated buff tracker for CN WotLK.

* Updated locales.


r232-release (Jul 7, 2024, 02:40 GMT+8)

* Fixed a critical issue that removes all custom indicators.


r231-release (Jul 6, 2024, 21:00 GMT+8)

* Updated for TWW (#142,#144,#145).

* Updated for CN WotLK.

* Renamed "Consumables" to "Actions".

* Updated locales. Added deDE (by CheersItsJulian), ruRU (by SkywardenSylvanas).

+ Added "Filters" for Dispels indicator.

+ Added "Color By Duration/Stack" for "Block" indicators.

* Fixed BigDebuffs.

* Fixed Click-Castings.


r230-beta (Jul 2, 2024, 00:27 GMT+8)

* Updated for TWW (#139,#120), not fully compatible though.

* Updated bleedList (#119).

+ Introduced new snippet var "CELL_COOLDOWN_STYLE", the old snippet "CooldownIcons_BlizzardStyle" is now OUTDATED.

+ Custom indicators can be reordered by dragging and dropping now.

+ New custom indicator type "Blocks" ("CELL_COOLDOWN_STYLE" can affect this type of indicators).

+ Added "Show Duration" for Crowd Controls indicator.

* Updated frame level of Dispels and "Color" indicators.

* Updated range check.

* Updated texture of Role Icon indicator.

* Fixed "Text" alignment.

* Fixed "Dispels" check for Cata.


r229-release (Jun 11, 2024, 20:11 GMT+8)

* Bug fixes.

* Updated zhTW.

+ Added ptBR (by cathtail).


r228-release (Jun 10, 2024, 23:38 GMT+8)

Click-Castings

* Fixed Click-Castings issues, some settings may be "Invalid", just re-set them.

Indicators

* Updated indicator preview, added "Show All", removed "Alpha" (#125).

* Updated BleedList (#119).

+ Added "Spacing" for Icons indicators.

+ New custom indicator: (color) Block.

+ Added duration text for Rect/Bar.

* Updated Targeted Spells, now it supports up to 3 icons and is more stable.

* Increased frame level of Dispel Highlight.

* Fixed dispel checker on Cata.

Raid Debuffs

+ Added "Use Elapsed Time" option for Raid Debuffs.

* Updated Cata Raid Debuffs.

Layouts

+ Added "Solo" for Layout Auto Switch.

* Updated "Sort by Role", now it supports separated group headers.

* Fixed frame level of Spotlight menu.

Misc

* Improved usability of Custom Nicknames.


r227-release (May 21, 2024, 01:08 GMT+8)

* Fixed Quick Assist.

* Fixed a layout switch issue.

* Updated zhTW.


r226-release (May 20, 2024, 02:33 GMT+8)

* Added a separated "Shadow" option for fonts (#110).

* Fixed Shield Bar alpha in preview (#111).

+ Implemented "Reverse Fill" for overshields.

+ Added "Frame Level" option for Role Icon indicator.

+ Added "Show Duration" for Raid Debuffs indicator.

* Updated color options for custom Text/Rect/Bar/Color/Overlay indicators (added ALPHAs).


r225-release (May 13, 2024, 03:50 GMT+8)

* Bug fixes.


r224-release (May 13, 2024, 01:00 GMT+8)

+ New indicator: Power Text.

* The custom Icons indicators now have an ordered spell list.

+ Added "Class Color" for custom Color indicators and Health Text indicator.

+ Added "Frame Level" for custom Color/Overlay indicators.

+ Added "Invert Color" for Heal Absorb.

+ Added a "30%" for some duration related options.

* Fixed anchor of NPC frame while using combined groups.

* Fixed Power Filters when solo.

* Fixed Layout Auto Switch for Cata.

* Fixed issues with AI followers.

* Moved "Use LibHealComm" to Code Snippets.


r223-release (May 6, 2024, 00:05 GMT+8)

* Updated Cata debuffs.


r222-release (May 4, 2024, 00:40 GMT+8)

+ Updated for Cata.

+ Implemented "Combine Groups" (support sorting by role), check it out on Layouts tab.

+ New custom indicator type: Overlay (bar).

+ Added Clear/Import/Export for indicator aura list.

* Expanded Spotlight Frame to 15 buttons.

* Fixed colors of AI followers.

* Fixed colors for custom Text/Rect/Bar indicators.

* Updated zhTW.


r221-release (Apr 6, 2024, 22:00 GMT+8)

+ Added multi-line support for custom "Icons" indicators.

* Updated color options for custom "Bar" indicators.

+ Added Right-Click refreshing feature for Main/QuickAssist option button.

* Improved reliability of LibGroupInfo (QuickAssist filters may work better).

* Fixed QuickAssist cooldown icons.


r220-release (Jan 25, 2024, 19:06 GMT+8)

* Fixed Spotlight config button.

* Updated range checker.

* Updated Cell.GetUnitFrame.

* Updated zhTW.


r219-release (Jan 24, 2024, 10:56 GMT+8)

* Fixed range check for Quick Assist (now uses OnUpdate).

+ Added custom Gradient Colors (Appearance).


r218-release (Jan 20, 2024, 18:49 GMT+8)

* (Wrath/Vanilla) Fixed a layout issue.


r217-release (Jan 18, 2024, 17:01 GMT+8)

* Fixed duration text visibility.

* Updated zhTW.


r216-release (Jan 18, 2024, 12:31 GMT+8)

* Fixed an icon preview issue in Appearance.

* Fixed icon animation of Quick Assist.


r215-release (Jan 18, 2024, 11:31 GMT+8)

+ Implemented blacklist shortcut for Debuffs: Alt + Ctrl + LeftClick (disabled by default).

+ Added "Show animation" option for some indicators.

+ (Retail) Added "Color" option for Tank Active Mitigation.

* Updated party role order option (PR #102, thanks abazilla).

* (Retail) Set the default value of "Always Update Debuffs" to true.

* Fixed a Spec Filter issue for Quick Assist.

* Fixed layout preview mover.


r214-release (Dec 30, 2023, 20:35 GMT+8)

* Fixed Spell Request, updated CELL_NOTIFY payloads.

* Updated the priority of dispel types: Magic > Curse > Disease > Poison > Bleed.

* Updated zhTW.


r213-release (Dec 26, 2023, 04:04 GMT+8)

+ (Retail) Updated Quick Assist, new Spec Filter and Filter Auto Switch.

* (Retail) Updated Smart Resurrection, added support for mass resurrections.

* Increased maximum size for indicators.

* Fixed a power bar issue.

* Fixed utilities submenu.

* Fixed duration text color.


r212-release (Dec 18, 2023, 19:54 GMT+8)

* Fixed a issue that newly created indicators did not show up when solo or in a party.

* Updated overshield texture. Now it uses the color of shield texture.


r211-release (Dec 16, 2023, 17:57 GMT+8)

* Updated dispel checker, removed snippet var: CELL_DISPEL_EVOKER_CAUTERIZING_FLAME.

* When enter/leave instance, all visible unit buttons will be refreshed.

* Updated zhTW.


r210-release (Dec 15, 2023, 23:55 GMT+8)

+ Implemented Bleed debuff type (using data from https://wago.tools/db2/SpellEffect, EffectMechanic=15).

* Fixed Quick Assist config/preview.

* (Wrath) Fixed PW:S indicator.


r209-release (Dec 14, 2023, 11:20 GMT+8)

* Fixed issues with newly created custom Color indicators.

* Updated zhTW.


r208-release (Dec 14, 2023, 00:43 GMT+8)

* The order of click-casting items can now be adjusted by dragging them.

* Fixed click-castings for Quick Assist.


r207-release (Dec 13, 2023, 17:02 GMT+8)

* (Retail) Updated Quick Assist, removed stand-alone click-castings, added bars/glows and filter switcher.

+ Updated Spotlights, added "Tank" and "Unit's Name".

+ Updated support for 1.15 Classic.

+ Added "Change Over Time" option for custom Color indicators.

+ Added role icon for vehicles.

* Fixed LibHealComm support.

* Updated locales.


r206-release (Dec 9, 2023, 00:50 GMT+8)

+ (Retail) New utility: Quick Assist. Thanks 钛锬(NGA) for offensive spells and testing.

* Updated raid debuffs.

* Updated Cell.GetUnitFrame.

* (Retail) Updated dispel checker for Shaman.

+ Added "Show Background" and "Show Timer" for Status Text indicator.

* Updated locales.

* Bug fixes.


r205-release (Nov 27, 2023, 12:27 GMT+8)

* Updated raid debuffs, thanks to 钛锬(NGA) and Ulu2005(GitHub) for collecting and providing debuffs.

+ New custom indicator type: Glow.

+ (Retail) Added "Track by name" option for custom buff indicator.

+ Added "Hide Placeholder Frames" for Spotlights.

+ Added option to override LibGetFrame.

* Spotlight shortcuts now supports Blizzard and ElvUI.

* Updated frame level: Aggro (border), Dispels and custom Color indicator.


r204-release (Nov 21, 2023, 07:02 GMT+8)

* Updated range checker (Retail).

+ Added "Always Update Buffs/Debuffs" options (Retail).


r203-release (Nov 14, 2023, 21:15 GMT+8)

* Fixed Target Counter.

* Fixed a health bar issue occured when value is 0.


r202-release (Nov 14, 2023, 07:16 GMT+8)

+ Added support for Ping System (Retail).

* Expanded Spotlight Frame to 10 buttons.

+ Added "Show stack text" option for custom icon(s) indicators.

* Updated OmniCD support (requires the upcoming OmniCD update): Spotlights and QuickCasts.

* Bug fixes.


r201-release (Nov 9, 2023, 05:04 GMT+8)

* Updated Amirdrassil debuffs.

* Updated Health Text indicator.


r200-release (Nov 4, 2023, 08:04 GMT+8)

* Updated Raid Tools.

* Updated Defensive CDs indicator.

* Updated zhTW.


r199-release (Oct 21, 2023, 15:40 GMT+8)

* Updated spells of Defensives and Externals.

+ Added "Cast By" option to custom buff indicators.

* Fixed raid tools.

+ Code Snippets var: CELL_SHOW_RAID_PET_OWNER_NAME.


r198-release (Oct 7, 2023, 06:54 GMT+8)

* Updated indicators: Target Counter, Shield Bar.


r197-release (Sep 20, 2023, 08:08 GMT+8)

* Added a "Show Solo" option for Marks Bar.

* Added Ice Cold to Defensive CDs indicator.

* Updated ICC debuffs, thanks to 大胖宝.

* Updated zhTW.


r196-release (Sep 16, 2023, 09:32 GMT+8)

* Updated Quick Cast and Spell Request.

* Fix Status Text indicator.

+ Code Snippets vars: CELL_BORDER_SIZE, CELL_BORDER_COLOR.


r195-release (Sep 12, 2023, 06:52 GMT+8)

* Updated Missing Buffs indicator.


r194-release (Sep 3, 2023, 20:41 GMT+8)

* Updated expansion data, which is used to match Raid Debuffs based on the instance you are in on Wrath. Currently, deDE, frFR, koKR, zhCN and zhTW are supported.

* Updated zhTW.


r193-release (Sep 1, 2023, 05:57 GMT+8)

* Fixed layout switch.

* Fixed Defensive Cooldowns indicator (Mirror Image).

* Fixed issues with CVar "ActionButtonUseKeyDown" on Wrath.

* Updated locales.


r192-release (Aug 25, 2023, 20:41 GMT+8)

* Added indicator validator to ensure all indicators are in the right order.

* Fixed expansion data for frFR.

* Updated zhTW.


r191-release (Aug 22, 2023, 09:50 GMT+8)

* Updated expansion data for frFR (Thanks to Zuvila).

* Updated Targeted Spells, Quick Cast.


r190-beta (Aug 18, 2023, 21:30 GMT+8)

+ New indicator: Crowd Controls (Retail).

* Updated Layout Auto Switch, now support spec profile (Retail).

* Optimized UNIT_AURA related functions.

* Fixed indicators issues with Spotlight frames.

* Updated Quick Cast, Spell Request.

* Updated raid setup tooltip.

* Updated zhTW.


r189-release (Aug 9, 2023, 08:27 GMT+8)

* Fixed custom indicators: Color and Texture.


r188-release (Aug 7, 2023, 19:42 GMT+8)

* Fixed raid setup tooltip on Wrath.

* Updated zhTW.


r187-release (Aug 5, 2023, 06:25 GMT+8)

+ New utility: Quick Cast (Retail only).

+ Added Proc Glow.

+ Added "Premade Mode" to raid roster utility.

* Fixed Dispel Request on Wrath.


r186-release (Jul 24, 2023, 21:06 GMT+8)

* Fixed import & export.

* Updated Dispel/Spell Request.

* Updated Health Text indicator.

* Updated zhTW.


r185-release (Jul 21, 2023, 20:57 GMT+8)

* Updated Options UI (wip).

+ Added "Only show overshields" to Shield Bar indicator.

+ Added "Focus Target" to spotlight frame.

* Fixed Raid Debuffs tab on Wrath.


r184-release (Jul 19, 2023, 23:12 GMT+8)

* Fixed range checker for Evokers.

* Fixed several layout issues.

+ Added "Boss1 Target" to spotlight frame.


r183-release (Jul 18, 2023, 15:09 GMT+8)

* Fixed layout: sort by role, hide self.

* Updated zhTW.


r182-release (Jul 18, 2023, 05:07 GMT+8)

* Refactored Layouts.

* Updated debuffs for Dawn of the Infinite, thanks to 钛锬(NGA).

+ Implemented import & export for Click-Castings.


r181-release (Jul 15, 2023, 03:12 GMT+8)

+ Added a "Shape" option for PW:S indicator.

* Updated zhTW.


r180-release (Jul 14, 2023, 05:48 GMT+8)

+ Added "Highlight Filter (blacklist)" for Dispel indicator.

* Fixed dispel checker for Evokers.

* Fixed Ready Check Icon indicator.

* Updated zhTW.


r179-release (Jul 13, 2023, 12:38 GMT+8)

* Updated PW:S indicator.

+ Added a "Translit Cyrillic to Latin" option in General tab.


r178-release (Jul 13, 2023, 02:08 GMT+8)

+ New indicator: "PW:S" (Wrath).

* Bumped up toc.


r177-release (Jul 10, 2023, 16:41 GMT+8)

+ Updated for Augmentation Evokers.

+ Added a "Fade out over time" option for custom texture indicators.

+ Added "Unit's Target" to spotlight frame.

- Removed "CLEU auras" from Raid Debuffs indicator.

* Updated zhTW.


r176-release (Jul 6, 2023, 14:34 GMT+8)

+ Added full health color options in Appearance.

* Updated zhTW.

* Updated Cell discord link.


r175-release (Jun 20, 2023, 11:22 GMT+8)

* Fixed Power Bar Filters.

* Fixed animation Type A of Consumables indicator (Wrath).


r174-release (Jun 18, 2023, 17:25 GMT+8)

* Updated font options for some indicators. The stack font and duration font can be set separately. And if you use CooldownIcons_BlizzardStyle snippet, an update is required.

* Health Text indicator: added options to show shield value.

* Dispels indicator: updated Highlight Type option.

* Fixed Private Auras indicator.

* Updated raid debuffs.


r173-release (Jun 2, 2023, 18:36 GMT+8)

* Added a "Hide in combat" option for Leader Icon indicator.

* Updated zhTW.


r172-release (May 31, 2023, 16:46 GMT+8)

* Fixed Click-Castings. If your bindings (especially the General type) don't work, remove them and then re-add them.


r171-release (May 26, 2023, 19:27 GMT+8)

* Removed Cauterizing Flame (Evoker) from dispel checker. You can add it back by setting CELL_DISPEL_EVOKER_CAUTERIZING_FLAME to true in Code Snippets.

* Updated zhTW.


r170-release (May 26, 2023, 00:21 GMT+8)

* Updated raid debuffs: Aberrus and M+. (Thanks to 钛锬)

* Updated raid debuffs: ToC. (Thanks to 橘子味橙汁)

* Added support for NickTag. To display nicknames from Details!, set CELL_NICKTAG_ENABLED to true in Code Snippets.

* Updated Missing Buffs indicator and brought it to Wrath.

* Updated zhTW.


r169-release (May 20, 2023, 04:18 GMT+8)

Retail

+ New indicator: Private Auras.

* Updated dispel checker.


r168-release (May 13, 2023, 19:23 GMT+8)

! Click-castings are now saved as spell id instead of name. This can make click-casting profiles work on clients in various languages (reconfiguration of click-casting spells is required).

* Update Aberrus debuffs.

* Fixed "Hide Damager" for Role Icon indicator on wrath.


r167-release (May 10, 2023, 00:59 GMT+8)

* Fixed strata of Spotlight Frame.


r166-release (May 5, 2023, 16:48 GMT+8)

* Fixed import on wrath.

* Bumped retail toc to 100100.

* Updated zhTW.


r165-release (May 1, 2023, 19:37 GMT+8)

+ Added an option to make raid tools show on mouseover.

* Tried to fix raid pet frame issue during some encounters.

* Updated zhTW.


r164-release (Apr 24, 2023, 05:55 GMT+8)

+ Added a "Smart Resurrection" option in Click-Castings.

* Fixed menu strata.

* Updated zhTW.


r163-release (Apr 22, 2023, 20:07 GMT+8)

+ Updated Cell frame strata, added a "Strata" option in Appearance.

* Fixed a null indicatorName issue.

* Updated zhTW.


r162-release (Apr 14, 2023, 19:00 GMT+8)

* Moved "Sort By Role" to Layouts.

* Added "Hide Self" in Layouts.

* Fixed "Track by name" for custom indicators (wrath).


r161-release (Apr 8, 2023, 20:00 GMT+8)

* Fixed dispellable debuff type checker (retail).

* Updated zhTW.


r160-release (Apr 6, 2023, 21:00 GMT+8)

* Moved "Debuff Type Color" options to Appearance.

* Fixed a "font is nil" issue.

* Bumped retail toc to 100007.


r159-release (Mar 28, 2023, 22:59 GMT+8)

+ Added Self Cast Key checker for Wrath.

* Updated zhTW.


r158-release (Mar 17, 2023, 20:17 GMT+8)

+ New indicator: Missing Buffs (Retail only).

+ Added custom dispel type color options for Dispels indicator.

* Update raid debuffs checker.

* Update initialConfigFunction of each group header.


r157-release (Mar 7, 2023, 18:31 GMT+8)

* Bug fixes.

* Updated zhTW.


r156-release (Feb 10, 2023, 10:52 GMT+8)

+ Add toggles for built-in spells (Defensives and Externals).

* Fix raid type checker on Wrath.


r155-release (Jan 28, 2023, 10:30 GMT+8)

* Fixed click-castings on Wrath.

* Fixed aura refreshing animation on Wrath.


r154-release (Jan 19, 2023, 12:34 GMT+8)

* Bug fixes.

* Update for 3.4.1.


r153-release (Jan 6, 2023, 02:37 GMT+8)

* Tried to fix: fonts and Aggro (Border) indicator.

* Updated Targeted Spells list.

* Updated raid debuffs: Ulduar.


r152-release (Dec 29, 2022, 19:40 GMT+8)

* Updated raid debuffs.

* Updated duration text options (related code snippets needs to be updated).

* Fixed buff tracker.


r151-release (Dec 17, 2022, 10:18 GMT+8)

* Updated VotI debuffs.

* Fixed range checker for evoker.

* Fixed dispellable checker.

* Updated locales.


r150-release (Dec 12, 2022, 07:55 GMT+8)

* Updated Dragonflight debuffs.

* Updated BAR indicators.

* Updated Dispel indicator.

* Updated range checker, removed LibRangeCheck.

* Removed LibHealComm (if you would like to use it, install the standalone library instead).

* Bug fixes.


r149-release (Nov 29, 2022, 06:35 GMT+8)

* Added NPC button size options.

* Added a bar orientation option "Vertical B".


r148-release (Nov 27, 2022, 22:07 GMT+8)

* Fixed layout auto switch on Wrath.

* Updated zhTW.


r147-release (Nov 27, 2022, 18:02 GMT+8)

* Updated layout auto switch, added a "Raid Outdoor" type.

* Added color options: Heal Prediction, Heal Absorb and Shield Texture.

* Updated Status Icon indicator (resurrections related).

* Updated Targeted Spells indicator.

* Updated custom indicators (Bar/Rect), added stack text.

* Fixed range checker.

* Other bug fixes.


r146-release (Nov 25, 2022, 05:15 GMT+8)

* Updated click-castings.

* Bug fixes.


r145-release (Nov 24, 2022, 00:15 GMT+8)

* Bug fixes.

* Updated zhTW.


r144-release (Nov 20, 2022, 05:02 GMT+8)

+ Added several shortcuts to spotlight frame.

* Bug fixes.


r143-release (Nov 19, 2022, 15:02 GMT+8)

* Updated range check for evoker (30y).

* Fixed appearance reset.


r142-release (Nov 18, 2022, 03:16 GMT+8)

* Options frame is now accessible while in combat.

* Updated koKR.


r141-release (Nov 16, 2022, 06:17 GMT+8)

* Fixed tooltips (Wrath Classic).


r140-release (Nov 16, 2022, 05:40 GMT+8)

* Updated tooltips related functions.

* Updated zhTW and koKR.


r139-release (Nov 13, 2022, 23:10 GMT+8)

* Updated evoker spells.

* Updated slash commands.

* Updated spotlight.

* Updated zhTW and koKR.

* Fixed aura tooltips.


r138-release (Nov 12, 2022, 04:56 GMT+8)

* Updated import & export.

* Split "Unit Spacing" into "Unit Spacing X" and "Unit Spacing Y".

* Bug fixes.


r137-release (Nov 4, 2022, 18:07 GMT+8)

* Added movers for NPCs and raid pets.

* Updated zhTW.

* Bug fixes.


r136-release (Nov 2, 2022, 17:59 GMT+8)

+ Added an option to increase health update rate (but not recommended).

* Bug fixes.


r135-release (Nov 1, 2022, 06:27 GMT+8)

* Fixed arena pets.

* Updated shields on Wrath Classic.

* Updated zhTW.


r134-release (Oct 30, 2022, 19:20 GMT+8)

+ Implemented raid pets (limited to 20 buttons).

* Added a "Hide Damager" option to Role Icon indicator.

* Bug fixes.


r133-release (Oct 28, 2022, 05:15 GMT+8)

* Bug fixes.


r132-release (Oct 27, 2022, 19:07 GMT+8)

+ New indicator: Health Thresholds.

* Updated spells for DF.

* Bug fixes.


r131-beta (Oct 26, 2022, 18:37 GMT+8)

* Temporary fix for Dragonflight.


r130-release (Oct 24, 2022, 22:00 GMT+8)

* Bug fixes.

* Updated zhTW.


r129-release (Oct 22, 2022, 19:37 GMT+8)

* Added an option to disable LibHealComm.

* Split "Hide Blizzard Raid / Party" into two options.

* Updated zhTW.


r128-release (Oct 21, 2022, 18:57 GMT+8)

* Updated alignment of indicators with multiple icons. Horizontal/Vertical centering is supported.

* Added alpha to each status of StatusText.

+ Added spotlight button size. You can find this in Layouts -> Unit Button Size (3rd page).

* Updated raid debuffs.

* Updated defensives and externals.


r127-release (Oct 19, 2022, 02:45 GMT+8)

* Fixed heal prediction in WotLK.

* Updated zhTW.


r126-release (Oct 17, 2022, 16:35 GMT+8)

* Fixed icon duration text.

* Added "Show group number" to Name Text indicator.

* Made spotlight menu always on-screen.

* Updated default spell list of Defensives and Externals.

* Updated raid roster frame, right-click on a member to set assistant.

* Updated Ready button, right-click on it to start a role check.


r125-release (Oct 15, 2022, 16:30 GMT+8)

* Updated locales.


r124-release (Oct 15, 2022, 15:27 GMT+8)

* Fixed menu (Options button) visibility.

* Updated menu fade in/out.


r123-release (Oct 15, 2022, 03:22 GMT+8)

* Update default click-castings spells list.

* Update zhTW.


r122-release (Oct 14, 2022, 04:25 GMT+8)

* Fixed Click-Castings.


r121-release (Oct 13, 2022, 14:40 GMT+8)

* Bug fixes.


r120-release (Oct 12, 2022, 20:45 GMT+8)

* Fixed Click-Castings.

* Updated locales.


r119-release (Oct 12, 2022, 18:10 GMT+8)

+ Spotlight Frame (new): Shows up to 5 units you care about more. Each button can be set to target, target of target, focus, a group member or pet.

* Update Click-Castings.

* Update menu fade-in and fade-out.

* Update zhTW.


r118-release (Oct 9, 2022, 23:30 GMT+8)

* Updated Buff Tracker.

* Fixed vehicle targeting in WotLK.


r117-release (Oct 7, 2022, 10:37 GMT+8)

Wrath Classic

* Updated shields: Shield Bar indicator, Shield / Overshield textures. (PWS with Glyph of PWS and Divine Aegis (from yourself) are supported.)


r116-release (Oct 5, 2022, 00:27 GMT+8)

* Updated heal prediction in Wrath Classic (using LibHealComm-4.0).

* Updated locales.


r115-release (Oct 2, 2022, 07:35 GMT+8)

* Updated indicators: Dispels and Consumables.

* Updated zhTW.

* Fixed Consumables indicator in WotLK.


r114-release (Oct 1, 2022, 04:00 GMT+8)

+ New indicator: Consumables.

* Updated indicators: AoEHealing, TargetedSpells and Debuffs.

* Updated zhTW.

Retail

* Fixed CLEU auras and Mirror Image.

Wrath Classic

* Updated raid debuffs.


r113-release (Sep 22, 2022, 16:30 GMT+8)

* Fixed custom defensives and externals.

Retail

+ Implemented CLEU auras (check Raid Debuffs indicator).

Wrath Classic

* Updated debuffs.

* Fixed health bar color.


r112-release (Sep 11, 2022, 19:00 GMT+8)

* Add custom auras support to Defensives and Externals.

* Add Mirror Image to Defensives.

* Add Cell default texture to LibSharedMedia.

Wrath Classic

* Updated raid debuffs.

* Fixed power filter.


r111-release (Sep 3, 2022, 12:07 GMT+8)

* Fixed game version check.

* Updated zhTW.


r110-release (Sep 1, 2022, 19:50 GMT+8)

* Fixed pull button.

* Fixed tooltips for checkbuttons.

* Updated locales.


r109-release (Aug 27, 2022, 03:10 GMT+8)

Retail

* The "Weakened Soul" debuff from other players will not be visible anymore.

* Updated M+ debuffs.

Wrath Classic

* Cell should work on Wrath Classic now (not all Retail features are available).


r108-release (Aug 17, 2022, 18:20 GMT+8)

* Updated M+ debuffs.

* Fixed several bugs.


r107-release (Aug 6, 2022, 19:50 GMT+8)

* Updated M+ season 4 related debuffs.

* Added a "Current Season" item to expansion dropdown in Raid Debuffs.


r106-beta (Aug 3, 2022, 00:45 GMT+8)

* Bug fixes.


r105-beta (Aug 1, 2022, 23:00 GMT+8)

* Removed LibGroupInSpecT.


r104-release (Jun 3, 2022, 20:30 GMT+8)

* Bump up toc.


r103-release (May 11, 2022, 08:10 GMT+8)

+ Implemented accent color for options UI.


r102-beta (May 8, 2022, 21:45 GMT+8)

* Updated raid debuffs.

* Updated zhTW.


r101-beta (May 8, 2022, 06:10 GMT+8)

* Updated settings export.

* Updated raid debuffs.

* Fixed name text length.


r100-release (May 7, 2022, 01:07 GMT+8)

* Fixed several bugs.

* Updated zhTW.


r99-release (May 5, 2022, 14:10 GMT+8)

* Rewrote nicknames.

* Added frame level to Name Text indicator.

* Updated Status Icon indicator.

* Updated zhTW.


r98-release (Apr 24, 2022, 16:10 GMT+8)

+ Implemented indicator sync.

+ Implemented custom death color.

* Updated Role Icon indicator.

* Lowered the frame level of Aggro (border) indicator.

* Updated indicator preview.

* Updated zhTW.

* Bug fixes.


r97-release (Apr 19, 2022, 20:10 GMT+8)

+ Added nicknames (beta).

* Updated locales.

* Bug fixes.


r96-release (Apr 19, 2022, 11:55 GMT+8)

* Bug fixes.

* Updated locales.


r95-release (Apr 18, 2022, 09:17 GMT+8)

+ Added a "Round Up Duration" option into Aura Icon Options.

* Updated duration text options for custom TEXT indicators.

* Updated zhTW.

* Bug fixes.


r94-release (Apr 17, 2022, 08:10 GMT+8)

+ Added Aura Icon Options in Appearance tab.

+ Added Show aura tooltip options: Debuffs and RaidDebuffs.

* Added yOffset for indicator font options: icon and icons.

* Updated zhTW.

* Fixed some bugs.


r93-release (Apr 16, 2022, 06:45 GMT+8)

+ Added an indicator: Externals + Defensives.

+ Added a new custom indicator type: texture.

+ Implemented import & export for all settings (check About tab).

+ Implemented layout auto switch for Mythic (raid).

* Updated zhTW.

* Fixed some bugs.


r92-release (Apr 12, 2022, 14:30 GMT+8)

* Fixed health color (gradient).


r91-release (Apr 12, 2022, 08:35 GMT+8)

* Fixed Targeted Spells indicator.

* Updated Spell Request.

* Updated zhTW.


r90-release (Apr 11, 2022, 01:10 GMT+8)

+ Added a Menu Position option.

* Updated Spell Request, deleted old settings.

* Fixed unit buttons initialization issue.

* Updated Layout Preview.

* Updated zhTW.


r89-release (Apr 8, 2022, 09:22 GMT+8)

* Implemented Spell Request (replace PI Request), it's way better.

* Fixed bugs.

* Updated locales.


r88-release (Apr 7, 2022, 16:45 GMT+8)

* Fixed heal prediction and request glow.


r87-release (Apr 7, 2022, 04:40 GMT+8)

Tools

+ Implemented Power Infusion Request.

+ Implemented Dispel Request.

Layouts

+ Added Show NPC Frame option.

+ Implemented vertical unit button.

Indicators

* Added Show Duration option to debuffs, externals and defensives.

Misc

* Rewrote Options UI.

* Fixed range check for NPCs.

* Update zhTW.


r86-release (Mar 27, 2022, 15:00 GMT+8)

* Added a "Default" anchor option for tooltips.


r85-release (Mar 26, 2022, 18:00 GMT+8)

* Fixed bugs (occured when scale ~= 1).


r84-release (Mar 26, 2022, 15:45 GMT+8)

+ Implemented layout sharing.

+ Added new custom indicator type: Color.

* Updated SotFO debuffs.


r83-release (Mar 18, 2022, 13:50 GMT+8)

+ Implemented indicators import/export.

* Fixed Health Text indicator.


r82-release (Mar 16, 2022, 13:20 GMT+8)

+ Implemented unitbutton fadeIn & fadeOut.

* Updated BigDebuffs.

* Try to fix boss6/7/8 health updating issues with CLEU.


r81-release (Mar 12, 2022, 14:00 GMT+8)

* Marks Bar: added vertical layout.

* Updated SotFO debuffs.


r80-release (Mar 10, 2022, 17:00 GMT+8)

* Fixed NPC frame (horizontal layout).

+ Implemented separate NPC frame.


r79-release (Mar 10, 2022, 10:35 GMT+8)

* Updated NPC frame (5 -> 8).

* Updated name text width options.


r78-release (Mar 9, 2022, 00:45 GMT+8)

+ Implemented Raid Debuffs import/export/reset, check out the tips in Raid Debuffs.

* Updated SotFO debuffs.

* Updated zhCN.


r77-release (Mar 3, 2022, 08:21 GMT+8)

* Bug fixes: click-castings (priest).

+ Added "Use Game Font" option in Appearance.

* Updated zhTW.


r76-release (Feb 24, 2022, 11:20 GMT+8)

+ Updated raid debuffs: Sepulcher of the First Ones.

* Bug fixes: appearance preview.


r75-release (Feb 17, 2022, 00:22 GMT+8)

Appearance

* Updated button highlight size option: negative size.

+ New power color: Power Color (dark).

General

* Updated pixel perfect: raid tools.

* Disabled Death Report in battlegrounds and arenas.

Layouts

* Updated layout creation.

Raid Debuffs

+ New raid debuffs sharing feature (beta): shift + left click on instance/boss to share debuffs via chat link.


r74-release (Jan 12, 2022, 22:20 GMT+8)

* Bugs fix: layout auto switch, health text indicator.

+ New "Condition" option in Raid Debuffs.


r73-release (Dec 8, 2021, 22:22 GMT+8)

* Defect fixes.


r72-release (Dec 7, 2021, 15:20 GMT+8)

* Fixed Debuffs indicator delayed refreshing issue.

* Updated zhTW.


r71-release (Nov 30, 2021, 04:15 GMT+8)

+ Added "Circled Stack Numbers" option to custom text indicator.

+ Added status color options to Status Text indicator.

+ Implemented power bar filters (Layouts).

* Bug fixes (indicator preview).

* Updated the default spell list of Defensive Cooldowns indicator.

* Updated zhTW.

+ Cell can provide a "Healers" indicator on first run.


r70-release (Nov 18, 2021, 09:20 GMT+8)

+ Added several new options in Appearance.

+ Added "Show Duration" option to custom TEXT indicator.


r69-release (Nov 16, 2021, 09:10 GMT+8)

+ Added "Background Alpha" in Appearance.

* Updated Raid Debuffs indicator, it can show up to 3 debuffs now.


r68-release (Nov 5, 2021, 22:40 GMT+8)

+ Added an Icon Animation option in Appearance.

* Updated zhTW.


r67-release (Oct 8, 2021, 02:55 GMT+8)

* Bug fixes.


r66-release (Oct 7, 2021, 23:30 GMT+8)

+ Added support for Class Colors addon.

+ Implemented Always Targeting (Click-Castings).


r65-release (Sep 23, 2021, 10:00 GMT+8)

* Bug fixes.

* Updated Targeted Spells.

+ Added spell icons for indicator aura list.


r64-release (Sep 1, 2021, 08:18 GMT+8)

* Updated Big Debuffs, Targeted Spells and Raid Debuffs.


r63-release (Aug 24, 2021, 03:06 GMT+8)

* Debuff blacklist will not affect other indicators any more.

* Updated Big Debuffs and Raid Debuffs.


r62-release (Aug 20, 2021, 06:05 GMT+8)

+ Added a Rename button for indicators.

* Fixed Layout Auto Switch (battleground & arena).

* Updated zhTW.


r61-release (Aug 16, 2021, 22:30 GMT+8)

+ New Indicator: Aggro (border).

* Renamed Indicators: Aggro Indicator -> Aggro (blink), Aggro Bar -> Aggro (bar).

* Updated zhCN, zhTW.


r60-release (Aug 16, 2021, 04:08 GMT+8)

+ Added spellId 0 for ICONS indicator to match all auras.

+ Added pet button size options.

* Updated party frame UnitIds, made them more reliable.

* Updated anchors of indicators.

* Updated Death Report, Buff Tracker and Targeted Spells.


r59-release (Aug 7, 2021, 18:23 GMT+8)

* Implemented Copy Indicators.

* Updated Layout Auto Switch.

* Updated Raid Debuffs, Targeted Spells, Death Report.


r58-release (Jul 26, 2021, 18:25 GMT+8)

* Updated support for OmniCD (raid frame).

* Updated zhTW, koKR.


r57-release (Jul 26, 2021, 00:52 GMT+8)

+ New features: Death Report & Buff Tracker.

* Updated RaidDebuffs.


r56-release (Jul 16, 2021, 01:20 GMT+8)

* Updated TargetedSpells and BigDebuffs.

* Fixed unit button border.

* Fixed status text "DEAD".


r55-release (Jul 13, 2021, 17:35 GMT+8)

* Updated RaidDebuffs (Tazavesh).

* Updated BigDebuffs (tormented affix related).

* Fixed button backdrop in options frame.


r54-release (Jul 9, 2021, 01:49 GMT+8)

* Fixed BattleRes timer.


r53-release (Jul 8, 2021, 16:48 GMT+8)

* Updated RaidDebuffs (SoD).


r52-release (Jul 8, 2021, 5:50 GMT+8)

- Removed an invalid spell from Click-Castings: 204293 "Spirit Link" (restoration shaman pvp talent).

* Updated zhTW.


r51-release (Jul 7, 2021, 13:50 GMT+8)

* Updated Cell scaling. Cell main frame is now pixel perfect.

* Updated RaidDebuffs.


r50-release (May 1, 2021, 03:20 GMT+8)

Indicators

+ New indicators: Status Icon, Target Counter (BG & Arena only).

+ New indicator feature: Big Debuffs (Debuffs indicator).

* Increased indicator max icons: Debuffs, custom indicators.

* Changed dispel highlight to a smaller size.

Misc

* Fixed a Cell scaling issue.

* Fixed the position of BattleRes again.

+ Added a "None" option for font outline.


r49-release (Apr 5, 2021, 16:10 GMT+8)

+ Added "Bar Animation" option in Appearance.

* Updated "Health Text" (zhCN, zhTW and koKR numeral system).


r48-release (Apr 1, 2021, 16:03 GMT+8)

* Updated "Targeted Spells" and "Battle Res Timer".

* Fixed some bugs (unit button backdrop and size).


r47-release (Mar 24, 2021, 18:30 GMT+8)

+ Added "Highlight Size" and "Out of Range Alpha" options.

- Removed ready check highlight.

* Cooldown animation will be disabled when "Show duration text" is checked.


r46-release (Mar 16, 2021, 9:25 GMT+8)

* Fixed Click-Castings (mouse wheel) AGAIN.

+ Added Orientation options for Defensive/External Cooldowns and Debuffs indicators.

* Updated Tooltips options.


r45-release (Mar 11, 2021, 13:00 GMT+8)

* Fixed Click-Castings (mouse wheel).


r44-release (Mar 8, 2021, 12:07 GMT+8)

* Fixed BattleRes text not showing up.

* Updated default spell list of Targeted Spells.

* Updated Import&Export.

* Updated zhTW.


r43-release (Mar 3, 2021, 2:18 GMT+8)

+ New feature: Layout Import/Export.


r42-release (Feb 22, 2021, 17:43 GMT+8)

* Fixed unitbuttons' updating issues.


r41-release (Feb 21, 2021, 10:23 GMT+8)

* Updated Targeted Spells indicator.


r40-release (Feb 21, 2021, 9:22 GMT+8)

Party Frame

* Rewrote PartyFrame, now it supports two sorting methods: index and role.

Indicators

* Debuffs indicator will not show the SAME debuff shown by RaidDebuffs indicator.

* Fixed indicator preview.

* Fixed Targeted Spells indicator.

* Updated External/Defensive Cooldowns.

+ Added Glow Condition for RaidDebuffs.

Misc

* Fixed a typo in Click-Castings.

+ Added koKR.


r39-release (Jan 22, 2021, 13:24 GMT+8)

Indicators

+ New indicator: Targeted Spells.

Layouts

+ Added pets for arena layout.

Misc

* OmniCD should work well, even though the author of OmniCD doesn't add support for Cell.

! Use /cell to reset Cell. It can be useful when Cell goes wrong.


r37-release (Jan 4, 2021, 10:10 GMT+8)

Indicators

+ Some built-in indicators are now configurable: Name Text, Status Text.

+ New indicator: Shield Bar

+ Added "Only show debuffs dispellable by me" option for Debuffs indicator.

+ Added "Use Custom Textures" options for Role Icon indicator.

Misc

- Due to indicator changes, some font related options have been removed.

* Fixed frame width of BattleResTimer.

+ Added support for OmniCD (party frame).


r35-release (Dec 23, 2020, 0:01 GMT+8)

Indicators

+ Some built-in indicators are now configurable: Role Icon, Leader Icon, Ready Check Icon, Aggro Indicator.

+ Added "Border" and "Only show glow for top debuffs" options for Central Debuff indicator.

Raid Debuffs (Beta)

! All debuffs are enabled by default, you might want to disable some less important debuffs.

+ Added "Track by ID" option.

+ Updated glow options for Raid Debuffs.

General

+ Updated tooltips options.

Layouts

+ Added "Hide" option for "Text Width".


r32-release (Dec 10, 2020, 7:29 GMT+8)

Indicators

+ New indicator: Health Text.

+ New option: Frame Level.

Raid Debuffs (Beta)

+ Added instance debuffs for Shadowlands. For now, these debuffs are tracked by NAME. "Track By ID" option will be added later.

! All debuffs are enabled by default, you might want to disable some less important debuffs.

Misc

* Fixed: Marks Bar, Click-Castings.

* Moved "Raid Setup" text to the tooltips of "Raid" button.

+ Added Fade Out Menu option.


r26-release (Nov 23, 2020, 21:25 GMT+8)

Click-Castings

+ Keyboard/multi-button mouse support for Click-Castings comes.

! Due to code changes, you might have to reconfigure Key Bindings.

Indicators

* Aura List has been updated. Now all custom indicators will check spell IDs instead of NAMEs.

! Custom Indicators won't work until the Buff/Debuff List has been reconfigured.

Indicator Preview Alpha

+ Now you can set alpha of non-selected indicators. This might make it easier to arrange your indicators.

! To adjust alpha, use the alpha slider in "Indicators", it can be found at the top right corner.

Frame Position

+ Every layout has its own position setting now.

! The positions of Cell Main Frame, Marks, Ready & Pull have been reset.

Misc

+ Party/Raid Preview Mode will help you adjust layouts.

+ Group Anchor Point comes, go check it out in Layouts -> Group Arrangement.


Click to view recent changelogs


]], }, { __index = function(self, Key) if (Key ~= nil) then rawset(self, Key, Key) return Key end end })