Skip to content

Commit bea6326

Browse files
wagnertclaude
andcommitted
release: v1.5.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 98cc367 commit bea6326

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.1] - 2026-03-26
9+
10+
### Fixed
11+
12+
- **Webhook `400` errors** from Ingest API caused by empty strings in number fields (`tokens_remaining`, `story_points`)
13+
- Required fields now guarantee correct types (integer via `Math.round`, number with fallback `0.0`, strings with non-empty defaults)
14+
- Optional fields (`notes`, `ticket_name`, `tokens_remaining`, `story_points`) only included in payload when values are present
15+
816
## [1.5.0] - 2026-03-25
917

1018
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techdivision/opencode-plugin-time-tracking",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Automatic time tracking plugin for OpenCode. Tracks session duration and tool usage, writing entries to a CSV file compatible with Jira worklog sync incl. commands, skills and agents.",
55
"type": "module",
66
"main": "src/Plugin.ts",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "time-tracking",
33
"description": "Automatic time tracking plugin for OpenCode. Tracks session duration and tool usage, writing entries to a CSV file compatible with Jira worklog sync incl. commands, skills and agents.",
44
"category": "standard",
5-
"version": "1.5.0",
5+
"version": "1.5.1",
66
"hooks": {
77
"postlink": "scripts/postlink.js"
88
}

0 commit comments

Comments
 (0)