Skip to content

4.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 04:15
· 274 commits to master since this release
3c77fd2

[4.21.0] - 2024-03-20

Added

Changed

  • Updated GH Actions to use Nodejs v20 to prevent breaking changes in workflow. PRs: bfx-report#355, bfx-reports-framework#361, bfx-report-electron#344, bfx-facs-db-better-sqlite#9
  • Migrated from the deprecated reports generation methods usage to the actual ones according to the latest backend changes. PR: bfx-report-ui#784
  • Allowed all pairs removal at the Market History / Spot section according to the latest UX improvement proposals: We should allow the user to remove the current pair and display an empty table that says No history to display. PR: bfx-report-ui#786
  • Improved print PDF under Electronjs. Turned off ipc log transport between render and main process as unused, it prevents ipc transport error from electron-log lib. Suppressed error modal window if pdf gen failed: the idea here is to inform the user if something goes wrong using WS event for better UX instead of showing a modal window error as it is annoying in most cases. Improved pdf generation performance for big html templates, uses loadFile method of electron api instead of base64 encoding. Bumped up Electronjs minor version to have the last fixes. PR: bfx-report-electron#342

Fixed

  • Prevented duplication possibility for items in the selectors of the UI. PR: bfx-report-ui#785