Releases: Codaone/DEXBot
Releases · Codaone/DEXBot
0.1.8
Features:
- Added file logging for the GUI and the CLI
Known issues:
- The executables don't come with the config.yml file. Temporal fix is to create this file https://github.com/Codaone/DEXBot/blob/master/config.yml next to the executable
0.1.7
Features:
- The GUI now displays the version number
Fixes:
- Fixed an issue where relative orders crashed on start
Known issues:
- The executables don't come with the config.yml file. Quick fix is to create this file https://github.com/Codaone/DEXBot/blob/master/config.yml next to the executable
0.1.6
Features:
- Multi-worker support (Now supports up to 10 workers at the same time)
Changes:
- Bots are now called "workers"
- Simple strategy renamed to relative orders
- Logic in relative orders changed, it should now place orders according to the original description
Fixes:
- Fixed a small problem with balance calculation
Known issues:
- Profit calculation in relative orders strategy currently doesn't work and doesn't get updated.
0.1.5
0.1.2
Release 0.1.0
- Added basic GUI for bot management
- Added simple strategy
- Fixed multiple bugs