4.36.0
·
502 commits
to master
since this release
[4.36.0] - 2025-05-14
Added
- Added
package-lockfile, bumped dev dependencies and bumped upNODEJStov20for theGH Actions. PR: bfx-facs-db-better-sqlite#12 - Implemented user notifications about inaccurate
Tax Reportcalculations due todelistedtokens. PR: bfx-report-ui#926 - Implemented the possibility to
Deduct Feesin theTax Report. PR: bfx-report-ui#928
Changed
- Made two loading windows for a startup without a parent window independently and for common purposes as a modal window with a parent window to prevent the main window interaction when showing the loading window for some sensitive cases such as import/export DB. PR: bfx-report-electron#535
- Disabled
Loan Reportrefresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: bfx-report-ui#927
Fixed
- Fixed the sync requested by the user via the UI button in case the sync was added by the scheduler and the app was closed before completing earlier. PR: bfx-reports-framework#454