4.34.1
·
557 commits
to master
since this release
[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 tradingandDerivativesupport to theTax Reportsources. 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/Lossrefresh 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 Volumerefresh 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
- Fixed
auto-update-toast:widthlistener by addinguidto definealertinstance and ajusts toast position and theme colors. Related to this issue: bfx-report-electron#526. PR: bfx-report-electron#527 - Fixed query builder for
nulloperator for sub-query. PR: bfx-reports-framework#444 - Prevented
getLastFinishedSyncMtsrequests and sync progress checking after the logout to avoid auth errors. PR: bfx-report-ui#917 - Fixed the
Electronmenu functionality to be available before login. PR: bfx-report-ui#907