Skip to content

Releases: tarkah/tickrs

v0.13.0

19 Feb 18:52
e8e9c9a
Compare
Choose a tag to compare

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 specify candle: true
      in the config file to launch with candlestick charting enabled

Changed

  • All theme colors are now optional and can be selectively included / omitted from
    the theme config (#76)

Fixed

  • Fixed panic when width of terminal was too small on main stock screen (4cc00d0)
  • Fix bug where cursor icon still shows in some terminals such as WSL2 on Windows with Alacritty (#79)

v0.12.0

17 Feb 19:27
2c4bbfa
Compare
Choose a tag to compare

Added

  • Custom themes can now be applied. See the themes wiki entry for more information (#69)

v0.11.0

12 Feb 20:22
bb89c5d
Compare
Choose a tag to compare

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
  • Current tab can be reordered by using Ctrl + Left / Right (#67)

v0.10.2

10 Feb 19:42
0c78f12
Compare
Choose a tag to compare

Fixed

  • Fixed bug that would deadlock the program between 12am - 4am ET on the intraday 1D timeframe (#59)

v0.10.1

09 Feb 01:32
952795b
Compare
Choose a tag to compare

Fixed

  • Options pane now re-renders correctly when resizing terminal window (#57)
  • Prevent application from crashing when terminal was too small with options pane
    open (#57)

v0.10.0

08 Feb 23:01
226ba19
Compare
Choose a tag to compare

Fixed

  • Huge improvements to optimization of program. CPU usage is way down (#54)
  • Fix 1W - 6M time frame graphing for Crypto tickers where not all datapoints
    were plotted correctly across the x-axis (#55)

v0.9.1

06 Feb 21:12
Compare
Choose a tag to compare

Changed

  • Help page can be exited with q key (#51)
  • Added a note to help page about options not being enabled for crypto (#50)

Fixed

  • Stocks that IPOd more recently than selected timeframe no longer stretch the
    entire x-axis width and now start plotting at the correct spot (#48)
  • Fix bug where too many file descriptors are opened due to recreating http
    client (#53)

v0.9.0

05 Feb 00:54
780e95b
Compare
Choose a tag to compare

Features Added

  • Added support for graphing volumes. You can press v to toggle volumes

image

Fixed

  • Fixed issue on 1D graph with pre / post enabled where missing datapoints caused line to not reach end of x-axis by end of day. Now line always reaches end of x-axis

v0.8.0

01 Feb 18:24
ad2b62a
Compare
Choose a tag to compare

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

21 Dec 18:02
b4cbce0
Compare
Choose a tag to compare
bump version