4.1.0
·
1346 commits
to master
since this release
[4.1.0] - 2023-01-18
Added
- Added the possibility of removing the account from the
Preferencesmenu. PR: bfx-report-ui#600 - Added estimated time info of the synchronization process. PRs: bfx-reports-framework#245, bfx-report-ui#601
- Added the possibility for users to sign out by email property. PR: bfx-reports-framework#247
- Added the weighted averages report to the backend side. PR: bfx-reports-framework#246
Fixed
- Fixed error handling, added an option to not throw
ENETerror in the case when there are going to make retries to resume the internet connection. API requests should not be logged tostd errorstream 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