Skip to content

Releases: cwhit1234/SwingTime

Release list

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 14:02

SwingTime

v1.0.1 (2026-07-25)

Full Changelog Previous Releases

  • Changelog back to 1.0.1
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Add GitHub Actions release workflow (packages + creates GitHub Release on tag)
    Replaces local zip building. On a tag push, the BigWigs packager builds the
    addon (committed libs, no externals) and creates a GitHub Release with the
    zip attached. Optionally uploads to CurseForge if a CF_API_KEY secret is set.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Release 1.0.2 (fresh tag; committed libs)
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Commit embedded libs instead of externals (fixes CurseForge packaging)
    The CurseForge packager could not fetch the WoWAce SVN externals
    ("Unknown repository type"), so LibStub/CallbackHandler-1.0/
    LibSharedMedia-3.0 are now committed in libs/ and the externals block is
    removed from .pkgmeta.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Green default twist tick; add logo to config window header
    Twist tick now defaults to green. Converted the logo to a 128x128 TGA
    (black background keyed out) and placed it left of the title in the
    config window header. Packaging now ignores Gallery/ and DESCRIPTION.md.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Seal-twist bar: red danger zone + red danger tick + twist tick
    Paladin main-hand bar now shows a red danger-zone band (0.4s+GCD .. 0.4s)
    with a fixed-red tick at its start and a configurable twist tick at the
    0.4s twisting window. Filler/twist keep the bar's own color.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Make marker positions mechanic-fixed (not user-configurable)
    Seal-twist marker sits at ~0.4s before the swing (Seal of Command window);
    Multi-Shot clip marker sits at ~2x the auto-shot cast window (auto-shot cast
    • multi-shot cast). Only width/texture/color remain configurable.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Add configurable timing markers (hunter Multi-Shot clip, paladin seal twist)
    A vertical marker on the ranged bar (hunter) and main-hand bar (paladin),
    each with configurable enable/position/width/texture/color, shown only for
    the relevant class.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com