Skip to content

Releases: bitfinexcom/bfx-hf-ui

3.31.7

29 Oct 22:29
1700949
Compare
Choose a tag to compare
update version (#865)

Co-authored-by: Tarcisio Ferraz <[email protected]>

3.31.6

13 Sep 20:25
3b4db7a
Compare
Choose a tag to compare

New Features

  • Recurring algorithmic order
  • Backtest history

Improvements

  • Improved algorithmic order history response

Fixes

  • Fixed issue with strategy execution not generating trades

NOTICE: This release fixed the auto update issue on macOS related to 3.31.4 and 3.31.5

3.31.5

25 Jul 13:44
775cbcb
Compare
Choose a tag to compare

Improvements

  • Introduced datetime format personalisation
  • Auto close AO history on external click [GH-823]
  • Made table columns resizable
  • Reanimate and Delete AOs from History [GHI-826]
  • Updated "settings/about" with more information for users
  • Remove all AO and strategy related keymaps to prevent unwanted closures [GHI-814]
  • Clear AO history when switching accounts

Fixes

  • Removed template action from atomic orders
  • Edit AO order will have always toggle on buy
  • Fixed app crashes due to missing i18n object

Other

  • Remove Pendo integration
  • Make opt in to analytics as a default setting
  • Store visibleOnHit property for AO

NOTICE: This release contains a known issue regarding the auto-update functionality in macOS which prevents the feature from working. To use the most up-to-date version, please uninstall your current version and manually update to 3.31.6

3.31.4

08 Mar 18:52
41f6b73
Compare
Choose a tag to compare

New Features

  • New setting for the automatic restart of all AOs after disconnection [caution] - Release Notice here
  • Introduce disclaimer for Release Candidates
  • Introduced a new extendable JSON-based logging system (to be refined and enhanced in future releases) - Release Notice here

Improvements

  • Algorithmic Orders
    • Extended the history list to include all execution (both successful and failed)
    • Updated the AO edit action buttons
    • Remove historic order selection on click-out
    • Improved accessibility on smaller monitors
  • Technical Improvements
    • Show resume AO after 'meta:reload' event
  • UI improvements
    • Introduced scroll in the X direction for the order panel
    • Trading State filters only display the pairs in use instead of the full list

Fixes

  • Algorithmic Orders
    • Fixed AO cancellation on layout change
    • Fixed issue with orders being placed in the opposite direction of user setting
    • Fixed TWAP edit interval
    • Fixed Ping-Pong order info on the details modal
    • Fixed AO export (JSON)
    • Fixed Alias field reset on data.ao message (after AO resume)

NOTICE: This release contains a known issue regarding the auto-update functionality in macOS which prevents the feature from working. To use the most up-to-date version, please uninstall your current version and manually update to 3.31.6

3.31.2

15 Dec 19:58
b2a8fdc
Compare
Choose a tag to compare

Beta Program

  • all main features remain available to all users

New Features

  • Prepare for the introduction of Derivatives trading:
    • Introduce modified visual position widget
    • Introduce PnL on the strategy visual widget

Improvements

  • Orders now show last updated (which is the default sorting)
  • We now show backtest progress instead of the previous infinite loader
  • Introduced “Last X days” for backtesting instead of only datetime filters
  • Removed order restart modal from environment changes
  • Introduced credential validation according to the mode (paper, live)
  • Introduced a history feature to list past AOs in the Trading State panel
  • Introduced "Updated" in Order History
  • Technical Improvements
    • (refactor) Removed extract-zip
  • Minor UI improvements
    • Changed Backtest period selector
    • Added Trading Pair and Strategy Type to Draft Strategies
    • Introduced a hover behavior on Trading State rows
    • Inverted Trading State control positions
    • Fixes for UI during translations

Fixes

  • Fixed Orders closing unexpectedly during environment changes
  • Fixed CCY info modal break on USD/USDt
  • Fixed backtest not displaying trades adequately
  • Fixed Backtest wrong candle periods for calculations
  • Fixed modal with live orders not showing, when closing session from sandbox
  • BUY/SELL action not working when editing order

3.31.1

13 Oct 12:01
20df839
Compare
Choose a tag to compare

Beta Program

  • all main features remain available to all users

New Features

  • Prepare for the introduction of Derivatives trading

Improvements

  • Improved WS disconnection behaviour and messaging
  • Introduced a confirmation dialog before "app reset" to prevent unintentional losses of information
  • Introduced the possibility of clearing the application, while still saving the strategies' logic for reuse
  • Improved OS integration, but saving app window size an position across sessions
  • Technical Improvements
  • Minor UI improvements

Fixes

  • Fixes: on MacOS, closing the app while in full screen shows a black screen
  • Reverted TWAP order to its previous state
  • Fixed: WS doesn't return info.auid on auth
  • Fixed: changing API accounts didn't update user's order history or list
  • Fixed: Electron updater error in zip packages
  • Fixed: Removed Beta-Program feature flag from strategies
  • Fixed: Fullscreen and notification popups became inactive when modals are active
  • Minor UI fixes

3.31.0

27 Sep 12:42
9fd0440
Compare
Choose a tag to compare

Beta Program

  • With this release, all features are now available to all users

New Features

  • Integrated anonymous product usage metrics
  • Integrated Pendo to begin enriching the in-app experience with guides and other tools

Improvements

  • Improved auto-update functionality, which now downloads and restarts automatically to prevent unexpected errors from failed installs
  • Retrieval of exact fees to compute exact net values
  • Technical Improvements
  • Minor UI improvements

Fixes

  • Fixed issue blocking notification actions when a modal is opened
  • Fixed connection status display when switching between environments
  • Fixed issue with application not appearing in the tray when hidden
  • Minor UI fixes

3.30.3

01 Sep 16:41
03a9064
Compare
Choose a tag to compare

Changes

  • Added a way for users to reset their API credentials, without having to insert a new one
  • Introduced a new algo order type: Bracket Order

Improvements

  • Added fullscreen mode (hotkey F11)
  • Added "Save and Launch" behaviour to the strategies execution parameters
  • Improved Algo Order counter behaviour, to only count active algo orders
  • Technical Improvements:
    x Added i18n to AppUpdate component

Fixes

  • (hotfix) Downgraded electron to prevent an issue which was leaving the application blank on startup
  • Fixed issue with order book changing title but always showing BTC:USD data
  • Fixed ticker showing up as undefined/undefined when closing session
  • Minor UI fixes

3.30.2

25 Aug 18:39
a75dcec
Compare
Choose a tag to compare

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

3.30.1

18 Aug 18:56
1ad08c6
Compare
Choose a tag to compare

Changes

  • App can now run in the background, with the corresponding "minimize to tray" functionality

Improvements

  • Improved UI for smaller screens, including:
    x expandable strategy list
    x redesigned navbars
  • The trader can now edit a new copy of a running strategy without closing the active one

Fixes

  • Multiple fixes to the positions table
  • Minor UI fixes (edited)