All versions since 1.0.2
1.0.2
Meridian Track v1.0.2
✨ New Features
- Public API v1 — Integrate Meridian Track with your own tools using our new REST API with API key authentication. Generate keys from your workspace settings and start building.
- MCP Server Integration — Connect Meridian Track to AI assistants and developer tools via the Model Context Protocol. Access timers and workspace members directly from your IDE or AI workflow.
- Refreshed Branding — Public-facing pages have been updated with a cleaner, more professional look.
🐛 Bug Fixes
- Fixed an issue where budget alert notifications could fail to send for certain workspaces.
- Fixed scheduled reports failing for workspaces with older configurations.
- Resolved WebSocket stability issues — connections are now more resilient during cleanup and time entry updates.
- Fixed API error responses that could return malformed data in certain validation scenarios.
- Fixed a mobile app startup issue on some devices related to local storage initialization.
1.0.3
Install
macOS / Linux:
curl -fsSL https://cli.meridiantrack.com/install.sh | bashWindows (PowerShell):
irm https://cli.meridiantrack.com/install.ps1 | iexWindows (CMD):
curl -fsSL https://cli.meridiantrack.com/install.cmd -o install.cmd && install.cmd && del install.cmdInstall a specific version:
curl -fsSL https://cli.meridiantrack.com/install.sh | bash -s -- --version 1.0.31.0.4 Latest
Meridian Track v1.0.4
✨ New Features
- User Profile Endpoint — A new
/v1/meendpoint makes it easier for the CLI and other clients to fetch your account details after signing in.
🐛 Bug Fixes
- Fixed a CLI issue where commands would silently do nothing instead of running when invoked from the app entry point.
🏗️ Under the Hood
- Automated GitHub release note generation via CI.
- Dependency updates (Yarn 4.13.0, defu, website packages).
Installing the CLI
macOS / Linux:
curl -fsSL https://cli.meridiantrack.com/install.sh | bashWindows (PowerShell):
irm https://cli.meridiantrack.com/install.ps1 | iexWindows (CMD):
curl -fsSL https://cli.meridiantrack.com/install.cmd -o install.cmd && install.cmd && del install.cmdInstall a specific version:
curl -fsSL https://cli.meridiantrack.com/install.sh | bash -s -- --version 1.0.4