Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #66 from coltoneshaw/v0.5.0
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
coltoneshaw authored Oct 8, 2021
2 parents 2b35f15 + d73fcec commit 1183b58
Show file tree
Hide file tree
Showing 155 changed files with 8,244 additions and 5,242 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ src/main-app.js
dist/*
build/*
/src/main-app.js
release/*
release/*
commit.sh
.env
208 changes: 0 additions & 208 deletions 3Commas_API_Docs.md

This file was deleted.

42 changes: 40 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# v1.0.0

## New Features
- Save settings into a custom profile and fast swap between! Even supports multiple 3 Commas accounts.
- Auto-refresh bar has a built-in loading indicator in seconds.
- DCA calculator, order details, and order timeline built into every active deal.
- Force paper or real account directly in the settings.
- Documentation on docs.3cpm.io along with a link in the sidebar!
- Support for ALL 3Commas quote pairs across the entire app.
- Added Completed SO Distribution chart.
- Added bot risk % to the bot planner to show how much risk that bot accounts for.


## Enhancements
- Enabled accounts are synced on every auto-refresh, no more out-of-date data!
- Update banner now differentiates between beta and general releases.
- TTP has been added to the active deals bot name hover.
- Active deals with an error have the `Active SO` and `# SO` in bold red with a tooltip hover to see the specific error message.
- Adjusted wording on deal notifications if you lost money.
- Reset all data is moved under Menu > Help > Delete All
- Added a clear all local storage under Menu > Edit
- Adjusted metrics to be ordered the same across stats.
- Dynamic chart height for bot/pair performance based on the number of data points.
- Improved overall chart formatting (highlighting, colors, bar width, etc.)
- Adjusted tooltips and headers for better clarity.
- Improved the Risk Monitor view for larger screens.
- Improved chart loading performance
- Updating TradingView Icon

## Bugs
- Fixed a few spelling mistakes across the app
- Fixed the max risk bar from overflowing if over 400% risk.
- Updated unnecessary scroll bars across the app

## Breaking Changes
- You can no longer select more than currency unless it's a USD base. This will be improved in the future.


## Backend Changes
- Entire data handling has been moved from React context API to Redux
# v0.4.1

## New Features
Expand All @@ -14,8 +54,6 @@
- Fixed the labels incorrectly wrapping on the bot performance charts




# v0.4.0
## New Features
- Added a coin header where you can customize the coins that are tracked on a 5 second refresh.
Expand Down
4 changes: 4 additions & 0 deletions assets/assets/tradingview-v2-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file added assets/icons/icons.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"watch": [
"src/main.ts",
"src/preload.ts",
"src/app/*"
"src/electron/*"
],
"exec": "webpack --config ./webpack.electron.js && electron .",
"ext": "ts"
Expand Down
Loading

0 comments on commit 1183b58

Please sign in to comment.