-- 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"] = [[
* Attempt to fix aura update.
* Bump up toc for Wrath (CN).
* (MoP) Fixed PW:S indicator.
+ 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.
* 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.
* Updated libs.
* Updated targeted spells.
* Fixed powerfilter values (#367).
* Updated locales.
- Removed global names for custom indicators.
* 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.
* (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.
* Fixed horizontal layout.
* 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.
! 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.
! 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.
* 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.
+ (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.
* 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.
* Fixed for Classic.
* Updated deDE, esES, zhTW.
+ 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!).
* Updated bleedList for TWW (PR #215).
+ Implemented Backups.
* Updated profile import.
* Fixed aura import/export.
* Fixed layout auto switch.
* Updated locales.
+ 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
* Fixed missing indicators.
* Updated deDE and zhTW.
* (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.
* Fixed appearance/layout tab.
* Updated locales.
* Updated world marks for cata.
+ 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.
+ 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.
+ 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.
* Fixed a critical issue that removes all custom indicators.
* 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.
* 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.
* Bug fixes.
* Updated zhTW.
+ Added ptBR (by cathtail).
* Fixed Click-Castings issues, some settings may be "Invalid", just re-set them.
* 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.
+ Added "Use Elapsed Time" option for Raid Debuffs.
* Updated Cata Raid Debuffs.
+ Added "Solo" for Layout Auto Switch.
* Updated "Sort by Role", now it supports separated group headers.
* Fixed frame level of Spotlight menu.
* Improved usability of Custom Nicknames.
* Fixed Quick Assist.
* Fixed a layout switch issue.
* Updated zhTW.
* 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).
* Bug fixes.
+ 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.
* Updated Cata debuffs.
+ 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.
+ 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.
* Fixed Spotlight config button.
* Updated range checker.
* Updated Cell.GetUnitFrame.
* Updated zhTW.
* Fixed range check for Quick Assist (now uses OnUpdate).
+ Added custom Gradient Colors (Appearance).
* (Wrath/Vanilla) Fixed a layout issue.
* Fixed duration text visibility.
* Updated zhTW.
* Fixed an icon preview issue in Appearance.
* Fixed icon animation of Quick Assist.
+ 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.
* Fixed Spell Request, updated CELL_NOTIFY payloads.
* Updated the priority of dispel types: Magic > Curse > Disease > Poison > Bleed.
* Updated zhTW.
+ (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.
* 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.
* Updated dispel checker, removed snippet var: CELL_DISPEL_EVOKER_CAUTERIZING_FLAME.
* When enter/leave instance, all visible unit buttons will be refreshed.
* Updated zhTW.
+ Implemented Bleed debuff type (using data from https://wago.tools/db2/SpellEffect, EffectMechanic=15).
* Fixed Quick Assist config/preview.
* (Wrath) Fixed PW:S indicator.
* Fixed issues with newly created custom Color indicators.
* Updated zhTW.
* The order of click-casting items can now be adjusted by dragging them.
* Fixed click-castings for Quick Assist.
* (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.
+ (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.
* 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.
* Updated range checker (Retail).
+ Added "Always Update Buffs/Debuffs" options (Retail).
* Fixed Target Counter.
* Fixed a health bar issue occured when value is 0.
+ 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.
* Updated Amirdrassil debuffs.
* Updated Health Text indicator.
* Updated Raid Tools.
* Updated Defensive CDs indicator.
* Updated zhTW.
* 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.
* Updated indicators: Target Counter, Shield Bar.
* Added a "Show Solo" option for Marks Bar.
* Added Ice Cold to Defensive CDs indicator.
* Updated ICC debuffs, thanks to 大胖宝.
* Updated zhTW.
* Updated Quick Cast and Spell Request.
* Fix Status Text indicator.
+ Code Snippets vars: CELL_BORDER_SIZE, CELL_BORDER_COLOR.
* Updated Missing Buffs indicator.
* 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.
* Fixed layout switch.
* Fixed Defensive Cooldowns indicator (Mirror Image).
* Fixed issues with CVar "ActionButtonUseKeyDown" on Wrath.
* Updated locales.
* Added indicator validator to ensure all indicators are in the right order.
* Fixed expansion data for frFR.
* Updated zhTW.
* Updated expansion data for frFR (Thanks to Zuvila).
* Updated Targeted Spells, Quick Cast.
+ 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.
* Fixed custom indicators: Color and Texture.
* Fixed raid setup tooltip on Wrath.
* Updated zhTW.
+ New utility: Quick Cast (Retail only).
+ Added Proc Glow.
+ Added "Premade Mode" to raid roster utility.
* Fixed Dispel Request on Wrath.
* Fixed import & export.
* Updated Dispel/Spell Request.
* Updated Health Text indicator.
* Updated zhTW.
* Updated Options UI (wip).
+ Added "Only show overshields" to Shield Bar indicator.
+ Added "Focus Target" to spotlight frame.
* Fixed Raid Debuffs tab on Wrath.
* Fixed range checker for Evokers.
* Fixed several layout issues.
+ Added "Boss1 Target" to spotlight frame.
* Fixed layout: sort by role, hide self.
* Updated zhTW.
* Refactored Layouts.
* Updated debuffs for Dawn of the Infinite, thanks to 钛锬(NGA).
+ Implemented import & export for Click-Castings.
+ Added a "Shape" option for PW:S indicator.
* Updated zhTW.
+ Added "Highlight Filter (blacklist)" for Dispel indicator.
* Fixed dispel checker for Evokers.
* Fixed Ready Check Icon indicator.
* Updated zhTW.
* Updated PW:S indicator.
+ Added a "Translit Cyrillic to Latin" option in General tab.
+ New indicator: "PW:S" (Wrath).
* Bumped up toc.
+ 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.
+ Added full health color options in Appearance.
* Updated zhTW.
* Updated Cell discord link.
* Fixed Power Bar Filters.
* Fixed animation Type A of Consumables indicator (Wrath).
* 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.
* Added a "Hide in combat" option for Leader Icon indicator.
* Updated zhTW.
* Fixed Click-Castings. If your bindings (especially the General type) don't work, remove them and then re-add them.
* 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.
* 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.
+ New indicator: Private Auras.
* Updated dispel checker.
! 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.
* Fixed strata of Spotlight Frame.
* Fixed import on wrath.
* Bumped retail toc to 100100.
* Updated zhTW.
+ Added an option to make raid tools show on mouseover.
* Tried to fix raid pet frame issue during some encounters.
* Updated zhTW.
+ Added a "Smart Resurrection" option in Click-Castings.
* Fixed menu strata.
* Updated zhTW.
+ Updated Cell frame strata, added a "Strata" option in Appearance.
* Fixed a null indicatorName issue.
* Updated zhTW.
* Moved "Sort By Role" to Layouts.
* Added "Hide Self" in Layouts.
* Fixed "Track by name" for custom indicators (wrath).
* Fixed dispellable debuff type checker (retail).
* Updated zhTW.
* Moved "Debuff Type Color" options to Appearance.
* Fixed a "font is nil" issue.
* Bumped retail toc to 100007.
+ Added Self Cast Key checker for Wrath.
* Updated zhTW.
+ 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.
* Bug fixes.
* Updated zhTW.
+ Add toggles for built-in spells (Defensives and Externals).
* Fix raid type checker on Wrath.
* Fixed click-castings on Wrath.
* Fixed aura refreshing animation on Wrath.
* Bug fixes.
* Update for 3.4.1.
* Tried to fix: fonts and Aggro (Border) indicator.
* Updated Targeted Spells list.
* Updated raid debuffs: Ulduar.
* Updated raid debuffs.
* Updated duration text options (related code snippets needs to be updated).
* Fixed buff tracker.
* Updated VotI debuffs.
* Fixed range checker for evoker.
* Fixed dispellable checker.
* Updated locales.
* 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.
* Added NPC button size options.
* Added a bar orientation option "Vertical B".
* Fixed layout auto switch on Wrath.
* Updated zhTW.
* 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.
* Updated click-castings.
* Bug fixes.
* Bug fixes.
* Updated zhTW.
+ Added several shortcuts to spotlight frame.
* Bug fixes.
* Updated range check for evoker (30y).
* Fixed appearance reset.
* Options frame is now accessible while in combat.
* Updated koKR.
* Fixed tooltips (Wrath Classic).
* Updated tooltips related functions.
* Updated zhTW and koKR.
* Updated evoker spells.
* Updated slash commands.
* Updated spotlight.
* Updated zhTW and koKR.
* Fixed aura tooltips.
* Updated import & export.
* Split "Unit Spacing" into "Unit Spacing X" and "Unit Spacing Y".
* Bug fixes.
* Added movers for NPCs and raid pets.
* Updated zhTW.
* Bug fixes.
+ Added an option to increase health update rate (but not recommended).
* Bug fixes.
* Fixed arena pets.
* Updated shields on Wrath Classic.
* Updated zhTW.
+ Implemented raid pets (limited to 20 buttons).
* Added a "Hide Damager" option to Role Icon indicator.
* Bug fixes.
* Bug fixes.
+ New indicator: Health Thresholds.
* Updated spells for DF.
* Bug fixes.
* Temporary fix for Dragonflight.
* Bug fixes.
* Updated zhTW.
* Added an option to disable LibHealComm.
* Split "Hide Blizzard Raid / Party" into two options.
* Updated zhTW.
* 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.
* Fixed heal prediction in WotLK.
* Updated zhTW.
* 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.
* Updated locales.
* Fixed menu (Options button) visibility.
* Updated menu fade in/out.
* Update default click-castings spells list.
* Update zhTW.
* Fixed Click-Castings.
* Bug fixes.
* Fixed Click-Castings.
* Updated locales.
+ 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.
* Updated Buff Tracker.
* Fixed vehicle targeting in WotLK.
* Updated shields: Shield Bar indicator, Shield / Overshield textures. (PWS with Glyph of PWS and Divine Aegis (from yourself) are supported.)
* Updated heal prediction in Wrath Classic (using LibHealComm-4.0).
* Updated locales.
* Updated indicators: Dispels and Consumables.
* Updated zhTW.
* Fixed Consumables indicator in WotLK.
+ New indicator: Consumables.
* Updated indicators: AoEHealing, TargetedSpells and Debuffs.
* Updated zhTW.
* Fixed CLEU auras and Mirror Image.
* Updated raid debuffs.
* Fixed custom defensives and externals.
+ Implemented CLEU auras (check Raid Debuffs indicator).
* Updated debuffs.
* Fixed health bar color.
* Add custom auras support to Defensives and Externals.
* Add Mirror Image to Defensives.
* Add Cell default texture to LibSharedMedia.
* Updated raid debuffs.
* Fixed power filter.
* Fixed game version check.
* Updated zhTW.
* Fixed pull button.
* Fixed tooltips for checkbuttons.
* Updated locales.
* The "Weakened Soul" debuff from other players will not be visible anymore.
* Updated M+ debuffs.
* Cell should work on Wrath Classic now (not all Retail features are available).
* Updated M+ debuffs.
* Fixed several bugs.
* Updated M+ season 4 related debuffs.
* Added a "Current Season" item to expansion dropdown in Raid Debuffs.
* Bug fixes.
* Removed LibGroupInSpecT.
* Bump up toc.
+ Implemented accent color for options UI.
* Updated raid debuffs.
* Updated zhTW.
* Updated settings export.
* Updated raid debuffs.
* Fixed name text length.
* Fixed several bugs.
* Updated zhTW.
* Rewrote nicknames.
* Added frame level to Name Text indicator.
* Updated Status Icon indicator.
* Updated zhTW.
+ 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.
+ Added nicknames (beta).
* Updated locales.
* Bug fixes.
* Bug fixes.
* Updated locales.
+ Added a "Round Up Duration" option into Aura Icon Options.
* Updated duration text options for custom TEXT indicators.
* Updated zhTW.
* Bug fixes.
+ 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.
+ 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.
* Fixed health color (gradient).
* Fixed Targeted Spells indicator.
* Updated Spell Request.
* Updated zhTW.
+ Added a Menu Position option.
* Updated Spell Request, deleted old settings.
* Fixed unit buttons initialization issue.
* Updated Layout Preview.
* Updated zhTW.
* Implemented Spell Request (replace PI Request), it's way better.
* Fixed bugs.
* Updated locales.
* Fixed heal prediction and request glow.
+ Implemented Power Infusion Request.
+ Implemented Dispel Request.
+ Added Show NPC Frame option.
+ Implemented vertical unit button.
* Added Show Duration option to debuffs, externals and defensives.
* Rewrote Options UI.
* Fixed range check for NPCs.
* Update zhTW.
* Added a "Default" anchor option for tooltips.
* Fixed bugs (occured when scale ~= 1).
+ Implemented layout sharing.
+ Added new custom indicator type: Color.
* Updated SotFO debuffs.
+ Implemented indicators import/export.
* Fixed Health Text indicator.
+ Implemented unitbutton fadeIn & fadeOut.
* Updated BigDebuffs.
* Try to fix boss6/7/8 health updating issues with CLEU.
* Marks Bar: added vertical layout.
* Updated SotFO debuffs.
* Fixed NPC frame (horizontal layout).
+ Implemented separate NPC frame.
* Updated NPC frame (5 -> 8).
* Updated name text width options.
+ Implemented Raid Debuffs import/export/reset, check out the tips in Raid Debuffs.
* Updated SotFO debuffs.
* Updated zhCN.
* Bug fixes: click-castings (priest).
+ Added "Use Game Font" option in Appearance.
* Updated zhTW.
+ Updated raid debuffs: Sepulcher of the First Ones.
* Bug fixes: appearance preview.
* Updated button highlight size option: negative size.
+ New power color: Power Color (dark).
* Updated pixel perfect: raid tools.
* Disabled Death Report in battlegrounds and arenas.
* Updated layout creation.
+ New raid debuffs sharing feature (beta): shift + left click on instance/boss to share debuffs via chat link.
* Bugs fix: layout auto switch, health text indicator.
+ New "Condition" option in Raid Debuffs.
* Defect fixes.
* Fixed Debuffs indicator delayed refreshing issue.
* Updated zhTW.
+ 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.
+ Added several new options in Appearance.
+ Added "Show Duration" option to custom TEXT indicator.
+ Added "Background Alpha" in Appearance.
* Updated Raid Debuffs indicator, it can show up to 3 debuffs now.
+ Added an Icon Animation option in Appearance.
* Updated zhTW.
* Bug fixes.
+ Added support for Class Colors addon.
+ Implemented Always Targeting (Click-Castings).
* Bug fixes.
* Updated Targeted Spells.
+ Added spell icons for indicator aura list.
* Updated Big Debuffs, Targeted Spells and Raid Debuffs.
* Debuff blacklist will not affect other indicators any more.
* Updated Big Debuffs and Raid Debuffs.
+ Added a Rename button for indicators.
* Fixed Layout Auto Switch (battleground & arena).
* Updated zhTW.
+ New Indicator: Aggro (border).
* Renamed Indicators: Aggro Indicator -> Aggro (blink), Aggro Bar -> Aggro (bar).
* Updated zhCN, zhTW.
+ 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.
* Implemented Copy Indicators.
* Updated Layout Auto Switch.
* Updated Raid Debuffs, Targeted Spells, Death Report.
* Updated support for OmniCD (raid frame).
* Updated zhTW, koKR.
+ New features: Death Report & Buff Tracker.
* Updated RaidDebuffs.
* Updated TargetedSpells and BigDebuffs.
* Fixed unit button border.
* Fixed status text "DEAD".
* Updated RaidDebuffs (Tazavesh).
* Updated BigDebuffs (tormented affix related).
* Fixed button backdrop in options frame.
* Fixed BattleRes timer.
* Updated RaidDebuffs (SoD).
- Removed an invalid spell from Click-Castings: 204293 "Spirit Link" (restoration shaman pvp talent).
* Updated zhTW.
* Updated Cell scaling. Cell main frame is now pixel perfect.
* Updated RaidDebuffs.
+ 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.
* Fixed a Cell scaling issue.
* Fixed the position of BattleRes again.
+ Added a "None" option for font outline.
+ Added "Bar Animation" option in Appearance.
* Updated "Health Text" (zhCN, zhTW and koKR numeral system).
* Updated "Targeted Spells" and "Battle Res Timer".
* Fixed some bugs (unit button backdrop and size).
+ Added "Highlight Size" and "Out of Range Alpha" options.
- Removed ready check highlight.
* Cooldown animation will be disabled when "Show duration text" is checked.
* Fixed Click-Castings (mouse wheel) AGAIN.
+ Added Orientation options for Defensive/External Cooldowns and Debuffs indicators.
* Updated Tooltips options.
* Fixed Click-Castings (mouse wheel).
* Fixed BattleRes text not showing up.
* Updated default spell list of Targeted Spells.
* Updated Import&Export.
* Updated zhTW.
+ New feature: Layout Import/Export.
* Fixed unitbuttons' updating issues.
* Updated Targeted Spells indicator.
* Rewrote PartyFrame, now it supports two sorting methods: index and role.
* 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.
* Fixed a typo in Click-Castings.
+ Added koKR.
+ New indicator: Targeted Spells.
+ Added pets for arena layout.
* 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.
+ 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.
- Due to indicator changes, some font related options have been removed.
* Fixed frame width of BattleResTimer.
+ Added support for OmniCD (party frame).
+ 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.
! 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.
+ Updated tooltips options.
+ Added "Hide" option for "Text Width".
+ New indicator: Health Text.
+ New option: Frame Level.
+ 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.
* Fixed: Marks Bar, Click-Castings.
* Moved "Raid Setup" text to the tooltips of "Raid" button.
+ Added Fade Out Menu option.
+ Keyboard/multi-button mouse support for Click-Castings comes.
! Due to code changes, you might have to reconfigure Key Bindings.
* 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.
+ 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.
+ Every layout has its own position setting now.
! The positions of Cell Main Frame, Marks, Ready & Pull have been reset.
+ 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