Releases: coingecko/coingecko-cli
Releases · coingecko/coingecko-cli
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
v1.0.8
v1.0.7
v1.0.6
Changelog
- 8354849 Merge pull request #6 from coingecko/fix/pin-actions-direct-symbol-api
- c93a0f6 Merge pull request #8 from coingecko/docs/license-update
- 695edd5 Merge pull request #9 from coingecko/feat/homebrew-distribution
- 7179f76 chore: update CI action versions to latest
- 9413091 feat: add Homebrew tap distribution via goreleaser
- ea8dda3 fix(lint): handle unchecked error returns flagged by golangci-lint v9
- 962dd3b fix: pin CI action versions and pass symbols directly to /simple/price
- f431acd update license and README.md
v1.0.5
Changelog
- f6bd145 Enhance README with new features and clarifications
- bcae963 Merge pull request #4 from coingecko/sachiew-patch-1
- 23c31e3 Merge pull request #5 from coingecko/feat/api-715-history-batching-tui-improvements
- 1f4abb5 docs: update CLAUDE.md with hourly data availability and test seams
- 7f3a7ff feat: add inline progress bar for batched history requests
- 991e63e feat: history batching, 401 classification, rate-limit retry, TUI improvements
- ad062e2 fix(lint): handle unchecked error returns and remove unused const
- ecc2f01 fix(lint): handle unchecked error returns in test files
- 35bbe26 fix: block hourly history requests before data availability date
- 6279454 test: add integration tests and improve coverage for cmd and api packages