Skip to content

4.34.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 01:28
· 557 commits to master since this release
f212ab1

[4.34.1] - 2025-04-09

Added

  • Added ability to avoid queuing sync by scheduler if sync is already in progress to prevent redundant sync in case a user has lots of data and sync takes time until the run of the scheduler. PR: bfx-reports-framework#446
  • Added Margin trading and Derivative support to the Tax Report sources. PR: bfx-report-ui#909

Changed

  • Changed the order of getting the price of the pub trades moving from the end to the start by timestamps to overcome some rare cases. Related to this issue: bfx-report-electron#493. PR: bfx-reports-framework#445
  • Disabled Average Win/Loss refresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: bfx-report-ui#916
  • Improved derivative currencies formatting (like ETHF0 -> ETH (deriv) etc.) for a more consistent looking and representation. PR: bfx-report-ui#910
  • Improved sync info popup proportions for a better look after the changing used font family. PR: bfx-report-ui#901
  • Disabled Traded Volume refresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: bfx-report-ui#906

Fixed