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 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/squidcode/timebook-cli/compare/v0.1.3...v0.1.4) (2026-05-04)


### Bug Fixes

* **login:** default apiUrl to https://usetimebook.com (no api. subdomain exists) ([#4](https://github.com/squidcode/timebook-cli/issues/4)) ([fd5e0c9](https://github.com/squidcode/timebook-cli/commit/fd5e0c9dc4ba6e4afd507a0770536992d62b0778))

## [0.1.3](https://github.com/squidcode/timebook-cli/compare/v0.1.2...v0.1.3) (2026-05-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidcode/timebook",
"version": "0.1.3",
"version": "0.1.4",
"description": "Command-line client and MCP server for Timebook (usetimebook.com) — track time, manage timers, and expose Timebook to AI agents (Claude, Codex, etc.) over MCP.",
"license": "MIT",
"author": "Squidcode LLC <admin@squidcode.com>",
Expand Down