Skip to content

Releases: tekHudson/HoneyLock

v0.1.1

22 Jun 12:20

Choose a tag to compare

HoneyLock

v0.1.1 (2026-06-22)

Full Changelog Previous Releases

  • v0.1.1 — working spell resolution, casting, and UX fixes
    • Spellbook scan rewritten to iterate by flat index (the skill-line-count
      API is nil on the 1.15.4 SoD client), so known-spell detection works.
    • Refresh known spells + button state on spell/rune/gear changes
      (SPELLS_CHANGED, LEARNED_SPELL_IN_TAB, PLAYER_EQUIPMENT_CHANGED, etc.).
    • Grey out (desaturate + dim) buttons whose spell isn't currently known.
    • Fix stone/spell casting: use the spell's exact full name including tier
      (e.g. "Create Healthstone (Minor)") — stripping the tier broke casts.
    • Center sphere is now a logo/handle (addon icon), no spell; right-click
      opens options; drag to move.
    • Menus collapse after an ability is clicked.
    • Add icon.tga for in-game use (WoW can't load PNG); icon.png kept for the
      CurseForge page.
    • Fix /hl debug (ordering crash) and expand its diagnostics.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

v0.1.0

22 Jun 00:10

Choose a tag to compare

HoneyLock

v0.1.0 (2026-06-22)

Full Changelog Previous Releases

  • Add CurseForge project ID for automated uploads
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Add project icon (honeycomb + warlock hand)
    800x800 icon for the CurseForge page / future minimap button.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Add CurseForge release automation (BigWigs packager + .pkgmeta)
    • GitHub Actions workflow packages and uploads to CurseForge on tag push,
      using CURSEFORGE_API_TOKEN, and creates a GitHub release.
    • .pkgmeta names the package and excludes dev files.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Add Spellstone/Firestone cluster slots, Fel Armor, tidy options panel
    • Honeycomb flower now has top/bottom slots for Spellstone/Firestone so
      their options toggles actually place them (still off by default).
    • Add Fel Armor (SoD 403619) to the Buff menu as a self-cast buff;
      resolves by exact id or by name fallback.
    • Redesign the options panel: section headers + two aligned columns,
      shortened labels (details in tooltips), ~half the previous height.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Initial commit: HoneyLock 0.1.0
    Lean Season of Discovery warlock addon (100% Lua, no XML, stock icons).
    • Honeycomb button bar: larger center sphere (main spell + shard count)
      ringed by Soulstone, Healthstone, Buff/Pet flyout menus, Mount, Destroy.
    • Octagon icon mask (generated TGA), thin rim, shaped hover glow.
    • Soul shard counter, bag organize, destroy-over-limit.
    • Soulstone/Banish/Enslave timers; Nightfall (Shadow Trance) alert.
    • Native Blizzard Settings options panel; /hl and /hl debug.
    • SoD-aware spell resolution (exact id, then name lookup for rune spells).
    • Vendored pure-Lua libs: LibStub, CallbackHandler, AceAddon/Event/Timer.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com