这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.36.1] - 2025-05-28

### Added

- Added `isUserMerchant` flag into user info model. PR: [bfx-api-node-models#89](https://github.com/bitfinexcom/bfx-api-node-models/pull/89)
- Added `isUserMerchant` flag into the response of `verifyUser` endpoint. PR: [bfx-report#432](https://github.com/bitfinexcom/bfx-report/pull/432)
- Added `isUserMerchant` flag into the response of the `signUp` and `signIn` endpoints for the UI to remove `Merchant` nav item for non merchant users. PR: [bfx-reports-framework#457](https://github.com/bitfinexcom/bfx-reports-framework/pull/457)

### Changed

- Implemented redirection to the main platform login page (only for web production) on logout or in cases where there is no auth available. PR: [bfx-report-ui#932](https://github.com/bitfinexcom/bfx-report-ui/pull/932)
- Improved currency formatting in the `Trading fees charged in the last 30 days` section. PR: [bfx-report-ui#931](https://github.com/bitfinexcom/bfx-report-ui/pull/931)
- Disabled `Fees Report` refresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: [bfx-report-ui#933](https://github.com/bitfinexcom/bfx-report-ui/pull/933)

## [4.36.0] - 2025-05-14

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-report-electron",
"version": "4.36.0",
"version": "4.36.1",
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
"description": "Reporting tool",
"author": "bitfinex.com",
Expand Down