Releases: timelyart/Kairos
Releases · timelyart/Kairos
Several fixes
- Updated to reflect recent changes to the layout (thanks @mrcrdwd)
- Improved handling of downloads (thanks @mrcrdwd)
- Fixed the export of trades for tickers that don't have the quote in their name, e.g. BTCPERP, when exporting trades.
- Fixed a bug wherein Kairos didn't close the cookie banner on first time use when the browser user directory is created, possibly leading to 'new device' messages for every Kairos instance thereafter (see issue #77)
Set permissions of downloads
- Set permissions for downloaded files to read and write for anyone
Export list of trades
- Added support for exporting list of trades (issue #66)
- Delisted markets will no longer be processed
- Fixed the outdated css for the performance summary tab
Startegies: support for timeframe
Fixed issues with layout changes
Added is market valid check to back testing
- Added is market valid check to back testing. See #52
- Fixed logging file path
Accept cookies
- Fixed accepting cookies and made it a kairos.cfg setting. See issue #44.
Fixed an issue with retrieving values from checkboxes
- Fixed an issue with retrieving values from checkboxes on the strategy settings dialog. See issue #47.
Fixed an issue with setting checkboxes on the strategy dialog
- Fixed an issue with setting checkboxes on the strategy dialog. See issue #47.
Fixed an issue with setting select boxes on the inputs tab of the strategy dialog
- Fixed an issue with setting select boxes of an input value that is part of a defined set of input values in the YAML. See issue #48.