From e17b8c6c948536ccbb6fef7087c35a944e152c4f Mon Sep 17 00:00:00 2001 From: alexpolo1 Date: Fri, 28 Aug 2026 17:04:38 +0200 Subject: [PATCH] =?UTF-8?q?release:=20v0.10.0=20=E2=80=94=20the=20stealth?= =?UTF-8?q?=20subsystem=20actually=20runs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 69 commits since v0.9.1. Most of what landed was found by measuring which behaviours FIRED, not by reading code: AFK breaks had gone 0-for-225 against a configured 5%/game, eight [stealth] settings were declared in params.ini and never loaded into Config(), and several functions had no callers at all. Nightmare failure rate ~11% -> 1.0% over 100 games; hell went from dying on game 4 to 0.0% over 59. Co-Authored-By: Claude Opus 5 --- pyproject.toml | 2 +- src/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 161889f..884b5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "botty" -version = "0.9.1" +version = "0.10.0" description = "Pixelbot for Diablo 2 Resurrected" requires-python = ">=3.10,<3.11" dependencies = [ diff --git a/src/version.py b/src/version.py index 102b47c..fcca93b 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -__version__ = '0.9.1' \ No newline at end of file +__version__ = '0.10.0' \ No newline at end of file