All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Placeholder
- Handle exception requests.exceptions.HTTPError as per krakenex v2.0.0 migration instructions
- Updated krakenex dependency to v2.2.1 to solve issue where public API calls require to use GET method instead of POST.
- No code changes, update CI only, remove py3.4, add py3.7 and py3.8.
- No code changes, fix release issue only.
0.8.3 - 2018-01-22
- Add
-T
/--nopost
option toplace
command in order to allow limit taker orders.
0.8.2 - 2017-12-13
- Add
-r
/--userref
param toplace
command (by citec) - Change handling of ValueError on invalid response of the API to error log level.
- Gracefully handle missing fields for the trade balance summary
0.8.1 - 2017-10-24
- Add
--csvseparator
option (idea from B00m)
0.8.0 - 2017-10-24
- Add OHLC API call (by B00m)
0.7.0 - 2017-09-06
- Add margin trading support: (by melko)
leverage
argument for the place subcommand- new
positions
subcommand, to let the user see his open positions - new
trade_balance
subcommand, for a short summary of the trading balance
- Add commands
deposit_methods
anddeposit_addresses
(by citec) - Add
ledgers
command (by citec) - Add QueryOrders calls by adding
--txid
/-i
toclist
andolist
commands (by citec) - Add TradesHistory and QueryTrades call as
trades
command (by citec) - Add CSV output with global option
--csv
(by citec)
0.6.2 - 2017-08-03
- Fix bug in balance output for asset pairs shorter than 4 characters.
- clikraken_utils: add base_quote_short_from_asset_pair() to handle base/quote detection from asset pair string
0.6.1 - 2017-06-15
- Fix issue #6: force tabulate to represent floats with more decimals.
- Fix issue #7: 4-letter asset pairs aren't correctly displayed
- add Makefile commands
setup_dev
andtest
to facilitate setting a development environment up.
0.6.0 - 2017-04-28
- Add new subcommand "asset_pairs" (alias "ap") to list the available asset pairs (thanks t0neg)
- Add setting "ticker_currency_pairs" for the default asset pair list for the ticker subcommand. Default value is XBTUSD,XBTEUR,ETHUSD,ETHEUR
0.5.0 - 2017-04-01
- List open and closed orders are not filtered automatically anymore unless explicitly specified by
--pair
parameter. (by t0neg) - Allow to use short version of asset pair (e.g. ETHEUR) in addition to the fully qualified version (e.g. XETHZEUR) when filtering results of list open and closed orders. (by t0neg)
- Add
requirements.txt
. - Add
--debug
top-level option. Does not do much at the moment. In combination with the--raw
option, shows normal clikraken's output in addition to the raw JSON output.
0.4.2 - 2017-03-31
- Remove setup.cfg setting "universal wheel", since this project is nt python2 compatible at all.
0.4.1 - 2017-03-31
- Add Appveyor CI for windows testing.
- Remove cram from the test framework since it's not usable on windows.
- Clikraken is now officially compatible with Python 3.5 and 3.6.
0.4.0 - 2017-03-30
- Put the source under src folder and slightly restructure package to make it more stable and suitable to development and testing.
- Introduce test framework using tox, pytest, flake8 and cram.
- Introduce CI with Travis-CI.
0.3.2 - 2017-03-16
- Loosen the check on the API keyfile. Allow public API queries even if no keyfile is available.
0.3.1 - 2017-03-16
- Allow 'cancel' subcommand to take many order IDs.
0.3.0 - 2017-03-13
- Include timezone in timestamp outputs.
0.2.5 - 2017-03-13
- Silence 'EAPI:Invalid nonce' errors while in cron mode.
0.2.4 - 2017-02-13
- Catch http.client.BadStatusLine while querying Kraken's API and silence it while in cron mode.
0.2.3 - 2016-12-29
- Catch ValueError while querying Kraken's API and silence it while in cron mode.
0.2.2 - 2016-12-11
- Add a
--cron
option that downgrades errors related to the communication with Kraken's API (for example TimeoutError or ConnectionResetError) from ERROR to INFO level. Together with the change described below, this means that those errors are now sent to stdout instead of stderr when cron mode is active. So you can use the new option together with1>/dev/null
in a cron script and avoid being spammed when Kraken is not available.
- Logging now sends DEBUG and INFO messages to stdout, and WARNING and above to stderr (previously all was sent to stderr).
- If available, call
win_unicode_console.enable()
to fix issues with unicode characters in Windows console.
0.2.1 - 2016-11-20
- Big refactoring: get rid of the monolithic clikraken.py and split the code into many smaller modules.
- Use pypandoc.convert_file() in setup.py since pypandoc.convert() is now deprecated.
- Add a hint on how to get help about a subcommand in the main help string.
0.2.0 - 2016-11-05
- New environment variable CLIKRAKEN_DEFAULT_PAIR to override the default currency pair.
- New environment variable CLIKRAKEN_API_KEYFILE to override the default keyfile location.
- New environment variable CLIKRAKEN_USER_SETTINGS_PATH to override the default user settings file location.
- Add short alias "p" for the "place" command.
- Do proper logging of info/warning/error messages.
- Log lines will be colorized on terminal if colorlog is available (pip install colorlog).
- Remove manual steps in the README concerning manual installation of dependencies. Now that python3-krakenex is packaged on PyPI, it is not necessary anymore.
0.1.9 - 2016-10-29
- New setting "trading_agreement", defaulting to "not_agree".
- Fix market orders by adding "trading_agreement" in the AddOrder call.
0.1.8 - 2016-10-23
- Add link to PyPI package page in the README.
- Fix bug when Kraken API returns no error field.
0.1.7 - 2016-10-22
- Add a real CHANGELOG.
- Usage examples in the README.
- Always print errors coming from Kraken API.
- Pretty-print output of PlaceOrder and CancelOrder API Calls.
- Market orders now work, price is an optional argument.
- Option to show program version changed from '-v' to '-V'.
- Do not force the price to be of Decimal type. Allows to use relative price.
- ticker: dynamic unit prefixing for volume value.
0.1.6 - 2016-09-26
- Add short aliases to ticker, depth and cancel commands
0.1.5 - 2016-08-22
- Fix sorting by prices by casting to Decimal.
0.1.4 - 2016-08-21
- Catch ValueError raised from krakenex when the API response is empty
0.1.3 - 2016-08-20
- Some rework and clarifications in the README
0.1.2 - 2016-08-20
- Implemented user settings in a INI file ("~/.config/clikraken/settings.ini")
- New subcommand that outputs the contents of the default settings.ini file
0.1.1 - 2016-08-20
- API key file location moved to '~/.config/clikraken/kraken.key'