Releases: tarkah/tickrs
Releases · tarkah/tickrs
v0.13.0
Added
- Candestick chart support has been added. You can press 'c' to toggle between
line and candlestick charts (#75)- You can also pass the
--candle
flag on startup, or specifycandle: true
in the config file to launch with candlestick charting enabled
- You can also pass the
Changed
- All theme colors are now optional and can be selectively included / omitted from
the theme config (#76)
Fixed
v0.12.0
Added
- Custom themes can now be applied. See the themes wiki entry for more information (#69)
v0.11.0
Added
- Summary pane can be scrolled with Up / Down arrows if more tickers are present
than are able to be shown in the terminal (#63) - A config file can now be used to change program behavior. A default file will
be created / can be updated at the following locations (#66) Wiki entry- Linux:
$HOME/.config/tickrs/config.yml
- macOS:
$HOME/Library/Application Support/tickrs/config.yml
- Windows:
%APPDATA%\tickrs\config.yml
- Linux:
- Current tab can be reordered by using
Ctrl + Left / Right
(#67)
v0.10.2
v0.10.1
v0.10.0
v0.9.1
v0.9.0
v0.8.0
Features Added
- Added support for pre / post market graphing. This can be toggled with
p
. - By default, pre market time is graphed since 4am ET. This can be truncated to 9am ET with
--trunc-pre
flag.
Fixed
- Fixed bug that'd crash when window size was too small
v0.7.2
bump version