promotional bannermobile promotional banner

Combat Time Tracker

Keep track of time spent in combat.

File Details

v12.0.15

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

File Name

CombatTimeTracker-v12.0.15.zip

Supported Versions

  • 12.0.0

Combat Time Tracker

v12.0.15 (2026-03-29)

Full Changelog Previous Releases

  • Simplify CHANGELOG heading format to remove date suffixes
    Version headings now use '## vX.Y.Z' only, dropping the '- YYYY-MM-DD'
    suffix. This avoids any awk matching ambiguity and keeps the changelog
    cleaner.
    Updated AGENTS.md to document the new format. Removed the stale
    date-format comment from the discord-notify workflow.
    Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
  • Use awk \ field match instead of prefix match for changelog extraction
    Prefix match (substr) could falsely match e.g. v12.0.1 against
    v12.0.10 headings. Using ==ver is exact and works for both
    '## vX.Y.Z' and '## vX.Y.Z - DATE' heading formats.
    Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com