Skip to content

Releases: ericm/stonks

v1.0.10

28 Mar 14:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.9...v1.0.10

v1.0.9

02 Nov 15:30
Compare
Choose a tag to compare
Release 1.0.9

v1.0.8

02 Jun 08:46
Compare
Choose a tag to compare

Minor bug fixes

  • Added test to check for footer overflowing

  • Added fix for date range not being set for periods greater than one day

v1.0.7

28 May 22:25
Compare
Choose a tag to compare

stonks.icu release

You can now access basic stock graphs for passed stock tickers via the stonks HTTP client (stonks.icu).

Try it:

$ curl stonks.icu/amd/ba

v1.0.6

24 May 16:29
Compare
Choose a tag to compare

Bug Fixes

  • Added a condition to change to month if only one result is returned, fixing #11

  • Clarified --days help message

New Features

  • Added --extra which gets pre and post data as well (for single days only)

v1.0.5

23 May 16:36
Compare
Choose a tag to compare

Bug Fixes

  • -d, -y, -w and --ytd now all work with $ stonks as well as stonks [symbols]

  • Cleaned up code in switches

v1.0.4

23 May 16:08
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue with default theme not reading from config

New Features

  • Added currency value to change after percentage

  • Add year and YTD display mode #9

  • Binaries are now available for Windows, MacOS and linux on each release.

v.1.0.3

21 May 14:38
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Type error when running stonks #6

v1.0.2

20 May 18:14
Compare
Choose a tag to compare

New Features

  • Added configuration variables to config file

  • Favourites are now sorted

Bug Fixes

  • Fixed issue with favouriting tickers containing a dot

v1.0.1

19 May 16:25
Compare
Choose a tag to compare

New Features

  • Added -t which gives you line, dot and icon themes #3

Bug Fixes

  • Added .yml to config extension to help resolve issues with MacOSX config files. #4 #2