Skip to content

Commit

Permalink
Merge pull request #260 from ZIMkaRU/feature/release-electron-app
Browse files Browse the repository at this point in the history
Release version 4.13.0 to staging
  • Loading branch information
ezewer authored Oct 17, 2023
2 parents 9c9bcc1 + 9eaa736 commit 3b28f76
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.13.0] - 2023-10-18

### Added

- Added `test` runner and `HTML report` maker workflows to the GitHub Actions which launch after creating PRs against the `master` branch. PRs: [bfx-report#337](https://github.com/bitfinexcom/bfx-report/pull/337), [bfx-reports-framework#325](https://github.com/bitfinexcom/bfx-reports-framework/pull/325), [bfx-report-electron#259](https://github.com/bitfinexcom/bfx-report-electron/pull/259)
- Implemented `Account Fees`, `Account Value` and `LEO level` sections on the new `Summary` page, added minor styling adjustments. PR: [bfx-report-ui#716](https://github.com/bitfinexcom/bfx-report-ui/pull/716)

### Security

- Removed `lodash` lib usage. PRs: [bfx-report#336](https://github.com/bitfinexcom/bfx-report/pull/336), [bfx-report-ui#717](https://github.com/bitfinexcom/bfx-report-ui/pull/717), [lib-js-util-base#6](https://github.com/bitfinexcom/lib-js-util-base/pull/6)

## [4.12.0] - 2023-10-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion bfx-report-ui
Submodule bfx-report-ui updated 44 files
+8 −2 package-lock.json
+2 −1 package.json
+19 −0 public/locales/en/translations.json
+2 −2 src/components/AccountSummary/AccountSummary.js
+47 −0 src/components/AppSummary/AppSummary.container.js
+138 −0 src/components/AppSummary/AppSummary.fees.js
+149 −0 src/components/AppSummary/AppSummary.js
+41 −0 src/components/AppSummary/AppSummary.leo.js
+92 −0 src/components/AppSummary/AppSummary.value.js
+210 −0 src/components/AppSummary/_AppSummary.scss
+1 −0 src/components/AppSummary/index.js
+2 −2 src/components/Auth/LoginOtp/LoginOtp.js
+4 −4 src/components/Auth/RegisterSubAccounts/RegisterSubAccounts.js
+2 −2 src/components/Auth/SignIn/SignIn.js
+5 −5 src/components/Auth/SignInList/SignInList.helpers.js
+2 −1 src/components/Main/Main.js
+6 −6 src/components/SubAccounts/SubAccount/SubAccount.js
+2 −2 src/components/SubAccounts/SubAccount/utils/index.js
+2 −2 src/components/Wallets/Wallets.js
+1 −1 src/icons/_icons.scss
+1 −1 src/icons/affiliates.svg
+2 −0 src/icons/index.js
+82 −0 src/icons/leo.svg
+1 −0 src/state/accountBalance/reducer.js
+2 −0 src/state/accountBalance/selectors.js
+4 −5 src/state/auth/Authenticator.js
+2 −2 src/state/auth/saga.js
+2 −2 src/state/feesReport/saga.js
+2 −2 src/state/filters/selectors.js
+2 −2 src/state/filters/utils.js
+3 −3 src/state/routing/saga.js
+2 −2 src/state/sync/saga.js
+2 −2 src/state/weightedAverages/reducer.js
+5 −0 src/styles/index.scss
+1 −0 src/styles/themes/_dark.scss
+1 −0 src/styles/themes/_light.scss
+18 −13 src/ui/Charts/Chart/Chart.js
+4 −0 src/ui/Charts/Chart/Chart.props.js
+0 −4 src/ui/Charts/Chart/_Chart.scss
+30 −2 src/ui/Charts/Charts.helpers.js
+2 −2 src/ui/ColumnsFilter/ColumnsFilter.helpers.js
+2 −2 src/ui/SectionHeader/_SectionHeader.scss
+3 −0 src/ui/utils.js
+2 −3 src/utils/columns.js
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.12.0",
"version": "4.13.0",
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
"description": "Reporting tool",
"author": "bitfinex.com",
Expand Down

0 comments on commit 3b28f76

Please sign in to comment.