4.21.0
·
526 commits
to master
since this release
[4.21.0] - 2024-03-20
Added
- Added ability to handle
PDFBufferUnderElectronCreationErrorerror to use WebSockets to inform users for better UX. PRs: bfx-report#354, bfx-reports-framework#359 - Implemented support for
emitReportFileGenerationFailedToOnews events on UI side to inform users about report generation failing. PR: bfx-report-ui#787 - Added missing translations for PDF reports. PRs: bfx-report#356, bfx-reports-framework#362
- Added DB migration for
publicCollsConftable name with Cyrillicc. PR: bfx-reports-framework#360 - Added migration for public colls conf endpoint name with Cyrillic
c. PR: bfx-report-ui#788 - Added ability to upload dist release if repo owner is customized using manual build run. PR: bfx-report-electron#347
Changed
- Updated
GH Actionsto use Nodejsv20to prevent breaking changes in workflow. PRs: bfx-report#355, bfx-reports-framework#361, bfx-report-electron#344, bfx-facs-db-better-sqlite#9 - Migrated from the
deprecatedreports generation methods usage to the actual ones according to the latest backend changes. PR: bfx-report-ui#784 - Allowed all pairs removal at the
Market History / Spotsection according to the latest UX improvement proposals: We should allow the user to remove the current pair and display an empty table that saysNo history to display. PR: bfx-report-ui#786 - Improved print PDF under Electronjs. Turned off ipc log transport between render and main process as unused, it prevents ipc transport error from
electron-loglib. Suppressed error modal window if pdf gen failed: the idea here is to inform the user if something goes wrong using WS event for better UX instead of showing a modal window error as it is annoying in most cases. Improved pdf generation performance for big html templates, usesloadFilemethod of electron api instead ofbase64encoding. Bumped up Electronjs minor version to have the last fixes. PR: bfx-report-electron#342
Fixed
- Prevented duplication possibility for items in the selectors of the UI. PR: bfx-report-ui#785