You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[4.35.0] - 2025-04-23
Added
Added warning message styles for PDF reports. PR: bfx-report#429
Added ability to continue the Tax Report generation without delisted currencies. PR: bfx-reports-framework#449
Added ability to deduct trading fees in the Tax Report. Added a flag shouldFeesBeDeducted to 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 minimize and then restore the 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 Line wallet representation in the Balances section. Added Credit Line wallet 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
Disabled Concentration Risk refresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: bfx-report-ui#923