4.35.0
·
539 commits
to master
since this release
[4.35.0] - 2025-04-23
Added
- Added warning message styles for PDF reports. PR: bfx-report#429
- Added ability to continue the
Tax Reportgeneration withoutdelistedcurrencies. PR: bfx-reports-framework#449 - Added ability to deduct trading fees in the
Tax Report. Added a flagshouldFeesBeDeductedto use that via a checkbox in the UI. PR: bfx-reports-framework#450 - Added native behavior to minimize and close the loading window. The main reason is to provide the ability to
minimizeand thenrestorethe loading window on all OSs as each OS has a specific behavior. Also added a close button to be able to interrupt the app startup. PR: bfx-report-electron#530 - Implemented
Credit Linewallet representation in theBalancessection. AddedCredit Linewallet support in the columns filters. PR: bfx-report-ui#920 - Implemented UI theme selection binding with Electron wrapper. The main idea is to have synchronized theme in UI and Electron-specific menus, modals, etc. PR: bfx-report-ui#921
Changed
- Actualized the
Tax Reportdata handling. PR: bfx-report-ui#922 - Disabled
Concentration Riskrefresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: bfx-report-ui#923