promotional bannermobile promotional banner

Simple Boss Mods (Timeline)

A simple timeline replacement to mimic the look and feel of old boss mod timer WeakAuras.

File Details

v3.12

  • R
  • Jun 13, 2026
  • 1.33 MB
  • 373
  • 12.0.7+3
  • Retail

File Name

SimpleBossMods-v3.12.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 12.0.1
  • 12.0.0

# Simple Boss Mods ## [v3.12](https://github.com/ZapaNOR/SimpleBossMods/tree/v3.12) (2026-06-13) [Full Changelog](https://github.com/ZapaNOR/SimpleBossMods/compare/v3.11...v3.12) - Bump to v3.12: remove keystone sharing, leave only auto-insert Keystone sharing was always a side feature and never as good as the dedicated addons that do this (Details / Premade Group Finder / LibOpenRaid). Removing the entire sharing stack so this stays a "Simple Boss Mods" addon, not a half-baked keystone tracker. Removed: - Libraries/LibKeystone, Libraries/LibDeflate, and the AceLocale-3.0 copy that was bundled just to satisfy LibKeystone - The LibKeystone / LibOpenRaid-1.0 / LRS (LibDeflate-encoded AceComm) receive paths in SBM\_Events.lua - Party Keystones popup, current-dungeon-keys frame, and their layout / styling / refresh-timer helpers (~960 lines total) - /keys, /key, /keystones slash commands - Share Keystones With Party and Enable /key Commands settings, and their config defaults / live-sync mirrors - The CHALLENGE\_MODE\_START / GROUP\_ROSTER\_UPDATE event registrations that only existed to refresh keystone displays - The now-unused AceGUI local in SBM\_Events.lua Kept: - Auto-insert keystone when ChallengesKeystoneFrame opens in a dungeon (the one piece of keystone integration that's actually useful and doesn't overlap with other addons) Also: - Removed InCombatLockdown() gates on OpenSettings / CreateSettingsWindow. AceGUI windows aren't protected frames; the gates were silently blocking the entire settings UI in any sustained-combat content (delves especially). Added stale-flag recovery to CreateSettingsWindow so isGUIOpen can't get stuck "true" after a partial close.