Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions release-notes/0.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 0.3.4

Leave
- `tp leave create --json` returns the created request with its id (`{"success":true,"leaveId":"...","leave":{...}}`) instead of a bare success flag, and the MCP `create_leave` tool returns the same document. If the new entry cannot be identified after saving, the result still reports success with a warning and points at `tp leave list --filter ALL`; it never submits the request twice.

MCP server
- `get_timesheets`, `get_suggested_timesheets` and `check_week` now share their data fetches with the matching CLI commands. Output is unchanged: `get_timesheets` still skips weekends while `tp ts get` includes them, and suggestions are refreshed exactly once before being read.
Comment on lines +6 to +7
2 changes: 1 addition & 1 deletion release-notes/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void LoadEmbedded_FindsBackfilledReleaseNotes()
{
var catalog = ReleaseNotesCatalog.LoadEmbedded();

catalog.LatestKnown()!.VersionText.Should().Be("0.3.3");
catalog.LatestKnown()!.VersionText.Should().Be("0.3.4");
}

private static ReleaseNotesCatalog Catalog() =>
Expand Down