Skip to content

Commit 22e5a8c

Browse files
authored
Merge pull request #542 from ZIMkaRU/feature/release-electron-app
Release version 4.36.2 to staging
2 parents 0190c2b + a4336ae commit 22e5a8c

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.36.2] - 2025-07-16
11+
12+
### Added
13+
14+
- Implemented a class for the sync schema models to typify and unify model objects. PR: [bfx-reports-framework#459](https://github.com/bitfinexcom/bfx-reports-framework/pull/459)
15+
16+
### Changed
17+
18+
- Reworked sync schema model usage to use the new model interface implemented in the previous PR #459. It speeded up the work by avoiding the usage of `cloneDeep` fn based on `JSON.parse(JSON.stringify(obj))` for the models. PR: [bfx-reports-framework#461](https://github.com/bitfinexcom/bfx-reports-framework/pull/461)
19+
- Improved the `isUserMerchant` checking flow and hides the `Merchant History` section(Invoices) for non-merchant users. Removed the outdated `NonMerchant` screen and related unused handlers. PR: [bfx-report-ui#936](https://github.com/bitfinexcom/bfx-report-ui/pull/936)
20+
- Disabled `Snapshots` refresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: [bfx-report-ui#937](https://github.com/bitfinexcom/bfx-report-ui/pull/937)
21+
- Improved currency and fees formatting in the `Movements` details modal. PR: [bfx-report-ui#939](https://github.com/bitfinexcom/bfx-report-ui/pull/939)
22+
23+
### Fixed
24+
25+
- Fixed symbols/pairs duplication. When sync data is moved from the temp tables to the main ones it's needed to remove previous data for the updatable collections such as symbols, etc to prevent deleted currencies from getting stuck. PR: [bfx-reports-framework#463](https://github.com/bitfinexcom/bfx-reports-framework/pull/463)
26+
- Prevented duplication possibility for selectors items noted in some cases.PR: [bfx-report-ui#940](https://github.com/bitfinexcom/bfx-report-ui/pull/940)
27+
- Hidden the `Export` from the header and account menu for the `Summary` as we currently don't support exporting for this page. PR: [bfx-report-ui#941](https://github.com/bitfinexcom/bfx-report-ui/pull/941)
28+
29+
### Security
30+
31+
- Updated `Grenache` dependencies due to the last Grenache updates, removed unsupported `request` lib, fixed high severity vulnerabilities by `npm audit`. PRs: [bfx-report-express#49](https://github.com/bitfinexcom/bfx-report-express/pull/49), [bfx-report#435](https://github.com/bitfinexcom/bfx-report/pull/435), [bfx-reports-framework#462](https://github.com/bitfinexcom/bfx-reports-framework/pull/462), [bfx-report-electron#541](https://github.com/bitfinexcom/bfx-report-electron/pull/541)
32+
1033
## [4.36.1] - 2025-05-28
1134

1235
### Added

bfx-report-ui

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

0 commit comments

Comments
 (0)