Skip to content

Releases: paradosi/FloAspectBar-Classic

v1.2.0

25 Mar 09:51

Choose a tag to compare

FloAspectBar

v1.2.0 (2026-03-25)

Full Changelog Previous Releases

  • v1.2.0: Fix Classic API compatibility — cooldowns, positioning, opacity
    • Fix GetSpellInfo 7th return value assumption (nil on Classic) — cooldowns
      and usability display were silently broken since FloLib_UpdateState bailed
      on every call
    • Fix MultiBar1/2_IsVisible() — these functions don't exist; use
      MultiBarBottomLeft/Right:IsShown() for auto-positioning
    • Guard OpacitySliderFrame for newer Classic patches
    • Guard CONTAINER_OFFSET_X/Y with fallback values
    • Remove retail spell ID 200749 reference (FLOLIB_ACTIVATE_SPEC)

v1.1.1

25 Mar 09:34

Choose a tag to compare

FloAspectBar

v1.1.1 (2026-03-25)

Full Changelog Previous Releases

  • v1.1.1: Version bump

1.1.0

19 Mar 03:16

Choose a tag to compare

FloAspectBar

1.1.0 (2026-03-19)

Full Changelog Previous Releases

  • v1.1.0: Classic Era support, rename to FloAspectBar-Classic
    • Add FloAspectBar_Vanilla.toc for Classic Era (Interface 11508)
    • Update README with multi-version install table and compatibility note
    • Aspect of the Viper (TBC-only) auto-filters on Classic Era
  • Refresh contributors cache

v1.0.3

15 Feb 18:09

Choose a tag to compare

FloAspectBar

v1.0.3 (2026-02-15)

Full Changelog Previous Releases

  • v1.0.1-TBC: Remove PetActionBar mouse disable
    • Removed PetActionBar:EnableMouse(false) from OnLoad — was aggressively disabling mouse input on the pet bar, could break other addons
  • Add .pkgmeta to exclude non-addon files from releases

v1.0.2

13 Feb 01:34

Choose a tag to compare

FloAspectBar

v1.0.2 (2026-02-13)

Full Changelog Previous Releases

  • Use absolute image URLs for Wago compatibility

v1.0.1

13 Feb 01:23

Choose a tag to compare

FloAspectBar

v1.0.1 (2026-02-13)

Full Changelog Previous Releases

  • Add combat lockdown check to drag handlers
  • Add GitHub funding link
  • Add Buy Me a Coffee button to README
  • Clean up changelog

v1.0.0

12 Feb 14:06

Choose a tag to compare

FloAspectBar

v1.0.0 (2026-02-12)

Full Changelog Previous Releases

  • Replace icon with square cropped version
  • Add CurseForge project ID 1460576
  • Add troll hunter icon and update README with logo
  • Add Wago ID EGPeBjN1
  • Add README and screenshots
  • Fix TBC compatibility: remove invalid event, fix color picker cancel
    • Remove LEARNED_SPELL_IN_TAB event (not in TBC Classic Anniversary)
    • Fix ColorPicker cancel callback using 'a' field instead of 'opacity'
  • Add BigWigs Packager workflow for automated releases
  • Initial TBC Classic Anniversary port
    Port of FloAspectBar (by Floraline, MPL 2.0) to TBC Classic Anniversary (Interface 20505).
    • Added Aspect of the Viper to spell list (7 aspects total)
    • Stripped all retail/mainline code paths
    • Fixed BackdropTemplateMixin for modern client engine
    • Replaced SmallActionButtonTemplate with TBC-compatible button template
    • Guarded COOLDOWN_TYPE_NORMAL for TBC API compatibility
    • Removed invalid LEARNED_SPELL_IN_TAB event