Skip to content

4.43.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 11:42
· 67 commits to master since this release
6ea602e

[4.43.0] - 2026-04-08

Added

Changed

  • Resolved folder request access on mac when exporting. PR: bfx-report-electron#608
  • Reduced navigation panel width (by ~20%) and adjusted related elements sizing to have more useful space for the opened report itself. PR: bfx-report-ui#1049
  • Migrated from connected-react-router to redux-first-history due to the incompatibilities with the React 18+ new rendering behavior noted in some scenarios. PR: bfx-report-ui#1051

Fixed

  • Fixed GH Action for Mac E2E test runner due to electron update. PR: bfx-report-electron#606
  • Fixed the initial window state on all OSs when maximized or in full-screen mode. PR: bfx-report-electron#612
  • Fixed routes redirection issues (legacy /withdrawals and /deposits --> /movements) noted after the recent router migration, fixed notification duplication possibility noted in some scenarios. PR: bfx-report-ui#1053

Security