ticker Changelog

What's new in ticker 4.5.14

Jun 7, 2023
  • Changelog:
  • 7ba4cf6 test: added tests related to error handling for the yahoo client
  • 16bce70 feat: refresh session on start
  • 5e876e8 test: added tests for yahoo client
  • 96a5563 fix: EU consent prompt / no stock quotes for EU users

New in ticker 4.5.13 (May 29, 2023)

  • style: updated style ignore post-reactor
  • test: fixed broken tests related to Yahooo API contract change

New in ticker 4.5.10 (May 6, 2023)

  • ci: disable snapcraft temporarily

New in ticker 4.5.6 (Feb 19, 2023)

  • A2011a1 ci: increased stale length
  • D746e19 fix: holding total change amount and percent mixed currencies with cost basis conversion disabled
  • 6f139d9 test: fixed contract test to match Yahoo API changes
  • C6ba5e5 test: fixed failing tests related to Yahoo API changes and fixed panic on test failure for quote tests

New in ticker 4.5.5 (Jan 19, 2023)

  • Changelog:
  • e4fca96 fix: changes to yahoo api requiring user agent and explicit response fields

New in ticker 4.5.4 (Aug 27, 2022)

  • fix: mixed case currency conversion.
  • ci: extend closing stale issues to 4 months.

New in ticker 4.5.3 (Aug 15, 2022)

  • 59035d9 ci: ignore new default lint rule
  • f23eecf fix: Prev. Close price and Open price for crypto assets
  • be3b760 fix: incorrect currency conversion on day change summary with currency-summary-only option set

New in ticker 4.5.2 (May 3, 2022)

  • 961755a fix: display bug when not showing summary/holdings. (#222)

New in ticker 4.5.1 (Mar 4, 2022)

  • Fix: symbols properly changes when changing groups
  • Ci: bump goreleaser version

New in ticker 4.5.0 (Feb 21, 2022)

  • Docs: added data sources and symbols
  • Test: fixed tests related to style lint changes
  • Style: fixed style errors identified in latest version of linting tool
  • Ci: upgrade golangci action version
  • Docs: added section for linting
  • Style: added stricter style rules and fixed existign issues
  • Build: upgraded dependencies
  • Fix: linting error
  • Feat: better crypto support via coingecko quote source
  • Docs: Update Install linux section (#203)

New in ticker 4.4.4 (Dec 21, 2021)

  • 8e9d81e fix: runtime error when printing holdings with no config/options

New in ticker 4.4.3 (Dec 20, 2021)

  • Fix: handle validation error.

New in ticker 4.3.0 (Sep 12, 2021)

  • Bdd0a64 feat: added printing holdings
  • 2b195b3 test: added test for crypto asset class from Yahoo
  • C8567b0 feat: added quote source
  • 53bba62 refactor: removed quote and position
  • C7f6094 refactor: moved currency rates request to yahoo to yahoo quote
  • 885beae refactor: watchlist and summary to use assets
  • 686dd46 refactor: removed fixed assets
  • D348a93 test: added test for GetSymbols
  • C30aaca test: added yahoo quote test
  • C45f22b fix: double currency conversion of summary day change
  • D6dc671 test: added tests for assets
  • D03b0a4 test: added base test for asset
  • 85d2ce2 refactor: renamed currency conversion code field names
  • Bb3804c refactor: added holding summary and holding weight
  • 462fe9f refactor: added asset, yahoo adapater, and common structs
  • 9f91b39 feat: added sorting by change to inactive symbols

New in ticker 4.2.1 (Aug 16, 2021)

  • Changelog
  • build: upgraded bubbles and bubbletea dependencies
  • docs: added note about using a config file with docker
  • docs: added docs for ui, summary, watchlist, format, style, and http
  • docs: added docs for position, quote, sorter, and start
  • docs: added docs for cli, currency, common, root
  • refactor: removed legacy line implementation and added docs for structs and functions

New in ticker 4.2.0 (Jun 1, 2021)

  • Changelog:
  • feat: added fixed cost to lots
  • test: fixed snapshot test for watchlist
  • fix: length of volume market cap column
  • build: upgraded bubbletea - addresses flickering on update and performance issues
  • ci: extended stale issue message timing
  • feat: added market cap and volume
  • feat: added option to disable currency conversion of unit cost in lots
  • refactor: added container struct for currency rates
  • feat: revised currency conversion option name and added docs
  • feat: added currency conversion for summary line only
  • refactor: removed third-party util library
  • docs: added section on development
  • docs: added link to alpaca-ticker-config
  • feat: swapped avg cost and quantity

New in ticker 4.1.1 (Apr 7, 2021)

  • Changelog:
  • Fix: hide summary if show holdings is disabled
  • Fix: hide holdings symbols when holdings are disabled

New in ticker 4.1.0 (Apr 6, 2021)

  • Changelog:
  • test: added snapshot test for watchlist
  • test: disabled watchlist table tests and updated option tests to be more specific
  • feat: dynamic width columns based on content
  • feat: added dynamic cell width calculation for quotes
  • fix: do not show position when flag is not set
  • docs: added note for snap config file
  • docs: fixed syntax in debugging guide
  • docs: added debugged guide

New in ticker 4.0.6 (Mar 17, 2021)

  • 7544040 fix: duplicate footer
  • Ac6e26d fix: panic when cell width is negative on resize
  • Ac404a6 fix: footer height and double bottom bar
  • C21074f docs: reinforce example to add multiple quantities/cost (#139)