Skip to content

4.34.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 08:35
· 568 commits to master since this release
5a66602

[4.34.0] - 2025-03-26

Added

  • Added light/dark themes to the electron wrapper and adds ability to couple with the UI. PR: bfx-report-electron#511
  • Added the rest of translation files to the electron wrapper. PR: bfx-report-electron#517
  • Added ability to display Login to Reports with token screen after the logout (like it was before the previous updates) and removed the outdated title from it. Implemented logging out from the main platform on Reports logout. PR: bfx-report-ui#902

Changed

  • Increased WebSockets ping interval between HTTP server and Grenache worker for performance due to heavy sync cases. PR: bfx-report-express#44
  • Removed seeing changelog on startup. PR: bfx-report-electron#514
  • Increased app initialization timeout to 30min to be able to execute sqlite vacuum command on launch. PR: bfx-report-electron#516

Fixed

  • Fixed local path showing when exporting report files. PR: bfx-report#422
  • Made comprehensive sync performance improvement. PR: bfx-reports-framework#437
  • Fixed WebSocket reconnection flow for long sync cases to prevent losing sync finishing event. PR: bfx-report-ui#904
  • Fixed incorrect symbols processing during redirection from Orders to Order Trades section for paper trading pairs and related errors. PR: bfx-report-ui#905
  • Fixed the synchronization type checking flow to prevent the possibility of an incorrect state setting in some cases. Allowed fetching of previously synced reports during the auto-sync after the app update. PR: bfx-report-ui#908

Security