This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
Releases: Olavhaasie/coinget
Releases · Olavhaasie/coinget
v2.1.0
coinget
now uses CMake as build generation tool 🎉- Added
clang-tidy
to CMake and fixed some warnings - Formatted code with
clang-format
(Secretly made this release to get coinget
into the GitHub Archive Program) 😶
v2.0.0
- coinget now uses subcommands🖥️
- all previous functions have migrated to
list
subcommand` - new
stats
subcommand to list global market information📈 - new
portfolio
subcommand to keep track of your own investments in crypto💰 - better formatting
- some inside code cleaning✨
v1.3.0
- specify more than one crypto to create a list of your own
- better response code handling
version 1.2.1
Added macOS support
version 1.2
- fix lowercase fiat currencies
- tabled output
version 1.1.1
- fix USD
- USD is default currency and any given currency will replace it
third release
- add
--no-color
option - add stand alone crypto id option
- add issue and pr templates
second release
- added checking of given arguments
- added error checking of returned api call
- added documentation