Prescience Timer v1.2.3

Fixes
- Fixed false glow/sound alerts in raid encounters where
  UNIT_SPELLCAST_SUCCEEDED returns secret spellIDs. The charge tracker
  now uses aura-based backup cast detection: when a new Prescience buff
  appears in the scan that wasn't previously tracked, the charge tracker
  is notified as if a cast occurred. A 1-second dedup window prevents
  double-counting when both the cast event and the aura scan work.

---------------------------------------------------------------------------

Prescience Timer v1.2.2

Fixes
- Delve support: the buff tracker now scans the player unit for
  self-cast Prescience. Previously, solo delves with a companion would
  trigger false combat alerts because the tracker didn't see the buff
  on yourself. The player also appears in the manual target dropdown.

---------------------------------------------------------------------------

Prescience Timer v1.2.1

Fixes
- Settings panel widened from 320 to 360px — the sound preview button
  no longer overflows outside the panel border.

New Features
- Alert sound repeat interval slider (0–10 seconds). Set to "Once" to
  play only on activation/escalation, or set an interval (e.g. 5s) to
  nag periodically while the alert condition persists. Defaults to Once.

---------------------------------------------------------------------------

Prescience Timer v1.2.0

New Features
- Alert sound: optional audio alert that fires on the same conditions as
  the combat glow. Choose from 5 built-in WoW sounds (Raid Warning, Ready
  Check, Alarm Clock, Flag Taken, PvP Warning). Plays when the glow first
  activates or escalates to a higher intensity, with a 2-second cooldown
  to prevent spam. Preview button in settings. Off by default.
- Manual target dropdowns now show all group members (not just DPS),
  sorted by role (DPS first, then Tank, Healer, unassigned) and
  alphabetically within each role. Standard role icons appear next to
  each player name.

---------------------------------------------------------------------------

Prescience Timer v1.1.0

New Features
- Combat glow alert: the timer panel pulses red when in combat and you
  should be casting Prescience. Behavior adapts to group type:
  * Dungeon/party: glows when fewer than 2 buffs are active.
    Fast+bright with 0 buffs, slow+dim with 1 buff.
  * Raid: glows when Prescience charges are available (cast on CD).
    Fast+bright with 2 charges sitting, slow+dim with 1 charge.
  Toggleable in settings ("Combat Glow Alert").
- Raid mode: 3 permanent timer bars shown when in a raid (vs 2 in
  dungeon/party) to reflect the higher buff uptime expected.
- Minimap button toggle: show/hide the minimap button from the settings
  panel ("Show Minimap Button").

Changes
- Container panel is now more transparent (backdrop alpha reduced from
  0.6 to 0.3) for less screen obstruction.

---------------------------------------------------------------------------

Prescience Timer v1.0.0

Forked from PreSwolence by Swole (MIT License). Redesigned as a focused
Prescience buff monitoring tool for Augmentation Evoker.

Features
- Two permanent timer bars show active Prescience buffs sorted by remaining
  time (shortest on top). A third bar appears dynamically if a third buff
  is detected.
- Bars display player name (class-colored), countdown timer, and color-shifting
  fill (green > yellow > red by default).
- Prescience cooldown/charge tracker with hybrid API/timer charge tracking
  that works during encounters when spell data returns secret values.
- Auto mode: dynamically displays whoever currently has your Prescience.
- Manual mode: assign two players to permanent bar slots. Shows their buff
  status and still detects a third accidental buff on any group member.
- Settings panel (/pt) with visibility modes, scale, lock, color options,
  and target mode configuration.
- Only tracks your own Prescience casts (uses HELPFUL|PLAYER aura filter).
- Spec gated to Augmentation Evoker with automatic enable/disable on
  spec swap.

Visibility Modes
- Always: container always visible
- In Group: visible when in any party or raid (default)
- In Combat: visible during combat
- In Group + Combat: visible when grouped and in combat

Color Modes
- Default: green > yellow > red based on remaining time
- Class Color: bar fill uses the buffed player's class color, dims as
  time runs out
- Custom: user-selected color via color picker

Slash Commands
- /pt — open settings panel
- /pt lock — toggle frame lock
- /pt scale <0.5-3.0> — set frame scale
- /pt scan — show active Prescience buffs in chat
- /pt reset — clear buff tracking data
- /pt debug — toggle debug output
- /pt help — show command list
