From d77516ba0790130de01c625ca4756d1813d142f0 Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Wed, 18 Jan 2023 17:01:43 +0200 Subject: [PATCH 1/3] Bump version up to v4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 1f1b512acb07108cf772738334e401d88dedd35e Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Wed, 18 Jan 2023 17:02:56 +0200 Subject: [PATCH 2/3] Add changelog for v4.1.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 From 6ef1de47cd5b04cc79a6651bedbfb7962674b24c Mon Sep 17 00:00:00 2001 From: Vladimir Voronkov Date: Wed, 18 Jan 2023 18:31:07 +0200 Subject: [PATCH 3/3] Update sub-modules --- bfx-report-ui | 2 +- bfx-reports-framework | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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