4.31.0
·
713 commits
to master
since this release
[4.31.0] - 2024-12-04
Added
- Added translation support to the
export-dbmodule. PR: bfx-report-electron#441 - Added translation support to the
import-dbmodule. PR: bfx-report-electron#442 - Added
progressperc to theloading windowfor theexport-dbmodule as it can take significant time for large DB. PR: bfx-report-electron#445 - Added
progressperc to theloading windowfor theimport-dbmodule as it can take significant time for large DB. bfx-report-electron#449 - Added translation support to the
remove-dbmodule. PR: bfx-report-electron#450 - Added translation support to the
manage-worker-messagesmodule. Add translation support to thebackup-dbandmigration-dbmodules. Fixed showing modal dialogs in sequence. PR: bfx-report-electron#456 - Added translation support to the
show-about-modal-dialogmodule. PR: bfx-report-electron#457
Changed
- Optimized electron translation file data structure to prevent some common duplication and redundant nesting for easier support. PR: bfx-report-electron#468
- Reworked and optimized the
TimeRangePreservePrefcomponent in a more performant way and reduced redundant code. PR: bfx-report-ui#885 - Extended data logging by showing public request params to simplify debugging BFX API issues. PR: bfx-report#414
- Removed
languageschema param check and addedenfallback language to prevent returning the translation keykey.nestedKey.etcif a value is missing for a certain language and added the ability to try to take one from the defaultentranslation file. PR: bfx-report#415
Fixed
- Fixed docker desktop container user permissions breaks. Fixed
chown:changing ownership of 'path-to-file': Operation not permittedwhen using it indockerfile. PR: bfx-report-electron#460 - Fixed error metadata processing for logging. PRs: bfx-report#418, bfx-reports-framework#428