8000 Release v0.5.0 · tarkah/tickrs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 19:42
d8fd96e

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.
0