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.14.0] - 2023-11-01
Added
GitHub Actions
of thebfx-facs-db-better-sqlite
repo. PR: bfx-facs-db-better-sqlite#8summary by asset
(for 30 day period) for the new summary page of the framework mode. PR: bfx-reports-framework#330Tether
transactions in theMovements
report. PR: bfx-report-ui#721username/password
andOTP
via theEnter
button during the2FA
sign-up flow. PR: bfx-report-ui#722Changed
Electronjs
version up tov27
to have under hood Nodejsv18.17.1
, to have Nodejs version similar to UI build requirements. PR: bfx-report-electron#263better-sqlite3
up to9.0.0
to have the ability to launch the DB driver on Nodejsv18.17.1
under electron env at leastv27
. PR: bfx-facs-db-better-sqlite#7stagin
branch to not trigger test-runner workflowFixed
candles
sync for thecurrency converter
, to convert the first ledgers to USD it needs to provide some overlap of candles (5 days). PR: bfx-reports-framework#329lib-js-util-base
, the issue is the following: when callinggenerateToken/invalidateAuthToken
methods pass whole session object withsetInterval
id, and that id cannot be serialized withJSON.stringify
, it should be omitted. PR: bfx-reports-framework#331bfx-report-ui
repo. PR: bfx-report-ui#720Security
lodash
lib usage. PRs: bfx-report#340, bfx-reports-framework#328, bfx-report-ui#723