4.30.0
·
322 commits
to master
since this release
[4.30.0] - 2024-11-13
Added
- Implemented
Your Assetssection for the webAccount Summarypage. Improved sections titles styling. PR: bfx-report-ui#880 - Implemented
UIlanguage selection binding withElectronJSwrapper. PR: bfx-report-ui#882 - Extended ElectronJS app wrapper translations. Improved the app-init-error layout. Fixed logs collection for bug report. PR: bfx-report-electron#422
- Added translation support to the
error managermodule. PR: bfx-report-electron#428 - Added translation support to the
native notificationsmodule. PR: bfx-report-electron#429 - Added translation support to the
auto-updatermodule. PRs: bfx-report-electron#430, bfx-report-electron#438 - Added translation support to the
restore DBmodule. PR: bfx-report-electron#431 - Added translation support to the
show-docsmodule, and added the ability to set themarkdownuser manual with different languages intoi18next(if doc for the corresponding lang does not exist takesenby default). PR: bfx-report-electron#434 - Added translation support to the
print-to-pdfmodule. PR: bfx-report-electron#435 - Added translation support to the
change-reports-foldermodule. PR: bfx-report-electron#436 - Added translation support to the
change-sync-frequencymodule. PR: bfx-report-electron#437 - Added translation support to the
enforce-macos-app-locationmodule. PR: bfx-report-electron#439
Changed
- Improved the loading window workflow to bring more consistency in the sequence of showing windows. Added ability to send/listen events for the app-init layout via the context bridge between the main and renderer ipc to be secure. Fixed issue with focusing the main window on the launch. PR: bfx-report-electron#424
- Prevented returning the translation key
key.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-electron#426 - Reworked
sedcommands to be able to run the buildbashscripts on both OSsUbuntuandMacOSas they have slightly different implementation. PR: bfx-report-electron#427
Fixed
- Fixed
2FAlogin flow to prevent the token request duplication possibility noted in some user scenarios. PR: bfx-report-ui#881 - Fixed issue with
Wineto buildWindowsrelease under container. PR: bfx-report-electron#425 - Fixed loading UI fonts to all modal windows. PR: bfx-report-electron#432
Security
- Bumped
cookiefrom0.6.0to0.7.1,expressfrom4.21.0to4.21.1. PR: bfx-report-ui#879 - Bumped
electronfrom27.3.11to27.3.5. PR: bfx-report-electron#424