Skip to content

Commit 91a3460

Browse files
authored
Merge pull request #2775 from Drakkar-Software/dev
dev merge
2 parents a8776ae + fe6c08b commit 91a3460

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

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

9+
## [2.0.6] - 2024-10-08
10+
### Added
11+
- [TradingView] Support email TradingView alerts
12+
### Updated
13+
- [TradingView] Improve webhook display
14+
- [WebInterface] Improve account
15+
- [HollaEx] Improve global support
16+
### Fixed
17+
- [Orders] Fixed synchronization issues
18+
- [Storage] Fixed order storage issues
19+
- [Exchanges] Retry market status fetch when failing for timeout
20+
- [Credentials] Handle exchange credentials with leading/ending white spaces and newlines
21+
- [Extension] Fixed extension check and checkout session issues
22+
- [Exchanges] Fixed rare invalid key error misinterpretation
23+
- [WebInterface] Fix notifications related web interface performance issues
24+
- [WebInterface] Fix fetch_upgrade_version performance issues
25+
- [Evaluators] Remove irrelevant warning on real-time evaluators global update
26+
927
## [2.0.5] - 2024-08-27
1028
### Fixed
1129
- [Portfolio] Fixed ZeroDivisionError issues

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot [2.0.5](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
1+
# OctoBot [2.0.6](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://pypi.org/project/OctoBot)
33
[![Downloads](https://pepy.tech/badge/octobot/month)](https://pepy.tech/project/octobot)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot)

octobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
PROJECT_NAME = "OctoBot"
1818
AUTHOR = "Drakkar-Software"
19-
VERSION = "2.0.5" # major.minor.revision
19+
VERSION = "2.0.6" # major.minor.revision
2020
LONG_VERSION = f"{VERSION}"

0 commit comments

Comments
 (0)