Skip to content

Releases: Codaone/DEXBot

0.7.0

01 Oct 11:16
Compare
Choose a tag to compare

Features:

  • #46 - Settings window for editing nodes from the GUI
  • #318 - Dynamic spread for Relative Orders strategy
  • #304 - Slope modes for Staggered Orders strategy
  • #305 - Add strategy template for easier strategy creation and new improved base for strategies

Changes:

  • #301 - Updated readme with links to OSX and Raspberry pi install instructions on the Wiki
  • #310 - Added missing functionality for placing an order from old basestrategy.py to new base.py
  • #311 - Refactor Staggered Orders fallback logic
  • #322 - Updated default nodes list

Fixes:

  • #315 - Fix for getting amount based buy and sell prices from the market
  • #320 - Fix calculation for own spread
  • #323 - Fix bug when moving node up / down in settings list causing selection focus lost

Contributors:
@bitfag, @joelvai, @MarkoPaasila, @thehapax

0.6.2

11 Sep 10:21
Compare
Choose a tag to compare

Features:

  • #292 - Staggered Orders revision

Fixes:

  • Editing Staggered Orders worker no longer cancels orders
  • Fixed crash when editing offline worker

Contributors:
@bitfag, @joelvai, @mikakoi

0.5.17 Hotfix

30 Aug 05:39
Compare
Choose a tag to compare

Fixes:

  • #295 - Fixed relative orders error when creating a worker

Contributors:
@joelvai

0.5.16

29 Aug 12:59
Compare
Choose a tag to compare

Features:

  • #277 - Strategies can now be used from external packages
  • #226 - Implemented multiple different settings to trigger reset orders in relative orders

Changes:

  • #269 - Updated project dependencies
  • #203 - Visual enhancements to the GUI

Fixes:

  • #270 - Fixed relative orders log flooding
  • #279 - Preserve --configfile when running dexbot-cli configure

Contributors:
@mikakoi, @ihaywood3, @bitfag, @joelvai

0.5.10

06 Aug 11:20
Compare
Choose a tag to compare

Fixes:

  • #263 - Fix a crash when placing orders
  • #262 - Properly handle "Unable to find Object" exception
  • #261 - Fix issues when trying to place orders with 0 amount

Contributors:
@bitfag, @mikakoi

0.5.6

03 Aug 11:37
Compare
Choose a tag to compare

NOTE: We are aware that the binary files aren't working for some people, we plan to fix this as soon as possible

Features:

  • #95 - Fee asset can now be set for workers
  • #255 - [For developers] Auto generated forms now have attribute access

Changes:

  • #254 - Private key is now optional in the GUI. Leaving the field empty will try to get the saved private key from the database

Fixes:

  • #253 - Fixed a crash in the CLI
  • #255 - Fixed ComboBox value population for auto generated forms

Contributors:
@bitfag, @mikakoi

0.5.2

27 Jul 11:01
Compare
Choose a tag to compare

Features:

  • #251 - Added GUI auto generation for developers. Strategies can now be made without wasting time on designing UI elements
  • #251 - Added tooltips to the GUI for explaining worker parameters

Changes:

  • #236 - Added default list of nodes

Fixes:

  • Fixed a crash when can't connect to a node
  • #240 - Fixed crashing on startup
  • Asset names can now have dots in the CLI

Contributors:
@mikakoi, @joelvai, @bitfag, @ihaywood3

0.4.8

21 Jun 10:54
Compare
Choose a tag to compare

Changes:

  • Renamed orders.csv to history.csv
  • Moved the log file to a data folder (File locations are listed in the wiki)
  • CLI configure now asks for wallet password

Fixes:

  • Fixed "Wallet locked" error
  • #210 - Fixed duplicate key error (This isn't completely fixed but it shouldn't happen as often)

Contributors:
@joelvai

0.4.6

15 Jun 12:42
Compare
Choose a tag to compare

Note: Required asset indicator (for staggered orders) in the GUI currently doesn't work with manual center price, we'll fix this in a later release

Features:

  • #179 - Manual center price has been added to Staggered Orders
  • #153 - Manual center price offset has been added to Relative Orders
  • #80 - Trade history with completed orders is now generated into orders.csv (The location is system specific so just search for orders.csv from your system)

Changes:

  • #38 - Asset input is now forced uppercase in the GUI
  • #182 - Made error dialog bigger and made it resize-able

Fixes:

  • #75 - Fixed a crash when trying to remove a worker without a private key

Contributors:
@mikakoi, @joelvai

0.4.0

07 Jun 10:45
Compare
Choose a tag to compare

Features:

  • New CLI command "configure". Just type "dexbot-cli configure" to edit the config file
  • The CLI version can now be ran as a background process with the configure command

Changes:

  • #174 - Changed Staggered Orders order expiration time from 7 days to 5 years
  • #181 - Changed the worker widget to use a flowlayout
  • #72 - CLI and GUI are now separated to their own release files
  • #144 - Config file now has each setting on it's own line

Fixes:

  • #172 - Fixed logging messages not displaying correctly in the CLI
  • #170 - Staggered Orders no longer cancel all on error
  • #177 - Fixed Staggered Orders strategy maintain logic slowness
  • #110 - Fixed tab order in wallet creation window
  • #102 - Fixed an exploit with loading the config file

Contributors:
@mikakoi @Orppa @joelvai @ihaywood3 @bitfag