Skip to content

Commit 8ba76c2

Browse files
authored
Merge pull request #604 from ZIMkaRU/feature/release-electron-app
Release version 4.42.0 to staging
2 parents f27de5d + 832def2 commit 8ba76c2

5 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.42.0] - 2026-03-18
11+
12+
### Changed
13+
14+
- Updated the `config` dep up to `v4` to support nodejs `v24` for electronjs update to `v40`. PR: [bfx-report-express#57](https://github.com/bitfinexcom/bfx-report-express/pull/57)
15+
- Updated `better-sqlite3` dep up to `v12.4.1` to have the last prebuilt binaries and be able to launch the driver under electron `v40` with nodejs `v24`. PR: [bfx-facs-db-better-sqlite#15](https://github.com/bitfinexcom/bfx-facs-db-better-sqlite/pull/15)
16+
- Moved platform and env identifiers into a separate module for unification. PR: [bfx-report-electron#600](https://github.com/bitfinexcom/bfx-report-electron/pull/600)
17+
18+
### Fixed
19+
20+
- Updated `electronjs` version up to `v40.8.0` as support for `v38` was dropped on Mar 10th. Fixed some issues related to new Chromium updates and specific features of working in the Wayland env on Linux. PR: [bfx-report-electron#602](https://github.com/bitfinexcom/bfx-report-electron/pull/602)
21+
22+
### Security
23+
24+
- Updated dependencies and fixed vulnerabilities. PR: [bfx-report-ui#1044](https://github.com/bitfinexcom/bfx-report-ui/pull/1044)
25+
- Migrated the BFX deps to the new `@bitfinex` namespace and fixed dep vulnerabilities. PR: [bfx-report-express#58](https://github.com/bitfinexcom/bfx-report-express/pull/58)
26+
1027
## [4.41.1] - 2026-02-25
1128

1229
### Changed

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.1",
3+
"version": "4.42.0",
44
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
55
"description": "Reporting tool",
66
"author": "bitfinex.com",

0 commit comments

Comments
 (0)