4.11.0
·
715 commits
to master
since this release
[4.11.0] - 2023-09-20
Added
- Added ability to show success dialog for
CSVexporting only after theemitCsvGenerationCompletedToOneevent was sent by the backend for better understanding by users when the exporting process actually completed. PR: bfx-report-ui#698 - Added the possibility of tweaking the ability to auto-start sync after the auto-update of the electron app via the
Preferencesmenu:shouldNotSyncOnStartupAfterUpdateflag received on sign in. PR: bfx-report-ui#699 - Implemented extra information handling and representation for the
Movementsreport. PR: bfx-report-ui#702 - Implemented
LNX (LN-BTC)availability in theSymbolselector. PR: bfx-report-ui#703
Changed
- Decreased
candlesrequest limit to30 reqs/minto preventRate Limitrestriction. PR: bfx-reports-framework#316 - Improved server availability error message to be persistent. PR: bfx-reports-framework#317
- Updated
Nodejstov18inDockercontainers and fixes UI dependencies installation under container. PR: bfx-reports-framework#318 - Bumped
Electronversion up tov25to have under hoodNodejsv18. PRs: bfx-report-electron#251, bfx-report-ui#701 - Prevented showing error modal dialog due to
inetissue. When the sync starts we send a ping request toBFX APIto check that API is available. The idea is to not show error modal dialog for issues, just show error toast via UI when fetching the corresponding error with progress event via WS. PR: bfx-report-electron#252 - Reworked and enhanced
Columnsfilter to display the actual selected filters quantity for better clearance to the users. Reworked refresh button representation according to the design updates. PR: bfx-report-ui#697 - Improved user notification when data should be synced. Implemented synchronization auto-initiation if not syncing at the moment. PR: bfx-report-ui#700
- Updated translations for UI. PR: bfx-report-ui#704
Fixed
- Bumped
better-sqlite3driver up to8.6.0to have this fix:random "database is locked" timeoutsbetter-sqlite3#597. And also to have the ability to launch the db driver onNodejsv18under Electron env. PR: bfx-facs-db-better-sqlite#6 - Fixed the
always-on-topstate for theloadingwindow. Commit: bfx-report-electron#251/commit#be0af27