promotional bannermobile promotional banner

Combat Time Tracker

Keep track of time spent in combat.

File Details

v12.0.12

  • R
  • Mar 29, 2026
  • 6.15 MB
  • 21
  • 12.0.0
  • Retail

File Name

CombatTimeTracker-v12.0.12.zip

Supported Versions

  • 12.0.0

Combat Time Tracker

v12.0.12 (2026-03-29)

Full Changelog Previous Releases

  • Fix bash syntax error in changelog extraction awk command
    Using alternation (A|B) inside a \ command substitution with
    double-quoted awk programs confuses the bash parser, causing an
    'unexpected end of file' error.
    Replaced with two sequential awk passes: first try the versioned
    heading, then fall back to the @project-version@ placeholder.
    The placeholder awk uses single quotes to avoid any shell interpretation.
    Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
  • Use PNG icon for Discord webhook avatar
    Discord does not support TGA images in avatar_url.
    Added CombatTimeTracker.png and updated the webhook to reference it.
    Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com