Skip to content

v1.0.5

Choose a tag to compare

@tamasPetki tamasPetki released this 04 Jun 09:02
· 66 commits to main since this release

Makes the docs match the capability shipped in v1.0.1. The package has run under plain Node (npx headless-tracker) since v1.0.1, but the README's Quick Start still told everyone to git clone + install Bun, and the Claude Desktop config still pointed at a local Bun clone with absolute paths. Lots of repo clones, almost no one using the zero-friction path that already existed.

Changed

  • README leads with npx / global install, not a Bun clone. Quick Start is now npm i -g headless-tracker (or prefix npx), and the Claude Desktop config is just {"command": "npx", "args": ["-y", "headless-tracker"]} -- no absolute paths, no clone, no Bun. The git clone + Bun path moved to the Development section.
  • Landing page no longer claims "Requires Bun 1.3+" for end users (it runs under Node 22.5+).

Added

  • headless-tracker version (--version / -v). Previously only help printed the version.

Install: npx headless-tracker ( https://www.npmjs.com/package/headless-tracker ). Data aggregation only, not financial advice.