Skip to content

Commit 74bf585

Browse files
authored
Merge pull request #613 from ZIMkaRU/feature/release-electron-app
Release version 4.43.0 to staging
2 parents c2633b5 + 46e19f6 commit 74bf585

5 files changed

Lines changed: 30 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.43.0] - 2026-04-08
11+
12+
### Added
13+
14+
- Created GH Actions job to put the changelog to the release page into draft before pushing. PR: [bfx-report-electron#607](https://github.com/bitfinexcom/bfx-report-electron/pull/607)
15+
- Migrated auto-update toasts to new UI implementation. PR: [bfx-report-electron#611](https://github.com/bitfinexcom/bfx-report-electron/pull/611)
16+
- Implemented the Reports app auto-update notifications. PR: [bfx-report-ui#1055](https://github.com/bitfinexcom/bfx-report-ui/pull/1055)
17+
18+
### Changed
19+
20+
- Resolved folder request access on mac when exporting. PR: [bfx-report-electron#608](https://github.com/bitfinexcom/bfx-report-electron/pull/608)
21+
- Reduced navigation panel width (by ~20%) and adjusted related elements sizing to have more useful space for the opened report itself. PR: [bfx-report-ui#1049](https://github.com/bitfinexcom/bfx-report-ui/pull/1049)
22+
- Migrated from `connected-react-router` to `redux-first-history` due to the incompatibilities with the `React 18+` new rendering behavior noted in some scenarios. PR: [bfx-report-ui#1051](https://github.com/bitfinexcom/bfx-report-ui/pull/1051)
23+
24+
### Fixed
25+
26+
- Fixed GH Action for Mac E2E test runner due to electron update. PR: [bfx-report-electron#606](http://github.com/bitfinexcom/bfx-report-electron/pull/606)
27+
- Fixed the initial window state on all OSs when maximized or in full-screen mode. PR: [bfx-report-electron#612](https://github.com/bitfinexcom/bfx-report-electron/pull/612)
28+
- Fixed routes redirection issues (legacy `/withdrawals` and `/deposits` --> `/movements`) noted after the recent router migration, fixed notification duplication possibility noted in some scenarios. PR: [bfx-report-ui#1053](https://github.com/bitfinexcom/bfx-report-ui/pull/1053)
29+
30+
### Security
31+
32+
- Migrated the BFX deps to the new `@bitfinex` namespace, fixed dep vulnerabilities, removed deprecated `better-npm-run`, used `cross-env` with `concurrently` instead, and as a result improves `npm scripts`. PRs: [bfx-report#468](https://github.com/bitfinexcom/bfx-report/pull/468), [bfx-reports-framework#502](https://github.com/bitfinexcom/bfx-reports-framework/pull/502), [bfx-report-electron#609](https://github.com/bitfinexcom/bfx-report-electron/pull/609)
33+
- Updated UI dependencies to fix high vulnerabilities. PR: [bfx-report-ui#1048](https://github.com/bitfinexcom/bfx-report-ui/pull/1048)
34+
1035
## [4.42.0] - 2026-03-18
1136

1237
### Changed

bfx-reports-framework

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

0 commit comments

Comments
 (0)