Skip to content

4.41.1

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Feb 20:21
078e535

[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
  • Fixed high-severity vulnerability related to electron-builder. PR: bfx-report-electron#593

Security