File Details
v6.3.0
- R
- Apr 10, 2026
- 14.53 MB
- 4
- 12.0.1
- Retail
File Name
BLU-v6.3.0.zip
Supported Versions
- 12.0.1
# Changes
`docs/CHANGES.md` is the canonical changelog summary for BLU.
## Current Release
### [`v6.3.0`](./changelogs/6.3.0.md) - 2026-04-10
- **Options tabs now support a true third row** - the layout and sizing logic in [`core/interface/options/tabs.lua`](../core/interface/options/tabs.lua) now supports the larger alphabetical panel grid cleanly.
- **Combat, Collectibles, Loot, and Prey now have reserved tabs** - new placeholder modules in [`modules/Combat/Combat.lua`](../modules/Combat/Combat.lua), [`modules/Collectibles/Collectibles.lua`](../modules/Collectibles/Collectibles.lua), [`modules/Loot/Loot.lua`](../modules/Loot/Loot.lua), and [`modules/Prey/Prey.lua`](../modules/Prey/Prey.lua) keep future trigger groups visible in the live UI.
- **Profiles now have a dedicated management tab** - the main work lives in [`core/interface/options/profiles.lua`](../core/interface/options/profiles.lua), with import/export and mutation helpers in [`core/systems/database.lua`](../core/systems/database.lua).
- **Profile actions now update in real time** - create, rename, delete, reset, and duplicate flows now refresh the live Profiles tab instead of waiting for a reopen.
- **Profile duplication is now productionized** - duplicate naming now follows the active profile plus `Copy`, `Copy 2`, `Copy 3`, and so on inside [`core/interface/options/profiles.lua`](../core/interface/options/profiles.lua).
- **Preset support was added for quick setup flows** - `donniedice's Preset`, `Spooky Preset`, `Adventure Preset`, and `Minimal Preset` now ship as part of the Profiles workflow in [`core/interface/options/profiles.lua`](../core/interface/options/profiles.lua).
- **Debug now has a dedicated module and tab** - scoped debug controls are backed by [`modules/Debug/Debug.lua`](../modules/Debug/Debug.lua) and surfaced through the options UI.
- **Delve life-credit handling is more reliable** - the Delve trigger improvements live in [`modules/Delve/Delve.lua`](../modules/Delve/Delve.lua).
- **Dropdown behavior is now finalized** - shared sizing/alignment logic in [`core/interface/dropdown.lua`](../core/interface/dropdown.lua) and sound-menu integration in [`core/interface/options/sound_panel.lua`](../core/interface/options/sound_panel.lua) now keep nested menus compact and consistently aligned.
- **Improved metadata and popup safety** - metadata fallbacks in [`core/core.lua`](../core/core.lua) and [`core/systems/database.lua`](../core/systems/database.lua) now cover both legacy and current WoW APIs, while popup edit-box lookups are guarded for safer profile actions.
- **Chat prefix styling is cleaner** - login, debug, and error chat prefix rendering was cleaned up in [`core/core.lua`](../core/core.lua).
Full notes:
- [`v6.3.0`](./changelogs/6.3.0.md)
## Recent History
- [`v6.2.5`](./changelogs/6.2.5.md)
- [`v6.2.4`](./changelogs/6.2.4.md)
- [`v6.2.3`](./changelogs/6.2.3.md)
- [`v6.2.1`](./changelogs/6.2.1.md)
- [`v6.2.0`](./changelogs/6.2.0.md)
- [`v6.1.3`](./changelogs/6.1.3.md)
- [`v6.1.2`](./changelogs/6.1.2.md)
- [`v6.1.1`](./changelogs/6.1.1.md)
- [`v6.1.0`](./changelogs/6.1.0.md)
- [`v6.0.0`](./changelogs/6.0.0.md)