4.32.0
·
648 commits
to master
since this release
[4.32.0] - 2025-01-22
Added
- Added the backend logic to move the electron app menu bar to the UI title instead of the electron one so that we can customize the electron menu, as the native electron menu API doesn't provide that. It allows us to build the menu in the UI in one small line with the main app title and typical window buttons (minimize, maximize, and close in the top corner). This is very useful as it saves overall space and at the same time constantly displays the menu and does not require the user to press the
Altkey to display it (as practice has shown, because of the last one, many inexperienced users do not even know about the existence of menu functions). PRs: bfx-report-electron#478, bfx-facs-db-better-sqlite#11 - Added a small typical
_button (in the top right corner) to minimize the loading window. PR: bfx-report-electron#479 - Added the logout flow for web users and prevented the issue when logged-out users are still logged in after the page refreshing. PR: bfx-report-ui#889
Changed
- Renamed
Filterbutton toGenerateand also disabled it during the initial synchronization to preventTax Reportgeneration errors. Implemented corresponding notice for the users during the initial sync. PR: bfx-report-ui#888 - Actualized app download link generation flow. PR: bfx-report-ui#890
- Actualized
Reportstranslations and extended coverage for newly added elements/features. PR: bfx-report-ui#891 - Improved theme setting flow and fixed issues noted after the latest
Electronversion update. PR: bfx-report-ui#893
Fixed
- Fixed
isAuthTokenGenerationErrorflag processing in query response for the 2FA re-login after token expiration. PR: bfx-report-ui#892