Skip to content

All versions since 1.0.4

1.0.4

Meridian Track v1.0.4

โœจ New Features

  • User Profile Endpoint โ€” A new /v1/me endpoint 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:

Terminal window
curl -fsSL https://cli.meridiantrack.com/install.sh | bash

Windows (PowerShell):

Terminal window
irm https://cli.meridiantrack.com/install.ps1 | iex

Windows (CMD):

Terminal window
curl -fsSL https://cli.meridiantrack.com/install.cmd -o install.cmd && install.cmd && del install.cmd

Install a specific version:

Terminal window
curl -fsSL https://cli.meridiantrack.com/install.sh | bash -s -- --version 1.0.4

Meridian Track v1.0.6

Meridian Track v1.0.6

๐Ÿ—๏ธ Under the Hood

  • CLI distribution infrastructure improvements, including switching to CloudFront Origin Access Control for more secure bucket delivery and restoring the cli.meridiantrack.com endpoint

Installing the CLI

macOS / Linux:

Terminal window
curl -fsSL https://cli.meridiantrack.com/install.sh | bash

Windows (PowerShell):

Terminal window
irm https://cli.meridiantrack.com/install.ps1 | iex

Windows (CMD):

Terminal window
curl -fsSL https://cli.meridiantrack.com/install.cmd -o install.cmd && install.cmd && del install.cmd

Install a specific version:

Terminal window
curl -fsSL https://cli.meridiantrack.com/install.sh | bash -s -- --version 1.0.6

1.0.7 Latest

Whatโ€™s Changed

Full Changelog: https://github.com/amaingot/time-tracker/compare/v1.0.6โ€ฆv1.0.7