Skip to content

3.30.2

Compare
Choose a tag to compare
@vigan-abd vigan-abd released this 25 Aug 18:39
· 129 commits to master since this release
a75dcec

Changes

  • Enhanced interaction with the remaining Bitfinex ecosystem through a shortcut to the several other apps in the navbar
  • Added visibility into the account that is currently trading from the live API credentials submitted
  • Introduced Session Handling for the safe close of the app

Improvements

  • Users can now change modes without losing any changes to their current drafting strategy
  • Users can now create a new strategy from the current strategy with unsaved changes and inherit them
  • Technical Improvements:
    • Moved strategyDirty to redux state to save value across modes and pages
    • Similarly to BacktestOptionsPanel, using the IDE's input local state and debounce function, which dispatches updating strategy redux state actions

Fixes

  • Removing a strategy from the list no longer closes the current one
  • The "Edit in sandbox" action no longer stops execution
  • Minor UI fixes