File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.1.0] - 2026-02-27
8+ ### Added
9+ - Support for services tentacles
10+ - Support for profile scripting
11+ ### Updated
12+ - Report redesign
13+
714## [ 0.0.29] - 2025-12-29
815### Updated
916- OctoBot to 2.0.16
Original file line number Diff line number Diff line change 1- # OctoBot-Script [ 0.0.29 ] ( https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md )
1+ # OctoBot-Script [ 0.1.0 ] ( https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md )
22[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot-Script.svg?logo=pypi )] ( https://pypi.python.org/pypi/octobot-script/ )
33[ ![ Downloads] ( https://static.pepy.tech/badge/OctoBot-Script/month )] ( https://pepy.tech/project/octobot-script )
44[ ![ Dockerhub] ( https://img.shields.io/docker/pulls/drakkarsoftware/OctoBot-Script.svg?logo=docker )] ( https://hub.docker.com/r/drakkarsoftware/octobot-script )
@@ -19,7 +19,7 @@ Documentation available at [octobot.cloud/en/guides/octobot-script](https://www.
1919
2020## Install OctoBot Script from pip
2121
22- > OctoBot Script requires ** Python 3.10 **
22+ > OctoBot Script requires ** Python 3.13 **
2323
2424``` {.sourceCode .bash}
2525python3 -m pip install OctoBot wheel appdirs==1.4.4
Original file line number Diff line number Diff line change 1616
1717PROJECT_NAME = "OctoBot-Script"
1818AUTHOR = "Drakkar-Software"
19- VERSION = "0.0.29 " # major.minor.revision => don't forget to also update the setup.py version
19+ VERSION = "0.1.0 " # major.minor.revision => don't forget to also update the setup.py version
2020
2121
2222def _use_module_local_tentacles ():
You can’t perform that action at this time.
0 commit comments