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

v2.0.0

Compare
Choose a tag to compare
@coltoneshaw coltoneshaw released this 11 Jan 02:43
· 12 commits to main since this release
2d9452a

You will have to resync each profile for this update (The little update button in the app). The entire data storage logic has been changed and your old database is no longer compatible.

New Features

  • Add copy today stats button - @JulienTant
  • Abstract backend electron from the application for web portability - @JulienTant
  • Added write mode to update deal TP. Future possibilities coming - @JulienTant
  • Added an Open in 3C button to deals and bots.
  • Added API error banner to display instead of the alert.
  • Added Snapshot dashboard that allows a combination of currencies, accounts, and displays statistics centered around profit.
  • Implemented the ability to show/hide specific columns.
  • Added UST

Enhancements

  • Improved the 3C API handler - @JulienTant
  • Reworked entire data storage logic to break profiles into set databases.
  • Improved table layout to flex, should be more stable on all screen sizes.

Bug Fixes

  • Max Active Deals column was not editable on the bot planner
  • Fixed notification settings that did not persist on reload - @JulienTant
  • Bot API calls only pulled 100 bots at a time, improved this to pull all bots.
  • Fix tooltips that were hidden behind elements - @JulienTant
  • Improved reliability of the auto refresh function - @JulienTant
  • Multiple profiles would rewrite old deals causing a loss of data.
  • Fixed reserved funds storing as a string instead of a number.

New Contributors

Full Changelog: coltoneshaw/3C-Summary-Stats@v1.0.0...v2.0.0