Skip to content

Releases: Codaone/DEXBot

0.1.8

06 Apr 06:58
Compare
Choose a tag to compare

Features:

  • Added file logging for the GUI and the CLI

Known issues:

0.1.7

04 Apr 12:32
4a76dd8
Compare
Choose a tag to compare

Features:

  • The GUI now displays the version number

Fixes:

  • Fixed an issue where relative orders crashed on start

Known issues:

0.1.6

04 Apr 07:38
4a76dd8
Compare
Choose a tag to compare

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

29 Mar 11:42
Compare
Choose a tag to compare
Change dexbot version number

0.1.2

12 Mar 12:12
Compare
Choose a tag to compare

Features:

  • Edit bot info in the GUI
  • Dynamic center price option for simple strategy
  • Travis and Appveyor integration

Changes:

  • Orders now cancel when bot is paused in the GUI

Fixes:

  • Minor bug fixes here and there

Release 0.1.0

14 Feb 10:33
Compare
Choose a tag to compare
  • Added basic GUI for bot management
  • Added simple strategy
  • Fixed multiple bugs