4.41.0
·
251 commits
to master
since this release
[4.41.0] - 2026-02-04
Added
- Added
auto-updatebypass for dev mode on mac for the implementation of auto-update toast UI under main UI control. PR: bfx-report-electron#588 - Implemented own module to get the app root path as the
electron-root-pathlib is not supported for a lot of time and brings some conflicts to the dependence tree (only works withnpm i --force). PR: bfx-report-electron#585 - Provided feature to open exported report in file manager. PRs: bfx-report-electron#579, bfx-report-ui#1018
- Implemented showing the year for the charts values for periods longer than a year. PR: bfx-report-ui#1015
Changed
- Prevented writing logs to the file for the hosted version only, delegating it to the stderr stream and then to process management logging. PR: bfx-report#464
- Removed deprecated Turkish translations. PRs: bfx-report#463, bfx-reports-framework#497, bfx-report-electron#589, bfx-report-ui#1009
- Updated copyright to 2026 for pdf reports. PR: bfx-report#462
- Provided the new BFX icon to the electron app with corresponding formats and sizes. PR: bfx-report-electron#587
- Used and adapted the implemented modal window for the
change-sync-frequencymodule instead of theelectron-alertlibrary. PR: bfx-report-electron#582 - Used and adapted the implemented modal window for the
restore-dbmodule instead of theelectron-alertlibrary. PR: bfx-report-electron#581 - Adjusted the
Movementsreport date columns. PR: bfx-report-ui#1007 - Actualized BFX favicon. PR: bfx-report-ui#1006
- Removed
Trading fees charged in the last 30 dayssection from the webAccount Summarypage. PR: bfx-report-ui#1005
Fixed
- Fixed file descriptor consumption issue to prevent leaks and reaching the allocated limit of descriptors for each process. PR: bfx-report#465
- Fixed the export date format in report files. The issue is in passing params to the corresponding formatter functions. PR: bfx-report#461
- Fixed a bypass for the getting actual ccy price, first look up in the candles table, if no price, look up in pub trades via bfx api (not in synced local db). PR: bfx-reports-framework#495
- Rolled back to react 17+ as a
quick fixfor the noted incompatibility 18+ versions with the currently used connected-react-router and related issues noted in some scenarios. PR: bfx-report-ui#1027 - Fixed an issue when the app renders before translations are loaded noted in some rare cases. PR: bfx-report-ui#1020
- Fixed the issue related to the app-only nav items displaying for the web, noted after recent updates. PR: bfx-report-ui#1016
Security
- Fixed
node modulevulnerabilities. PR: bfx-report-electron#586 - Updates dependencies to fix vulnerabilities, fixed conflicts and actualized configurations. PR: bfx-report-ui#1019, bfx-report-ui#1008