这是indexloc提供的服务,不要输入任何密码
Skip to content

4.35.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 08:34
· 78 commits to master since this release
a0ea3a4

[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

Changed

  • Actualized the Tax Report data handling. PR: bfx-report-ui#922
  • 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