File Details
053
- R
- May 3, 2026
- 112.00 KB
- 17
- 12.0.5
- Retail
File Name
BazWidgetDrawers-053.zip
Supported Versions
- 12.0.5
BazWidgetDrawers
053 (2026-05-03)
Full Changelog Previous Releases
- BazWidgetDrawers v053 - Widgets list: recognise bazcore_ ID prefix. The user reported the BazCore CPU Monitor widget showing under 'Other' instead of 'BazCore' on the Widgets settings page. Settings.lua's source-detection falls back to matching the widget ID prefix when widget.source isn't explicitly set: bazdrawer_* > BazWidgetDrawers, bazwidgets_* > BazWidgets, bazbroker_* > LibDataBroker, anything else > Other. BazCore widgets use the bazcore_ prefix (e.g. bazcore_cpumonitor) which wasn't in the list. The companion BazCore v106 sets source = 'BazCore' explicitly on its RegisterWidget call so the issue is fixed for the immediate widget, but adding bazcore_ to BWD's prefix list here means any future BazCore widget that doesn't bother with the explicit source field still groups correctly. One-line addition to the elseif chain in BuildWidgetGroup, mirroring the existing patterns. No behaviour change for any other widget, bump to 053

