File Details
v12.0.14
- R
- Mar 29, 2026
- 6.15 MB
- 64
- 12.0.0
- Retail
File Name
CombatTimeTracker-v12.0.14.zip
Supported Versions
- 12.0.0
Combat Time Tracker
v12.0.14 (2026-03-29)
Full Changelog Previous Releases
- Fix two changelog extraction bugs in discord-notify workflow
- head_branch is null for tag-triggered workflow_run events.
Use 'git tag --points-at <sha>' to resolve the tag name from
the triggering commit SHA instead. - Exact string match (\ == '## 'ver) never matched because
CHANGELOG headings include a date suffix (e.g. '## v12.0.8 - 2026-03-29').
Replaced with a prefix match using substr(,1,3+length(ver)).
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
- head_branch is null for tag-triggered workflow_run events.

