Skip to content

4.31.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 09:05
cc2e19b

[4.31.0] - 2024-12-04

Added

  • Added translation support to the export-db module. PR: bfx-report-electron#441
  • Added translation support to the import-db module. PR: bfx-report-electron#442
  • Added progress perc to the loading window for the export-db module as it can take significant time for large DB. PR: bfx-report-electron#445
  • Added progress perc to the loading window for the import-db module as it can take significant time for large DB. bfx-report-electron#449
  • Added translation support to the remove-db module. PR: bfx-report-electron#450
  • Added translation support to the manage-worker-messages module. Add translation support to the backup-db and migration-db modules. Fixed showing modal dialogs in sequence. PR: bfx-report-electron#456
  • Added translation support to the show-about-modal-dialog module. 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 TimeRangePreservePref component 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 language schema param check and added en fallback language to prevent 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 default en translation file. PR: bfx-report#415

Fixed