Skip to content

Commit 59c9260

Browse files
authored
Merge pull request #597 from ZIMkaRU/feature/release-electron-app
Release version 4.41.1 to staging
2 parents 70a6d18 + be16cc5 commit 59c9260

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.41.1] - 2026-02-25
11+
12+
### Changed
13+
14+
- 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](https://github.com/bitfinexcom/bfx-report-electron/pull/592)
15+
- 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](https://github.com/bitfinexcom/bfx-report-electron/pull/595)
16+
17+
### Fixed
18+
19+
- Fixed `authToken` actualization in the URL (without page refreshing). PR: [bfx-report-ui#1030](https://github.com/bitfinexcom/bfx-report-ui/pull/1030)
20+
- Fixed number formatter utils with `bignumber.js` for better values precision. PR: [bfx-report-ui#1033](https://github.com/bitfinexcom/bfx-report-ui/pull/1033)
21+
- Prevented the `Account Summary` page from crashing in some corner cases when we receive an unexpected payload format. PR: [bfx-report-ui#1039](https://github.com/bitfinexcom/bfx-report-ui/pull/1039)
22+
- Fixed high-severity vulnerability related to `electron-builder`. PR: [bfx-report-electron#593](https://github.com/bitfinexcom/bfx-report-electron/pull/593)
23+
24+
### Security
25+
26+
- Updated dependencies to fix `high` vulnerability. PR: [bfx-report-ui#1034](https://github.com/bitfinexcom/bfx-report-ui/pull/1034)
27+
1028
## [4.41.0] - 2026-02-04
1129

1230
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bfx-report-electron",
3-
"version": "4.41.0",
3+
"version": "4.41.1",
44
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
55
"description": "Reporting tool",
66
"author": "bitfinex.com",

0 commit comments

Comments
 (0)