AP Raid Utils

AP Raid Utils is a lightweight addon that provides raid leaders with general-purpose tools to simplify raid managemen

File Details

v1.0.0

  • R
  • Apr 9, 2026
  • 1.00 MB
  • 18
  • 12.0.1+2
  • Retail

File Name

APRaidUtils-v1.0.0.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 11.2.7

Average Pillagers Raid Utility

v1.0.0 (2026-04-09)

Full Changelog Previous Releases

  • Merge pull request #6 from Dumspy/fix/anchor-settings-sliders
    Fix anchor settings sliders and add lead pass module
  • Fix anchor edit mode visibility cleanup
    Keep active anchor text visible when repositioning is toggled off, hide anchor edit mode when the main window closes, and remove the broken color picker control to avoid client errors.
  • Merge pull request #3 from Dumspy/fix/suppress-dev-update-notifications
    fix: suppress update notifications for dev builds
  • Merge pull request #5 from Dumspy/fix/remove-default-chat-message
    fix: Remove default chat message from reminder creation
  • Remove default chat message from reminder creation
    Chat message is a protected function in combat and causes errors. Removed
    default chat message from template and BuildAuraData function. Sound
    defaults remain available for users who want them.
  • fix: suppress update notifications for dev builds
    Skip version check broadcast and update notifications when running from
    source (version equals @project-version@ placeholder).
  • Fix anchor settings sliders and add lead pass module
  • Merge pull request #2 from Dumspy/feat/reminders-module
    Add BigWigs timer reminders module with UI and settings integration
  • Simplify aura ID by extracting only ruleId timestamp suffix
  • Fix aura ID uniqueness and phase filter trigger behavior
    • Append ruleId to aura.id to prevent collisions when multiple reminders
      exist for the same timer (P1)
    • Use user-selected phaseFilters instead of definition metadata for stage
      trigger building, so phase picker actually controls trigger behavior (P2)
  • Fix trigger to use spellId matching, remove dead stubs
  • Clean up reminders module: remove sync.lua and duplicate db config
  • Remove reminder push/sync logic
  • Remove dead Enable reminders toggle and non-functional View button
  • Remove double-click to editor, fix View button, and improve reminders UI
    • Remove double-click on timer rows that opened editor (old behavior)
    • View button now opens M33kAuras and stores last viewed timer key
    • Fix scrollbox bottom positioning that was causing content overflow
    • Keep push/sync code for potential v2 but remove UI for now
    • Remove push-related settings from registry
  • Remove all icon finding and setting logic from M33kAuras groups
  • Add Boss Mod Stage triggers to reminders for stage-aware visibility
  • Switch template aura to Boss Mod Timer trigger with native M33kAuras text tokens
  • Add M33kAuras integration for reminder auras
    • Add aurabuilder.lua for creating/importing reminders to M33kAuras
    • Add sync.lua for cross-client reminder sync
    • Replace StaticPopup with DetailsFramework-based reload dialog
    • Add auto-reopen to Reminders tab after reload
    • Add Create + View Reminders buttons in reminder list
    • Fix raid group naming using EJ and GetRaidDisplayName
    • Fix encounterid load condition with use_encounterid toggle
    • Improve group hierarchy: AP Reminders > Raid Group > Boss Group
    • Add instanceName from definition for proper raid naming
    • Add phase filters and remaining time support to auras
  • Add phase-aware BigWigs reminder controls
  • Add multi-reminder timer editor flow
    Store multiple named reminders per timer and move editing into a dedicated timer page so complex reminder setups stay readable.
  • Refactor reminders around BigWigs timer metadata
    Replace observed timer setup with BigWigs-backed raid, boss, and timer metadata so reminders can be configured before seeing a live bar. Add boss filtering, timer search, occurrence controls, and compatibility fixes for BigWigs core loading and legacy reminder data.
  • Add BigWigs timer reminders module with UI and settings integration
    • Add new Reminders module (main.lua, display.lua, ui.lua) for BigWigs timer tracking
    • Implement reminder rules with configurable text, trigger timing, bar/countdown display
    • Add Reminders tab to main UI with observed timer browser and rule editor
    • Extend settings registry with reminders section (enable toggle, preview mode, text size, max visible)
    • Add range and input control support to both Ace and DF settings renderers
    • Update APRaidUtils.toc to load new reminder files
    • Add default reminder display settings to profile and global DB schemas
  • Add unified DetailsFramework /ap interface
    Consolidate SimC, roster, version checks, and shared settings into a single window so raid tools are easier to discover and maintain.
  • Fix release workflow summary and action versions
    Update the Actions dependencies to current Node 24-compatible releases so the manual bump flow stays ahead of the Node 20 deprecation. Rework the dispatched tag and job summary output handling so release runs show the actual values instead of escaped placeholders.