4.30.0
[4.30.0] - 2024-11-13
Added
- Implemented
Your Assets
section for the webAccount Summary
page. Improved sections titles styling. PR: bfx-report-ui#880 - Implemented
UI
language selection binding withElectronJS
wrapper. 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 manager
module. PR: bfx-report-electron#428 - Added translation support to the
native notifications
module. PR: bfx-report-electron#429 - Added translation support to the
auto-updater
module. PRs: bfx-report-electron#430, bfx-report-electron#438 - Added translation support to the
restore DB
module. PR: bfx-report-electron#431 - Added translation support to the
show-docs
module, and added the ability to set themarkdown
user manual with different languages intoi18next
(if doc for the corresponding lang does not exist takesen
by default). PR: bfx-report-electron#434 - Added translation support to the
print-to-pdf
module. PR: bfx-report-electron#435 - Added translation support to the
change-reports-folder
module. PR: bfx-report-electron#436 - Added translation support to the
change-sync-frequency
module. PR: bfx-report-electron#437 - Added translation support to the
enforce-macos-app-location
module. 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.etc
if a value is missing for a certain language and added the ability to try to take one from the defaulten
translation file. PR: bfx-report-electron#426 - Reworked
sed
commands to be able to run the buildbash
scripts on both OSsUbuntu
andMacOS
as they have slightly different implementation. PR: bfx-report-electron#427
Fixed
- Fixed
2FA
login flow to prevent the token request duplication possibility noted in some user scenarios. PR: bfx-report-ui#881 - Fixed issue with
Wine
to buildWindows
release under container. PR: bfx-report-electron#425 - Fixed loading UI fonts to all modal windows. PR: bfx-report-electron#432
Security
- Bumped
cookie
from0.6.0
to0.7.1
,express
from4.21.0
to4.21.1
. PR: bfx-report-ui#879 - Bumped
electron
from27.3.11
to27.3.5
. PR: bfx-report-electron#424