Skip to content

Releases: freqtrade/ftui

Release 0.1.10

18 Dec 21:19
0.1.10
72c3b98
Compare
Choose a tag to compare

Minor fix release:

  • Allow duplicate packages and ignore attestation for pypi test deployment
  • Match dependencies in pyproject.toml and requirements.txt so correct packages are pulled in either install method
  • Fix chart refreshing
  • Fix setting screen loading even though the screen still doesn't really do anything yet

Full Changelog: 0.1.9...0.1.10

Release 0.1.6

05 Dec 17:24
0.1.6
55a240e
Compare
Choose a tag to compare
  • Pin textual and plotext versions to ensure builds
  • Call set_loading functions from worker functions via call_from_thread to fix #10 and #12

Full Changelog: 0.1.5...0.1.6

0.1.5

02 Oct 12:02
0.1.5
006c938
Compare
Choose a tag to compare

BUG FIXES

  • Fix #7 and #8 div by zero error

UPDATES

  • Select which bots to show the cumulative profit for in the dashboard chart

Full Changelog: 0.1.4...0.1.5

0.1.4

24 Aug 14:02
0.1.4
fba85da
Compare
Choose a tag to compare

0.1.4

BUG FIXES

  • Fix regression after textual update to 0.77, raised in #5 - screen
    instances in MODES are now Callables

UPDATES

  • Split screens up into individual files for ease of development
  • Use ScreenSuspend and ScreenResume when switching screens instead
    of controlling timers of screens from the main app
  • General tidying

Full Changelog: 0.1.3...0.1.4

0.1.3

24 Aug 06:47
Compare
Choose a tag to compare

Minor updates:

  • Pin textual to <0.77 to avoid startup crash
  • Improved CI to catch dependency update problems eventually

0.1.2

17 Jul 15:15
9110244
Compare
Choose a tag to compare

Minor updates:

  • Add number of orders in the open trades dashboard if using position adjustment
  • Fix per bot General tab ROI output

Full Changelog: 0.1.1...0.1.2

0.1.1

06 Jun 18:25
Compare
Choose a tag to compare

Initial alpha release