Skip to content

Commit cbdd946

Browse files
authored
Merge pull request #169 from bitfinexcom/beta
Release 3.8.1
2 parents a0886da + d0b520a commit cbdd946

6 files changed

Lines changed: 11 additions & 3 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ bfx-reports-framework/csv
1717
bfx-report-ui/build
1818
bfx-report-ui/bfx-report-express/logs/*.log
1919
bfx-report-ui/bfx-report-express/config/*.json
20+
stub.AppImage

.github/workflows/build-electron-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Build release
2+
run-name: 'Release version: Commit ${{ github.sha }}'
23

34
permissions:
45
contents: write

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.8.1] - 2022-09-29
11+
12+
### Changed
13+
14+
- Enhanced the fees report for the UI. Changed the `Report Type` selector to have `Trading fees` (by default) and `Funding fees` and `Funding + Trading fees` options. Added `cumulative` result to the chart as on `Loan Report`, PR: [bfx-report-ui#549](https://github.com/bitfinexcom/bfx-report-ui/pull/549). Removed deprecated fees report methods form the backend, PR: [bfx-reports-framework#237](https://github.com/bitfinexcom/bfx-reports-framework/pull/237)
15+
1016
## [3.8.0] - 2022-09-20
1117

1218
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bfx-report-electron",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
55
"description": "Reporting tool",
66
"author": "bitfinex.com",

0 commit comments

Comments
 (0)