diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc1a23e..9a6c9625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.38.0] - 2025-10-08 + +### Added + +- Added `Summary Statistics` info into the `getSummaryByAsset` endpoint. PR: [bfx-reports-framework#485](https://github.com/bitfinexcom/bfx-reports-framework/pull/485) +- Implemented the possibility to login via `__bfx_token` cookie from the main platform for the `Reports` web in production. PR: [bfx-report-ui#968](https://github.com/bitfinexcom/bfx-report-ui/pull/968) +- Implemented auto-refreshing possibility for the currently opened report after the regular/scheduled synchronization for represented data actualization. PR: [bfx-report-ui#969](https://github.com/bitfinexcom/bfx-report-ui/pull/969) + +### Changed + +- Disabled `Account Balance` refresh button during initial synchronization to prevent report generation errors possibility. PR: [bfx-report-ui#967](https://github.com/bitfinexcom/bfx-report-ui/pull/967) +- Removed ivoices-related logic due to the removal of the `payInvoiceList` endpoint from the BFX API. PR: [bfx-report-ui#970](https://github.com/bitfinexcom/bfx-report-ui/pull/970) + ## [4.37.0] - 2025-09-24 ### Added diff --git a/bfx-report-ui b/bfx-report-ui index aff67c58..81fc9214 160000 --- a/bfx-report-ui +++ b/bfx-report-ui @@ -1 +1 @@ -Subproject commit aff67c58dbf0a5a4886084097701bfca592365c3 +Subproject commit 81fc92146a2a481e22ce8a5f65a15e866c2dfed0 diff --git a/bfx-reports-framework b/bfx-reports-framework index f70f641d..ff2f8bf1 160000 --- a/bfx-reports-framework +++ b/bfx-reports-framework @@ -1 +1 @@ -Subproject commit f70f641d5f2e7ed59e868a2a85529c855843d583 +Subproject commit ff2f8bf1dd1a121aa9fe5d4dcaab3f8b96a09d6f diff --git a/package-lock.json b/package-lock.json index 990987a1..27cb7918 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bfx-report-electron", - "version": "4.37.0", + "version": "4.38.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bfx-report-electron", - "version": "4.37.0", + "version": "4.38.0", "license": "Apache-2.0", "dependencies": { "archiver": "7.0.1", diff --git a/package.json b/package.json index 291cff71..49558985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-report-electron", - "version": "4.37.0", + "version": "4.38.0", "repository": "https://github.com/bitfinexcom/bfx-report-electron", "description": "Reporting tool", "author": "bitfinex.com",