File Details
v68
- R
- Jul 16, 2026
- 301.94 KB
- 3.3K
- 12.0.1+10
- Retail + 4
File Name
BigDebuffs-v68.zip
Supported Versions
- 12.0.1
- 12.0.0
- 11.2.7
- 11.2.5
- 5.5.4
- 5.5.3
- 5.5.0
- 3.80.0
- 2.5.6
- 2.5.5
- 1.15.8
BigDebuffs
v68 (2026-07-16)
Full Changelog Previous Releases
- Update LibDeflate dependency to use GitHub URL with latest tag
- Remove StaticPopupDialogs from read_globals and add it to globals
- Disable mouse click events on BigDebuffs button during OnLoad (Fixes #931)
- Add import/export for custom spells and overrides (#943)
Add a Spells > Import / Export sub-tab that lets players share their setup
as a single copy/paste string, serialized with AceSerializer and compressed
with LibDeflate (print-encoded, prefixed "!BD:1!" for versioning).
The export always includes custom spells, preset category re-categorizations
and preset ID replacements; the per-spell visibility/priority/size settings
are included only when "Include settings" is enabled. Import merges into the
current profile by default (same-ID entries overwritten, everything else
kept) or, with "Replace my spells", resets the profile first after a
confirmation. Field-level merge avoids wiping the importer's own settings
when a shared string only carries a category change.
The copy/paste boxes use standalone AceGUI windows rather than inline
options edit boxes, which go blank when AceConfigDialog recycles the widget
on a sub-tab switch.