Skip to content
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.23.0 #367

Merged
merged 4 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.23.0] - 2024-04-17

### Added

- Implemented `isStagingBfxApi` flag handling and shows `Staging` prefix for the corresponding keys stored in the DB to improve the manual testing process convenience. PR: [bfx-report-ui#800](https://github.com/bitfinexcom/bfx-report-ui/pull/800)
- Implemented the possibility of manually adjusting columns width and persisting these between sessions. Added the ability to set the auto-calculated dynamic defaults via the context menu. Improved charts responsiveness. PR: [bfx-report-ui#805](https://github.com/bitfinexcom/bfx-report-ui/pull/805)

### Changed

- Updated `GH Actions` `setup-node` to `v4` to prevent breaking changes in workflow. PRs: [bfx-facs-db-better-sqlite#10](https://github.com/bitfinexcom/bfx-facs-db-better-sqlite/pull/10), [bfx-report#365](https://github.com/bitfinexcom/bfx-report/pull/365), [bfx-reports-framework#369](https://github.com/bitfinexcom/bfx-reports-framework/pull/369)
- Increased the inner `limit` for the BFX API `trades/{symbol}/hist` endpoint. It's useful for the `Transaction Tax Report` in case of currency conversion to USD to reduce the amount of calls and help users to go through `Rate Limit`. PR: [bfx-report#363](https://github.com/bitfinexcom/bfx-report/pull/363)
- Speeded up `auth` in case token expiration to prevent redundant awaiting. PR: [bfx-report#364](https://github.com/bitfinexcom/bfx-report/pull/364)
- Reverted tables responsiveness in the UI. PR: [bfx-report-ui#801](https://github.com/bitfinexcom/bfx-report-ui/pull/801)
- Reverted the option to revert table width as an always dynamic component. PR: [bfx-report-ui#802](https://github.com/bitfinexcom/bfx-report-ui/pull/802)
- Extended and improved click tracking all across the `Reports`. PR: [bfx-report-ui#803](https://github.com/bitfinexcom/bfx-report-ui/pull/803)
- Enhanced `Reports` navigation menu representation. PR: [bfx-report-ui#804](https://github.com/bitfinexcom/bfx-report-ui/pull/804)

### Fixed

- Fixed `action` prop passing for the `WS` in case an error. PR: [bfx-report-express#38](https://github.com/bitfinexcom/bfx-report-express/pull/38)

## [4.22.0] - 2024-04-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion bfx-reports-framework
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-report-electron",
"version": "4.22.0",
"version": "4.23.0",
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
"description": "Reporting tool",
"author": "bitfinex.com",
Expand Down