4.17.0
·
607 commits
to master
since this release
[4.17.0] - 2024-01-10
Added
- Added ability to define what kind of API keys are stored
prod/staging. Theprod/stagingis detected by existing thestagingstring in the restUrl config option:https://api-pub.bitfinex.com/https://api.staging.bitfinex.com. AndisStagingBfxApiflag is set or updated onsignUp/signInto theusertable. Than,getUsersendpoint will return theisStagingBfxApiflag to be shown in the UI for each user on the login stage. PR: bfx-reports-framework#347 - Added automated testing for electron app binaries. The flow: build release on GitHub Actions, use unpacked builds for E2E tests, launch E2E test on Linux and Mac and Win OSs independently, provide E2E test reports for every OS launch. PR: bfx-report-electron#276
Fixed
- Fixed
parentCellHeightrelated warnings for the several column configurations. PR: bfx-report-ui#749 - Fixes skipping publishing of artifact for
Macbyelectron-builder. The issue came from this PR ofelectron-builder: electron-builder#7715. PR: bfx-report-electron#290
Security
- Replaced
Lodash_isEqualhelper usage all across the app with the corresponding one from the internal library for security reasons. PR: bfx-report-ui#750 - Resolved
dependabotdependency updates: bfx-report-electron#269, bfx-report-electron#270, bfx-report-electron#272, bfx-report-electron#273, bfx-report-electron#280. PR: bfx-report-electron#289