4.40.0
·
341 commits
to master
since this release
[4.40.0] - 2025-12-17
Added
- Implemented its own solution for alert windows for the electron app instead of the
electron-alertlib usage for cases where we can't delegate alert maintenance to the main UI. PR: bfx-report-electron#572 - Added
USDT0 (Plasma)andUSDT0 (Polygon)support in theSymbolfilters and enhanced mapping flow to show allactivecurrencies (even not presented in pairs) instead of the fixed exception list. PR: bfx-report-ui#992 - Implemented
mtsUpdatedvalue representation in theUpdated Atcolumn for theMovementsreport and also added this column support to the filters. PR: bfx-report-ui#995
Changed
- Moved report emailing from
rest:ext:sendgridtorest:core:mailservice. PRs: bfx-report#456, bfx-report#457 - Excluded 2FA login and password from the error report modal window for the electron app in case the bfx api is not available. PR: bfx-report#458
- Prevented changing params possibility (and related auto-refresh) during the initial sync for the complex reports that require synced data for calculation to avoid generation errors. PR: bfx-report-ui#994
- Prevented
authTokenfrom being removed from theURLif it was available initially after the redirection, according to the specialized needs of theCustomerSupport team. PR: bfx-report-ui#996 - Changed column filter title from
ColumnstoColumns Filterfor more clarity to the users. PR: bfx-report-ui#997 - Removed fees sections from the web and app
Summarydue to deprecation. PR: bfx-report-ui#998
Fixed
- Excluded current value from language dropdown. PR: bfx-report-ui#991
- Fixed currently selected language displaying issue noted after the recent updates. PR: bfx-report-ui#993