Releases: bitfinexcom/bfx-report-electron
Releases · bitfinexcom/bfx-report-electron
3.8.1
Changed
- Enhanced the fees report for the UI. Changed the
Report Type
selector to haveTrading fees
(by default) andFunding fees
andFunding + Trading fees
options. Addedcumulative
result to the chart as onLoan Report
, PR: bfx-report-ui#549. Removed deprecated fees report methods form the backend, PR: bfx-reports-framework#237
Added
- Added
run-name
for workflow runs of the GitHub Actions, docs
3.8.0
Added
- Added a zipped
AppImage
release of the app to the electron build flow as a simple way to avoid users adding executable permission manually after downloading binary artifact. Also, leaves unzippedAppImage
release for auto-update. PR: bfx-report-electron#162 - Added
win/loss
vsprevious day balance
results. PR: bfx-reports-framework#233 - Added one more option to
Select Report Type
selection of thewin/loss
chart:Percentage Gains (gains/deposits)
andPercentage Gains (gains/balance)
options. PR: bfx-report-ui#545 - Added
Sum
option to the columns context menu and related logic to show a quick total for numeric values. PR: bfx-report-ui#538 - Implemented copying columns sum up values to the clipboard along with displaying the result. Allowed quick total displaying if sum up value equals 0. PR: bfx-report-ui#540
- Implemented dynamic payload fetching on
Candles
chart scrolling for better representation and UX improvement. PR: bfx-report-ui#547
Changed
- Enhanced the fees report. Added an additional selector with
Trading fees
(by default) andFunding fees
andFunding + Trading fees
options. Addedcumulative
result to the chart as onLoan Report
. PR: bfx-reports-framework#234 - Improved properties validation in
Affiliates Earnings
,Funding
,Staking Payments
andLedgers
reports by defining types/defaults inside the related components for better linting. PR: bfx-report-ui#541 - Improved candles fetching logic to speed up
Go to
specific date feature forCandles
chart in theTrades
report. PR: bfx-report-ui#542 - Improved properties validation in
Account Balance
,Candles
,Derivatives
,Candlestick
, and severalAuth
sub-components. PR: bfx-report-ui#544
Fixed
- Fixed auto-update toast window styles. PR: bfx-report-electron#161
- Fixed
win/loss
vsaccount balance
report, fixed percentage calculation for sub-account transfers and for all movements. PR: bfx-reports-framework#233 - Fixed issues with selected
Unrealized Profits
andReport Type
params dropping to defaults onAverage Win/Loss
report refresh. PR: bfx-report-ui#545 - Fixed
win/loss
vsaccount balance
export to CSV. PR: bfx-report-ui#546
Security
- Updated dependencies versions. PRs: bfx-report-ui#539, bfx-report-ui#543
v3.7.4
[3.7.4] - 2022-08-11
Added
- Added ability to persist columns adjustments. PR: bfx-report-ui#530
- Implemented selectable charts area and
Sum Up
range values feature for theTraded Volume
andFees
reports. PR: bfx-report-ui#535 - Added
FUSE
technology description forAppImage
into the documentation section - Added notification sync is being paused until connection is resumed. PRs: bfx-report#266, bfx-reports-framework#230, bfx-report-ui#537
Changed
- Rounded
Account Summary
displayed values for better representation bfx-report-ui#534 - Updated columns filter configuration to show trades
id
column by default inTrades
report. PR: bfx-report-ui#536 - Allowed continuing work with the app when reporting errors. This request was got from issue: #149
Fixed
- Added auth refreshing on re-login via
WebSockets
and fixed issues with brokenHTTP
requests due to the staled token from the previous authorization bfx-report-ui#532 - Fixed issue on
win/loss
results. PR: bfx-reports-framework#228 - Prevented redundant force-syncing on startup when movements are empty. PR: bfx-reports-framework#229
- Fixed layout styles of the modal dialogs
- Fixed error window width in order to not has the width as a display screen by default
Security
- Updated dependencies versions. PRs: bfx-report-ui#531, bfx-report-ui#533
v3.7.3
[3.7.3] - 2022-07-08
Added
- Go to a specific date on the candles chart bfx-report-ui#527
- Add order metadata to csv bfx-report#264 and bfx-report-framework#226
Changed
- Changes is calendar. Picked timezone its also used in the calendar bfx-report-ui#529
- Charts prices representation now has thousands separator bfx-report-ui#523
- Increase limit in candles sync for speed improment bfx-report#262 and bfx-report-framework#224
Fixed
- UI dependencies verification bfx-report-ui#526
- Fixes removing and adding sub accounts bfx-report-framework#225
- Fixes sub-account recalculation bfx-report-framework#223
v3.7.2
Version 3.7.2 change log:
Added
- Adds Balance(USD) precision selector to the Wallets section. PR: bfx-report-ui#522
Changed
- Adds logic for merging similar trades, with the same orderId and execPrice, to the one dot on the Candles chart for better representation and readability in the UI. PR: bfx-report-ui#515
- Removes Input Timezone picker from Preferences and related logic for setting and using manually selected timezone for inputs. PR: bfx-report-ui#521
- Adds sub accounts selection persistence in Multiple Accounts login mode in the UI. PR: bfx-report-ui#518
Fixed
- Fixed issues related to database being locked in sqlite PR: bfx-reports-framework#221
- Fixes sync request fail during logout issue. PR: bfx-report-ui#519
v3.7.1
[3.7.1] - 2022-04-03
Added
- Added option to quickly clear filters in the UI. PR: bfx-report-ui#501
- Added a link to affiliates dashboard on
Affiliates Earnings
page for better conversion and convenience in the UI. PR: bfx-report-ui#512
Changed
- Bumped UI dependency to have the last fixes. PRs: bfx-report-ui#500, bfx-report-ui#502, bfx-report-ui#503, bfx-report-ui#504, bfx-report-ui#505, bfx-report-ui#507, bfx-report-ui#508, bfx-report-ui#509
- Updated language options in the UI. PR: bfx-report-ui#511
- Implemented dynamic price precision showing for different trading pairs on
Candles
chart in the UI. PR: bfx-report-ui#513
Fixed
- Fixed inconsistency in wallets and earnings. PR: bfx-reports-framework#218
- Fixed symbol pair splitting to handle pairs with long characters like
tMATICM:USD
andMATICMF0
etc. PR: bfx-report#260 - Actualized i18next backend in the UI. PR: bfx-report-ui#510
v3.7.0
Fixed
- Fixed the fees of the sub-accounts for the account summary section. Fees should not be added up, should pick the lower of the accounts for each section. PR: bfx-reports-framework#210
- Fixed double response by WS when sing-in. PRs: bfx-report-express#25, bfx-reports-framework#209
- Handle the common network disconnection errors to be able to continue the sync process if the internet connection is failed and then restored for not more than 10 min (will try to get data again at intervals of 10 sec).
- Related to issues: #131, #135, #138, #139.
- PRs: bfx-report#257, bfx-reports-framework#208, bfx-api-node-rest#95
- Fixed copy-paste table data issue in the UI. PR: bfx-report-ui#486
- Removed redundant translations request. PR: bfx-report-ui#488
- Fixed copy metadata in the UI. PR: bfx-report-ui#490
- Fixed invoices table values copy in the UI. PR: bfx-report-ui#492
- Fixed account summary fees tables titles in the UI. PR: bfx-report-ui#493
- Fixed merchant payment data copy in the UI. PR: https://github.com/bitfinexcom/bfx-report-ui#496
Security
- Updated/Hardcoded dependencies versions
v3.6.3
Added
- Added usd equivalents columns to ledgers csv export. This request was got from issue: #114
Fixed
- Fixed data consistency error message, while DB is being synced, we should display the message that:
This particular endpoints are not available for the selected time frame while DB is being synced
- Fixed
Logins
metadata duplicated data preview on mobiles