Releases: coingecko/coingecko-cli
Releases · coingecko/coingecko-cli
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
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
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
v1.1.0
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 commandsentry to welcome banner - 64082d5 feat: add source identifier to API requests for telemetry
- d67271a feat: surface
cg commandsin help output - 08e3f38 refactor: centralise semver validation and guard update cache against pre-release tags
- a7fd936 refactor: un-hide
commandsinstead of manually advertising it - f48bc1f test: extract classifyInstallPath and add tests for install method detection
v1.0.10
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
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 watchfor 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