Skip to content

Releases: coingecko/coingecko-cli

v1.1.7

14 May 04:18
bb54714

Choose a tag to compare

Changelog

  • bb54714 Merge pull request #29 from coingecko/hz-fix-npm-update-repo-url
  • 490c334 fix(npm): add npm to cg update methods, normalize repository.url

v1.1.6

14 May 04:03
bb54714

Choose a tag to compare

Changelog

  • bb54714 Merge pull request #29 from coingecko/hz-fix-npm-update-repo-url
  • 490c334 fix(npm): add npm to cg update methods, normalize repository.url

v1.1.5

14 May 02:49
789b9df

Choose a tag to compare

Changelog

  • 789b9df Merge pull request #28 from coingecko/chore/npm-trusted-publishing
  • 29f700e chore: migrate npm publish to Trusted Publishing (OIDC)
  • dd1bfd5 ci: bump Node 20 to 24 and drop explicit npm upgrade

v1.1.4

14 May 02:38
789b9df

Choose a tag to compare

Changelog

  • 789b9df Merge pull request #28 from coingecko/chore/npm-trusted-publishing
  • 29f700e chore: migrate npm publish to Trusted Publishing (OIDC)
  • dd1bfd5 ci: bump Node 20 to 24 and drop explicit npm upgrade

v1.1.3

11 May 08:28
daa68cd

Choose a tag to compare

Changelog

  • daa68cd Merge pull request #7 from coingecko/feat/npm-distribution
  • d99b2cd chore: ship LICENSE, README, and metadata in npm packages
  • 3355366 feat: add npm distribution with platform-specific packages
  • 94553c6 fix: address PR review feedback for npm distribution
  • 6b02243 fix: include umbrella npm package and fix gitignore pattern
  • 628c9b8 refactor(scripts): consolidate npm script cleanup with trap

v1.1.2

11 May 07:05
daa68cd

Choose a tag to compare

Changelog

  • daa68cd Merge pull request #7 from coingecko/feat/npm-distribution
  • d99b2cd chore: ship LICENSE, README, and metadata in npm packages
  • 3355366 feat: add npm distribution with platform-specific packages
  • 94553c6 fix: address PR review feedback for npm distribution
  • 6b02243 fix: include umbrella npm package and fix gitignore pattern
  • 628c9b8 refactor(scripts): consolidate npm script cleanup with trap

v1.1.1

07 May 08:48
c4ca69a

Choose a tag to compare

Changelog

  • c4ca69a Merge pull request #26 from coingecko/fix/version-buildinfo-fallback
  • 7445e05 fix: recover version from BuildInfo for go-installed binaries

v1.1.0

07 May 06:18
b9e9582

Choose a tag to compare

Changelog

  • 0df04f8 Add test cases for checker and update
  • 9ebdc3a Apply copilot feedback
  • 7313fa6 Ensure version prefix is trimmed before running comparison
  • 80f300b Fix lint error
  • 9746607 Fix lint issues
  • 1edb1b4 Introduce version info & update command
  • a2913fa Merge pull request #21 from coingecko/docs/surface-commands-in-help
  • c9eed2b Merge pull request #23 from coingecko/feat/source-identifier-telemetry
  • b9e9582 Merge pull request #25 from coingecko/feat/version-info-and-update-cmd-2
  • 67ba05a Update docs to guide users to alias the coingecko-cli binary to cg
  • e9fb025 Update readme
  • 9f0a6d9 feat: add cg commands entry to welcome banner
  • 64082d5 feat: add source identifier to API requests for telemetry
  • d67271a feat: surface cg commands in help output
  • 08e3f38 refactor: centralise semver validation and guard update cache against pre-release tags
  • a7fd936 refactor: un-hide commands instead of manually advertising it
  • f48bc1f test: extract classifyInstallPath and add tests for install method detection

v1.0.10

18 Mar 02:39
d2e9e88

Choose a tag to compare

Changelog

  • 019861d Merge pull request #16 from coingecko/docs/fix-readme-watch-description
  • d2e9e88 Merge pull request #17 from coingecko/feat/custom-user-agent
  • 1e8762c docs: remove update frequency claim from watch description
  • 922a1c7 feat: add custom User-Agent header to identify CLI traffic
  • bd2ae83 fix: remove unnecessary empty-string guards on UserAgent
  • cb51011 test: add WebSocket User-Agent handshake test

v1.0.9

12 Mar 05:30
e702dd3

Choose a tag to compare

Changelog

  • 7099c30 Merge pull request #14 from coingecko/docs/fix-claude-md-distribution
  • e702dd3 Merge pull request #15 from coingecko/feat/watch-websocket-streaming
  • 806a7d5 docs: update CLAUDE.md distribution section to reflect brews
  • 5d56c0f docs: update watch plan tier to "analyst or above"
  • e1cc9cf feat: add cg watch for real-time WebSocket price streaming
  • 407389b feat: validate coin IDs and resolve symbols via /search before streaming
  • 3202b48 fix: add SIGTERM handling, requirePaid at command level, note on hardcoded row
  • ad0a609 fix: hold mutex during Close() WebSocket writes to prevent concurrent write race
  • 5baa0f9 fix: hold mutex during all WebSocket writes and use stdout color for watch table
  • 11df3b0 fix: lint errcheck errors and improve watch plan-restricted message
  • e46b727 fix: remove duplicate text in watch plan-restricted error message
  • 4b0b971 fix: use brand green for price flash and deduplicate API client creation