Skip to content

Releases: BazAddons/BazBrokerWidget

007

01 May 11:30

Choose a tag to compare

BazBrokerWidget

007 (2026-05-01)

Full Changelog Previous Releases

  • Add SPDX-License-Identifier: GPL-2.0-or-later headers to every .lua and .xml source file in the addon (skipping Libs/ and _legacy/). The repo already declared GPL v2 via the LICENSE file at the root and X-License: GPL v2 in the .toc, but per-file SPDX annotations are the modern best practice (REUSE compliance, machine-readable license scanning, GitHub linguist detection) and bring this repo in line with the suite-wide convention. The line is a single comment at the top of each file - zero functional impact. Existing UTF-8 BOMs and original line endings are preserved. No code changes, header-only sweep, bump to 007

006

27 Apr 00:57

Choose a tag to compare

006

BazBrokerWidget

006 (2026-04-27)

Full Changelog Previous Releases

  • Unicode sweep across Core.lua, Widget.lua, UserGuide.lua, bump to 006

005

25 Apr 15:11

Choose a tag to compare

005

BazBrokerWidget

005 (2026-04-25)

Full Changelog Previous Releases

  • Tag every LDB widget with source='LibDataBroker'
    Lets BWD's source-grouped widget list collect every LDB feed under
    one collapsible 'LibDataBroker' header, regardless of which third-
    party addon publishes the feed. Otherwise every LDB-publishing
    addon (Bagnon, Recount, BugSack, …) would get its own one-widget
    section.

004

25 Apr 15:01

Choose a tag to compare

004

BazBrokerWidget

004 (2026-04-25)

Full Changelog Previous Releases

  • Tag every LDB-bridged widget with a blue [LDB] badge
    BWD's Settings list now reads widget.tags. Setting one on each
    registered feed marks it visually so users know it's coming from
    LibDataBroker rather than a native Baz widget.

003

25 Apr 14:57

Choose a tag to compare

003

BazBrokerWidget

003 (2026-04-25)

Full Changelog Previous Releases

  • Register options pages with BazCore (landing + General Settings)
    Without RegisterOptionsTable + AddToSettings, the addon never gets a
    bottom-tab in BazCore's options window. Adds:
    • Landing page (subtitle, description, features, quick-start guide)
    • General Settings sub-page with Show Icon, Show Label, Empty Text,
      Auto-Enable New Feeds, plus Rescan and Print Feed List actions

002

25 Apr 14:54

Choose a tag to compare

002

BazBrokerWidget

002 (2026-04-25)

Full Changelog Previous Releases

  • Wire up CurseForge project ID 1524619

001

25 Apr 14:48

Choose a tag to compare

001

BazBrokerWidget

001 (2026-04-25)

Full Changelog Previous Releases

  • Initial release — bridge LibDataBroker feeds into BazWidgetDrawers
    Each registered LDB data source/launcher becomes its own dockable
    widget. BWD's existing enable/disable/reorder/float controls work
    per-feed. Live attribute updates re-render automatically; late-
    registering feeds are picked up via LibDataBroker_DataObjectCreated.