Skip to content

Releases: paradosi/FloTotemBar-Classic

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 10:36

FloTotemBar

v1.2.1 (2026-03-31)

Full Changelog Previous Releases

  • v1.2.1: Add Earth Elemental Totem and Fire Elemental Totem
    Added missing elemental totems to the spell data:
    • Earth Elemental Totem (ID 2062) to the Earth bar
    • Fire Elemental Totem (ID 2894) to the Fire bar

1.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 09:51

FloTotemBar

1.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: Version bump
  • Update project title for FloTotemBar to Classic
  • docs: Update README URLs for repo rename to FloTotemBar-Classic

1.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Mar 09:34

FloTotemBar

1.1.1 (2026-03-25)

Full Changelog Previous Releases

  • v1.1.1: Version bump
  • docs: Update README URLs for repo rename to FloTotemBar-Classic

1.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 02:43

FloTotemBar

1.1.0 (2026-03-19)

Full Changelog Previous Releases

  • v1.1.0: Classic Era support, add Totem of Wrath
    • Add FloTotemBar_Vanilla.toc for Classic Era (Interface 11508)
    • Add Totem of Wrath (spell 30706) to Fire totem data
    • Guard GetTotemTimeLeft with fallback for Classic Era clients
    • Update README with multi-version install table and compatibility note
  • Add .pkgmeta to exclude non-addon files from releases

1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 03:09

FloTotemBar

1.0.0 (2026-02-13)

Full Changelog Previous Releases

  • Add CurseForge project ID
  • Remove Shaman Totem Timers screenshot
    Removed screenshot of Shaman Totem Timers from README.
  • Add hunter trap bar screenshot
  • Fix screenshot labels — swap paladin/shaman names
  • Add README and hunter trap bar screenshot
  • Add in-game screenshots
  • Add addon icon (tauren totem)
  • Add Wago project ID L6J9BQNv
  • Port FloTotemBar to TBC Classic Anniversary (Interface 20505)
    • Strip all retail/mainline code paths
    • Replace SmallActionButtonTemplate with TBC-compatible manual button
    • Add Snake Trap (34600) for Hunter
    • Add Wrath of Air Totem (3738) for Shaman
    • Add Seal of Blood/Vengeance for Paladin
    • Guard COOLDOWN_TYPE_NORMAL, fix ColorPicker cancel callback
    • Add InCombatLockdown() guards on drag handlers
    • Simplify state driver to 'show'
    • Remove LEARNED_SPELL_IN_TAB event (not in TBC Anniversary)
    • Originally by Floraline (MPL 2.0)