Releases: tarkah/tickrs
Releases · tarkah/tickrs
v0.15.0
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.25Special thanks to @michal-pielka for this feature
v0.14.11
Fixed
- User agent added to fix failing yahoo finance API requests
v0.14.10
Fixed
- Race condition preventing data from loading if a long update interval was defined
v0.14.9
Fixed
- Fixed API breakage preventing quotes from loading
v0.14.8
Packaging
- Updated dependencies
v0.14.6
v0.14.4
Packaging
- Add support and releases for Android (aarch64-linux-android)
v0.14.3
v0.14.2
v0.14.1
Packaging
tickrscan 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