Skip to content

Commit 5e4e8a9

Browse files
authored
Merge pull request #555 from ZIMkaRU/feature/release-electron-app
Release version 4.37.0 to staging
2 parents d8640bc + 2cab4b5 commit 5e4e8a9

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.37.0] - 2025-09-24
11+
12+
### Added
13+
14+
- Implemented `USDT0ARB`, `USDT0INK` and `USDT0OPX` support in the symbols filters. PR: [bfx-report-ui#958](https://github.com/bitfinexcom/bfx-report-ui/pull/958)
15+
- Added network to `Tether` ccy for movement export similar to the UI representation. Added a similar approach as on the UI side. PR: [bfx-report#446](https://github.com/bitfinexcom/bfx-report/pull/446)
16+
- Showed `mtsStarted` instead of `mtsUpdated` timestamp in the `Date` column of the `Movements` report. PR: [bfx-report-ui#960](https://github.com/bitfinexcom/bfx-report-ui/pull/960)
17+
- Added `created` and `updated` timestamp for movements export. PR: [bfx-report#448](https://github.com/bitfinexcom/bfx-report/pull/448)
18+
19+
### Changed
20+
21+
- Reworked and optimized `WalletSelector` in a more performant way. PR: [bfx-report-ui#955](https://github.com/bitfinexcom/bfx-report-ui/pull/955)
22+
- Reworked `SectionSwitch` in a more performant way and reduced redundant code. PR: [bfx-report-ui#956](https://github.com/bitfinexcom/bfx-report-ui/pull/956)
23+
- Removed the filter normalizer to speed up requests, as it is not being used. PRs: [bfx-report#445](https://github.com/bitfinexcom/bfx-report/pull/445), [bfx-reports-framework#473](https://github.com/bitfinexcom/bfx-reports-framework/pull/473)
24+
25+
### Fixed
26+
27+
- Hid the `Invoices` report due to unannounced removal of the `payInvoiceList` endpoint from the `BFX API`. PR: [bfx-report-ui#961](https://github.com/bitfinexcom/bfx-report-ui/pull/961)
28+
- Removed `payInvoiceList` endpoint support due to unannounced removal from the `BFX API`. PRs: [bfx-report#449](https://github.com/bitfinexcom/bfx-report/pull/449), [bfx-reports-framework#479](https://github.com/bitfinexcom/bfx-reports-framework/pull/479)
29+
30+
### Security
31+
32+
- Showed npm lib scripts output to the foreground due to security reasons, disabled npm lib scripts where it's possible. PRs: [bfx-report-express#51](https://github.com/bitfinexcom/bfx-report-express/pull/51), [bfx-report-ui#959](https://github.com/bitfinexcom/bfx-report-ui/pull/959), [bfx-report-electron#551](https://github.com/bitfinexcom/bfx-report-electron/pull/551), [bfx-report#447](https://github.com/bitfinexcom/bfx-report/pull/447), [bfx-reports-framework#478](https://github.com/bitfinexcom/bfx-reports-framework/pull/478)
33+
1034
## [4.36.4] - 2025-08-27
1135

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

0 commit comments

Comments
 (0)