You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[4.36.0] - 2025-05-14
Added
Added package-lock file, bumped dev dependencies and bumped up NODEJS to v20 for the GH Actions. PR: bfx-facs-db-better-sqlite#12
Implemented user notifications about inaccurate Tax Report calculations due to delisted tokens. PR: bfx-report-ui#926
Implemented the possibility to Deduct Fees in the Tax 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 Report refresh 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