All versions since Meridian Track v1.0.6
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:
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.61.0.7 Latest
What’s Changed
- analytics: comprehensive PostHog implementation (single project, groups, full event coverage) by @amaingot in https://github.com/amaingot/time-tracker/pull/194
- ci: fix deploy workflow — secrets context not allowed in step if by @amaingot in https://github.com/amaingot/time-tracker/pull/195
Full Changelog: https://github.com/amaingot/time-tracker/compare/v1.0.6…v1.0.7