Skip to content

Releases: tarkah/tickrs

v0.14.10

17 Jun 20:13
c902b08
Compare
Choose a tag to compare

Fixed

  • Race condition preventing data from loading if a long update interval was defined

v0.14.9

25 Jul 23:14
8a04f54
Compare
Choose a tag to compare

Fixed

  • Fixed API breakage preventing quotes from loading

v0.14.8

22 Feb 17:40
Compare
Choose a tag to compare

Packaging

  • Updated dependencies

v0.14.6

17 Aug 16:18
Compare
Choose a tag to compare

Added

  • Dynamic decimal places
    • Previously only 2 decimal places were used. This made it impossible to view assets that needed greater precision to chart properly.

image

v0.14.4

18 Mar 00:11
fbed755
Compare
Choose a tag to compare

Packaging

  • Add support and releases for Android (aarch64-linux-android)

v0.14.3

15 Mar 18:52
ab76c6b
Compare
Choose a tag to compare

Changed

  • API data is only fetched for widgets that are actively shown
    • This greatly reduces the number of active API requests when many tickers are
      added. Data is lazily fetched & updated once a widget is in view (#118)

v0.14.2

05 Mar 17:58
f270fa4
Compare
Choose a tag to compare

Fixed

  • Fix bug preventing Index tickers from working (#115)

v0.14.1

02 Mar 17:47
2570b51
Compare
Choose a tag to compare

Packaging

  • tickrs can be installed via Homebrew
brew tap tarkah/tickrs
brew install tickrs

Fixed

  • Fixed keybind to correctly capture SHIFT+TAB in the
    chart configuration pane (#110)

Changed

  • UI changes so that wording is consistent throughout (#112)
    • Stock symbols show as uppercase in tabs section
    • Letters for stock information are now capitalized
    • Words in Options pane are now capitalized
    • Toggle box shows the current chart type rather than the next chart type

v0.14.0

26 Feb 18:05
d7c6b54
Compare
Choose a tag to compare

Added

  • Kagi charts have been added! (#93)
    • You can specify custom reversal type (pct or amount), reversal value, and
      price type (close or high_low) within the GUI by pressing 'e'
    • New config options have been added to configure the behavior of Kagi charts,
      see the updated wiki entry
    • As Kagi charts x-axis is decoupled from time, the chart width may be wider than
      the terminal. You can now press SHIFT + < / >
      or SHIFT + LEFT / RIGHT to scroll the chart.
      An indicator in the bottom right corner will notify you if you can scroll further
      left / right
    • --candle has been deprecated in favor of --chart-type

Packaging

  • Linux: Binary size has been reduced due to some optimizations, from 10.6MB to
    8MB (#86)

Demo of Kagi chart

p2KGgWygiy

v0.13.1

22 Feb 20:18
b3f7bbc
Compare
Choose a tag to compare

Fixed

  • Fixed theme background not getting applied to all widgets (#84)
  • Fixed last x label for candlestick charts from showing unix time 0 for 1W - 5Y timeframes (#85)