You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.