4.34.0
·
568 commits
to master
since this release
[4.34.0] - 2025-03-26
Added
- Added
light/darkthemes 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 tokenscreen after the logout (like it was before the previous updates) and removed the outdated title from it. Implemented logging out from the main platform onReportslogout. PR: bfx-report-ui#902
Changed
- Increased
WebSocketsping interval betweenHTTPserver andGrenacheworker for performance due to heavy sync cases. PR: bfx-report-express#44 - Removed seeing
changelogon startup. PR: bfx-report-electron#514 - Increased app initialization timeout to
30minto be able to execute sqlitevacuumcommand 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
WebSocketreconnection flow for long sync cases to prevent losing sync finishing event. PR: bfx-report-ui#904 - Fixed incorrect symbols processing during redirection from
OrderstoOrder Tradessection 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
- Updated deps with vulnerabilities and added
package-lockfile due to the last security requirements. PRs: bfx-report-ui#912, bfx-report#424, bfx-report#427, bfx-reports-framework#439, bfx-reports-framework#441, bfx-report-express#45, bfx-report-electron#518, bfx-report-electron#520 - Updated
axiosto1.8.4in the UI. PR: bfx-report-ui#911