4.21.0
github-actions
released this
21 Mar 04:15
·
274 commits
to master
since this release
[4.21.0] - 2024-03-20
Added
- Added ability to handle
PDFBufferUnderElectronCreationError
error to use WebSockets to inform users for better UX. PRs: bfx-report#354, bfx-reports-framework#359 - Implemented support for
emitReportFileGenerationFailedToOne
ws 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
publicCollsConf
table 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 Actions
to use Nodejsv20
to 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
deprecated
reports 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 / Spot
section 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-log
lib. 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, usesloadFile
method of electron api instead ofbase64
encoding. 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