Skip to content

Commit bcad51a

Browse files
authored
Merge pull request #6 from techdivision/release/1.3.2
release: v1.3.2
2 parents 2d950e6 + f32589b commit bcad51a

3 files changed

Lines changed: 11 additions & 3 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.3.2] - 2026-03-06
9+
10+
### Fixed
11+
12+
- Correct sync options descriptions in `booking-proposal` command:
13+
- `sync-drive`: "Upload CSV to Google Drive" (was incorrectly described)
14+
- `sync-tempo`: "Sync to JIRA Tempo worklogs" (was marked as "not yet implemented")
15+
816
## [1.3.1] - 2026-03-06
917

1018
### Changed

commands/booking-proposal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ If `TT_SOURCE_CALENDAR_ID` is set, calendar events are merged into the booking p
5353

5454
After generating the CSV, you can sync to various targets:
5555
- `/time-tracking.sync-calendar` - Sync to Google Calendar
56-
- `/time-tracking.sync-drive` - Sync to Google Sheets (not yet implemented)
57-
- `/time-tracking.sync-tempo` - Sync to JIRA Tempo (not yet implemented)
56+
- `/time-tracking.sync-drive` - Upload CSV to Google Drive
57+
- `/time-tracking.sync-tempo` - Sync to JIRA Tempo worklogs

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.3.1",
3+
"version": "1.3.2",
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",

0 commit comments

Comments
 (0)