Releases: tarkah/tickrs
Releases · tarkah/tickrs
v0.7.1
- fix bug where prev close price / pct change / prev close line wouldn't
refresh on a new market day
v0.7.0
Features Added
- Added support for displaying futures
v0.6.0
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
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
v0.3.5
- Fix bug where you can't scroll in terminal after exiting. Disabled mouse capture when program exits.
v0.3.4
- Display 3 letter currency code instead of hardcoded '$' symbol since
not all stocks trade as USD.
v0.3.3 - 2020-08-21
- Fixed bug causing program to panic when a bad character was supplied
entering a ticker symbol
v0.3.2 - 2020-08-19
Fixed % change field in options pane, was using the wrong field
v0.3.1 - 2020-08-19
Updated help message to include options pane functionality