-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release version 4.11.0 #254
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…al-dialog-due-to-inet-issue Prevent showing error modal dialog due to inet issue
…-to-26 Bump electron version up to 25
Release version 4.11.0 to staging
ezewer
approved these changes
Sep 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[4.11.0] - 2023-09-20
Added
CSV
exporting only after theemitCsvGenerationCompletedToOne
event was sent by the backend for better understanding by users when the exporting process actually completed. PR: bfx-report-ui#698Preferences
menu:shouldNotSyncOnStartupAfterUpdate
flag received on sign in. PR: bfx-report-ui#699Movements
report. PR: bfx-report-ui#702LNX (LN-BTC)
availability in theSymbol
selector. PR: bfx-report-ui#703Changed
candles
request limit to30 reqs/min
to preventRate Limit
restriction. PR: bfx-reports-framework#316Nodejs
tov18
inDocker
containers and fixes UI dependencies installation under container. PR: bfx-reports-framework#318Electron
version up tov25
to have under hoodNodejs
v18
. PRs: bfx-report-electron#251, bfx-report-ui#701inet
issue. When the sync starts we send a ping request toBFX API
to check that API is available. The idea is to not show error modal dialog for issues, just show error toast via UI when fetching the corresponding error with progress event via WS. PR: bfx-report-electron#252Columns
filter to display the actual selected filters quantity for better clearance to the users. Reworked refresh button representation according to the design updates. PR: bfx-report-ui#697Fixed
better-sqlite3
driver up to8.6.0
to have this fix:random "database is locked" timeouts
better-sqlite3#597. And also to have the ability to launch the db driver onNodejs
v18
under Electron env. PR: bfx-facs-db-better-sqlite#6always-on-top
state for theloading
window. Commit: bfx-report-electron#251/commit#be0af27