#release

This is a huge release. It marks a new partnership with Bitget, the current fastest-growing crypto exchange.

Today I released version `0.40.0` of the framework and the live plugin. This release includes many bug fixes and improvements along with a few new features and two small breaking changes with hopefully doesn't affect most of you. I must mention, the previous release included a huge refactor which turned out to raise some issues. Based on the reports I received from you guys I fixed them and also did some other improvements. There's also a new feature that is helpful for those writing multiple strategies that are related to each other. Here's the summary of what's new:

Hey guys, I finally finished the update I've been working on for quite a while now. This is a huge update for live traders. ## What's new? First things first, here's what's new:

First, let's talk about the latest updates. In the past weeks, I released versions 0.38.3 of the main framework and 0.38.2 of the live plugin. These are patch releases so updating is safe and highly recommended. Here's what's new:

Today I'm releasing version 0.38.0 of both the framework and the live plugin which brings the long-awaited support for spot trading. Spot trading is a bit tricky. In better words, it's too simple and sometimes too limiting. For example, I like being able to submit both take-profit and stop-loss at the same time for my open positions.

Today I released version `0.37.0` of the framework and the live plugin. This release brings part 1 of the long-awaited support for spot trading. Part 1 brings support for spot trading in backtesting, and part 2 makes it possible in live trading. It is a bold release as it includes new features and most importantly breaking changes. So reading the changelog of this release and updating instructions is a must.

Hey everyone, I just released version `0.35.0` of Jesse and it's a good one! Let's start with the full changelog of this release:

Hi everyone, Today's release is a big one. But there are no breaking changes to be worried about. I completely refactored the live mode's calculations to be synced in real-time with the exchange. From now on, the live mode uses the information on the exchange instead of calculating it on our own. This is a huge deal because it means:

Hi everyone, Today I released version `0.33.0` of both the main framework and the live plugin. Buckle up, this is a big release! Here's what's new:

Today I released version `0.32.0` of both the main framework and the live plugin. This release brings several bug fixes, and improvements that I made based on feedback from the community. I **highly recommend updating** your setup to this version as soon as possible.

Today I released version 0.31.0 of the main framework and the live trade plugin. You can update via [this guide](https://docs.jesse.trade/docs/getting-started/update.html). This update brings below items:

I am more than happy to announce that version 0.30.0 of Jesse is released! This is the biggest update of the framework to this point. It is mostly about the new GUI dashboard, which is a much more convenient way to interact with Jesse rather than the CLI.

Today I released the RC version of the dashboard which is the third beta except that is the RC version. In case you don't know what RC is, it's short for "Release Candidate". Meaning that this release is going to be the initial release of the dashboard if no major bug is found in the coming days.

I've been working hard on the new GUI dashboard. And boy did it take more work than I expected! But the result was totally worth it. It makes my algo-trading experience much more enjoyable the same way Jupyter notebooks did for researching in Python.

This release is about improvements and makings things more stable to run smoother. It also has one little change in the strategy API. Although the majority of you don't have to make any changes to your strategies.