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.41.1] - 2026-02-25
Changed
Updated clean-stack module to have the latest fixes for electron app and improved stack cleaning to bring more useful info to the debugging flow. PR: bfx-report-electron#592
Reworked the config keeper module, which manadge json config files on the user pc to have validation on the loading and saving stages to keep a strict data structure and avoid unexpected behavior due to wrong values. If not valid, reset to the defaults. Also added createdAt and updatedAt timestamps for easier debugging. Additionally, redundant undeclared fields in json schema will be removed on the loading stage. PR: bfx-report-electron#595
Fixed
Fixed authToken actualization in the URL (without page refreshing). PR: bfx-report-ui#1030
Fixed number formatter utils with bignumber.js for better values precision. PR: bfx-report-ui#1033
Prevented the Account Summary page from crashing in some corner cases when we receive an unexpected payload format. PR: bfx-report-ui#1039