Skip to content

Commit

Permalink
Merge pull request #2784 from Drakkar-Software/dev
Browse files Browse the repository at this point in the history
dev merge
  • Loading branch information
GuillaumeDSM authored Oct 27, 2024
2 parents 538e205 + 66cd625 commit 3599aec
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*

## [2.0.7] - 2024-10-26
### Added
- [TradingView] Support multiple take profits
- [TradingView] Support ";" as a parameter separator
- [GPTService] Support custom base_url to use other LLMs than OpenAI's
- [Exchanges] Support http and https proxies
### Updated
- [TradingView] Update web interface docs
### Fixed
- [Exchanges] Auth error loop
- [WebInterface] Fix markdown code display in dark mode

## [2.0.6] - 2024-10-08
### Added
- [TradingView] Support email TradingView alerts
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OctoBot [2.0.6](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
# OctoBot [2.0.7](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://pypi.org/project/OctoBot)
[![Downloads](https://pepy.tech/badge/octobot/month)](https://pepy.tech/project/octobot)
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot)
Expand Down Expand Up @@ -40,11 +40,6 @@ Octobot's main feature is **evolution**, you can :

Looking for more info ? Check out our Octobot guides at [octobot.cloud/en/guides/octobot](https://www.octobot.cloud/en/guides/octobot?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=checkout_guides)

## Current event
![bitmart octobot trade to earn banner](https://news-images.s3.fr-par.scw.cloud/bitmart-octobot-trade-to-earn-banner.png)
Join the BitMart & OctoBot partnership celebration


## Installation
### One click deployment using DigitalOcean
OctoBot can be easily launched on the cloud from the [DigitalOcean Marketplace](https://digitalocean.pxf.io/octobot-app).
Expand Down
2 changes: 1 addition & 1 deletion octobot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

PROJECT_NAME = "OctoBot"
AUTHOR = "Drakkar-Software"
VERSION = "2.0.6" # major.minor.revision
VERSION = "2.0.7" # major.minor.revision
LONG_VERSION = f"{VERSION}"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Drakkar-Software requirements
OctoBot-Commons==1.9.61
OctoBot-Trading==2.4.117
OctoBot-Trading==2.4.118
OctoBot-Evaluators==1.9.7
OctoBot-Tentacles-Manager==2.9.16
OctoBot-Services==1.6.21
Expand Down

0 comments on commit 3599aec

Please sign in to comment.