diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f7d7e9..d89b1601 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.1.0] - 2023-01-18 + +### Added + +- Added the possibility of removing the account from the `Preferences` menu. PR: [bfx-report-ui#600](https://github.com/bitfinexcom/bfx-report-ui/pull/600) +- Added estimated time info of the synchronization process. PRs: [bfx-reports-framework#245](https://github.com/bitfinexcom/bfx-reports-framework/pull/245), [bfx-report-ui#601](https://github.com/bitfinexcom/bfx-report-ui/pull/601) +- Added the possibility for users to sign out by email property. PR: [bfx-reports-framework#247](https://github.com/bitfinexcom/bfx-reports-framework/pull/247) +- Added the [weighted averages report](https://www.investopedia.com/terms/w/weightedaverage.asp) to the backend side. PR: [bfx-reports-framework#246](https://github.com/bitfinexcom/bfx-reports-framework/pull/246) + +### Fixed + +- Fixed error handling, added an option to not throw `ENET` error in the case when there are going to make retries to resume the internet connection. API requests should not be logged to `std error` stream when making an internal call and can have some attempts due to an internet connection issue. It's important for sync to avoid showing redundant error modal dialogs in the electron app. PR: [bfx-report#278](https://github.com/bitfinexcom/bfx-report/pull/278) + ## [4.0.0] - 2022-12-09 ### Added diff --git a/bfx-report-ui b/bfx-report-ui index 4ca99819..63c4ebd4 160000 --- a/bfx-report-ui +++ b/bfx-report-ui @@ -1 +1 @@ -Subproject commit 4ca99819ef8a2b22b3bdd38961a84b7aea01b09a +Subproject commit 63c4ebd4a272186d78eab3893e2f039679b1ef2f diff --git a/bfx-reports-framework b/bfx-reports-framework index 9fb0a567..9e538836 160000 --- a/bfx-reports-framework +++ b/bfx-reports-framework @@ -1 +1 @@ -Subproject commit 9fb0a5676682c7f1253ebccd93d64b16e72a7c81 +Subproject commit 9e538836e0dccf11a5b010958c3ea5ce375fd764 diff --git a/package.json b/package.json index 1a4adc9b..7878d899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-report-electron", - "version": "4.0.0", + "version": "4.1.0", "repository": "https://github.com/bitfinexcom/bfx-report-electron", "description": "Reporting tool", "author": "bitfinex.com",