promotional bannermobile promotional banner

Combat Time Tracker

Keep track of time spent in combat.

File Details

v12.0.16

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

File Name

CombatTimeTracker-v12.0.16.zip

Supported Versions

  • 12.0.0

Combat Time Tracker

v12.0.16 (2026-03-29)

Full Changelog Previous Releases

  • Use jq to build Discord payload instead of heredoc string interpolation
    The heredoc approach broke when NOTES contained backticks (e.g. from
    Lua function names in changelog entries). Bash interprets backticks as
    command substitution inside , causing a parse error.
    Switched to jq --arg to pass all values, which handles escaping of
    backticks, double quotes, newlines, and all other special characters
    correctly. Also removed the now-unnecessary manual NOTES escaping.
    Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com