Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: tarkah/tickrs

v0.15.0

15 Dec 20:45
fc30955

Choose a tag to compare

Added

  • Portfolio tracking feature to display holdings, average price, and profit/loss for each ticker (@michal-pielka)
  • Configuration support for portfolio holdings in config.yml (@michal-pielka)

Portfolio

Track your portfolio holdings to see profit/loss
Each ticker is tracked with quantity and average purchase price
Ticker symbols must match those in the symbols list in order to be visible

# config.yml
portfolio:
  AMD:
    quantity: 1.3
    average_price: 221
  SPY:
    quantity: 100
    average_price: 450.25

Special thanks to @michal-pielka for this feature

v0.14.11

21 Feb 22:58
13db151

Choose a tag to compare

Fixed

  • User agent added to fix failing yahoo finance API requests

v0.14.10

17 Jun 20:13
c902b08

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

Choose a tag to compare

Fixed

  • Fixed API breakage preventing quotes from loading

v0.14.8

22 Feb 17:40

Choose a tag to compare

Packaging

  • Updated dependencies

v0.14.6

17 Aug 16:18

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

Choose a tag to compare

Packaging

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

v0.14.3

15 Mar 18:52
ab76c6b

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

Choose a tag to compare

Fixed

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

v0.14.1

02 Mar 17:47
2570b51

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