Skip to content

Commit ef8fdfd

Browse files
authored
Merge pull request #523 from ZIMkaRU/feature/release-electron-app
Release version 4.34.0 to staging
2 parents c5428c0 + 7efed01 commit ef8fdfd

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.34.0] - 2025-03-26
11+
12+
### Added
13+
14+
- Added `light/dark` themes to the electron wrapper and adds ability to couple with the UI. PR: [bfx-report-electron#511](https://github.com/bitfinexcom/bfx-report-electron/pull/511)
15+
- Added the rest of translation files to the electron wrapper. PR: [bfx-report-electron#517](https://github.com/bitfinexcom/bfx-report-electron/pull/517)
16+
- Added ability to display `Login to Reports with token` screen after the logout (like it was before the previous updates) and removed the outdated title from it. Implemented logging out from the main platform on `Reports` logout. PR: [bfx-report-ui#902](https://github.com/bitfinexcom/bfx-report-ui/pull/902)
17+
18+
### Changed
19+
20+
- Increased `WebSockets` ping interval between `HTTP` server and `Grenache` worker for performance due to heavy sync cases. PR: [bfx-report-express#44](https://github.com/bitfinexcom/bfx-report-express/pull/44)
21+
- Removed seeing `changelog` on startup. PR: [bfx-report-electron#514](https://github.com/bitfinexcom/bfx-report-electron/pull/514)
22+
- Increased app initialization timeout to `30min` to be able to execute sqlite `vacuum` command on launch. PR: [bfx-report-electron#516](https://github.com/bitfinexcom/bfx-report-electron/pull/516)
23+
24+
### Fixed
25+
26+
- Fixed local path showing when exporting report files. PR: [bfx-report#422](https://github.com/bitfinexcom/bfx-report/pull/422)
27+
- Made comprehensive sync performance improvement. PR: [bfx-reports-framework#437](https://github.com/bitfinexcom/bfx-reports-framework/pull/437)
28+
- Fixed `WebSocket` reconnection flow for long sync cases to prevent losing sync finishing event. PR: [bfx-report-ui#904](https://github.com/bitfinexcom/bfx-report-ui/pull/904)
29+
- Fixed incorrect symbols processing during redirection from `Orders` to `Order Trades` section for paper trading pairs and related errors. PR: [bfx-report-ui#905](https://github.com/bitfinexcom/bfx-report-ui/pull/905)
30+
- Fixed the synchronization type checking flow to prevent the possibility of an incorrect state setting in some cases. Allowed fetching of previously synced reports during the auto-sync after the app update. PR: [bfx-report-ui#908](https://github.com/bitfinexcom/bfx-report-ui/pull/908)
31+
32+
### Security
33+
34+
- Updated deps with vulnerabilities and added `package-lock` file due to the last security requirements. PRs: [bfx-report-ui#912](https://github.com/bitfinexcom/bfx-report-ui/pull/912), [bfx-report#424](https://github.com/bitfinexcom/bfx-report/pull/424), [bfx-report#427](https://github.com/bitfinexcom/bfx-report/pull/427), [bfx-reports-framework#439](https://github.com/bitfinexcom/bfx-reports-framework/pull/439), [bfx-reports-framework#441](https://github.com/bitfinexcom/bfx-reports-framework/pull/441), [bfx-report-express#45](https://github.com/bitfinexcom/bfx-report-express/pull/45), [bfx-report-electron#518](https://github.com/bitfinexcom/bfx-report-electron/pull/518), [bfx-report-electron#520](https://github.com/bitfinexcom/bfx-report-electron/pull/520)
35+
- Updated `axios` to `1.8.4` in the UI. PR: [bfx-report-ui#911](https://github.com/bitfinexcom/bfx-report-ui/pull/911)
36+
1037
## [4.33.0] - 2025-02-19
1138

1239
### Added

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

0 commit comments

Comments
 (0)