Skip to content

Releases: tarkah/tickrs

v0.7.1

07 Oct 16:37
d1bf56c
Compare
Choose a tag to compare
  • fix bug where prev close price / pct change / prev close line wouldn't
    refresh on a new market day

v0.7.0

22 Sep 17:23
4c4e04d
Compare
Choose a tag to compare

Features Added

  • Added support for displaying futures

v0.6.0

14 Sep 17:58
00fb0a0
Compare
Choose a tag to compare

Features Added

  • added --hide-toggle option to hide the toggle block
  • added a line on the 1D chart to indicate the previous days close
    price. This helps visualize the +/- on the day. This can be disabled
    with --hide-prev-close.
  • added a loading indicator next to the stock name while wait for API
    data to return.

Improvements

  • updated the widgets to not partially render while waiting for all the
    inital API data to be returned.

Bug fixes

  • fixed visual bug where background was hardcoded as black color

v0.5.0

10 Sep 19:42
d8fd96e
Compare
Choose a tag to compare

New Features

  • Added x-axis labels that can be toggled by pressing x or passing -x from the command line.
  • New command line option -t, --time-frame <time-frame> Use specified time frame when starting program and when new stocks are added [default: 1D] [possible values: 1D, 1W, 1M, 3M, 6M, 1Y, 5Y]
  • New command line option -i, --update-interval <update-interval> Interval to update data from API (seconds) [default: 1]

Internal Improvements

  • Adding a stock, switching time frames and opening the options pane is more responsive as a redraw is requested immediately after the API data is fetched initially
  • Graph data for different time frames and option data for different options dates are cached after being requested the first time, making switching back to those much more responsive.

v0.4.0

25 Aug 19:20
68f7438
Compare
Choose a tag to compare
  • Added Summary Mode. Pass --summary at command line to start in this mode. Press s inside the program to toggle between this mode.

image

v0.3.5

23 Aug 18:53
8bff1bb
Compare
Choose a tag to compare
  • Fix bug where you can't scroll in terminal after exiting. Disabled mouse capture when program exits.

v0.3.4

23 Aug 18:27
9995844
Compare
Choose a tag to compare
  • Display 3 letter currency code instead of hardcoded '$' symbol since
    not all stocks trade as USD.

v0.3.3 - 2020-08-21

21 Aug 16:24
91d1817
Compare
Choose a tag to compare
  • Fixed bug causing program to panic when a bad character was supplied
    entering a ticker symbol

v0.3.2 - 2020-08-19

19 Aug 19:09
6c60678
Compare
Choose a tag to compare

Fixed % change field in options pane, was using the wrong field

v0.3.1 - 2020-08-19

19 Aug 18:44
7cbeee7
Compare
Choose a tag to compare

Updated help message to include options pane functionality