Skip to content

Commit

Permalink
[Version] v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Oct 8, 2024
1 parent 9ac8f33 commit fe6c08b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ 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.6] - 2024-10-08
### Added
- [TradingView] Support email TradingView alerts
### Updated
- [TradingView] Improve webhook display
- [WebInterface] Improve account
- [HollaEx] Improve global support
### Fixed
- [Orders] Fixed synchronization issues
- [Storage] Fixed order storage issues
- [Exchanges] Retry market status fetch when failing for timeout
- [Credentials] Handle exchange credentials with leading/ending white spaces and newlines
- [Extension] Fixed extension check and checkout session issues
- [Exchanges] Fixed rare invalid key error misinterpretation
- [WebInterface] Fix notifications related web interface performance issues
- [WebInterface] Fix fetch_upgrade_version performance issues
- [Evaluators] Remove irrelevant warning on real-time evaluators global update

## [2.0.5] - 2024-08-27
### Fixed
- [Portfolio] Fixed ZeroDivisionError issues
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OctoBot [2.0.5](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
# OctoBot [2.0.6](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
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.5" # major.minor.revision
VERSION = "2.0.6" # major.minor.revision
LONG_VERSION = f"{VERSION}"

0 comments on commit fe6c08b

Please sign in to comment.