From e8f00960fedd7bbca7be945384dd585504ef2152 Mon Sep 17 00:00:00 2001 From: Weilong Liao <37870767+Soulter@users.noreply.github.com> Date: Fri, 3 Jul 2026 00:54:01 +0800 Subject: [PATCH] chore: bump version to 4.26.4 Release AstrBot v4.26.4. --- astrbot/__init__.py | 2 +- changelogs/v4.26.4.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.26.4.md diff --git a/astrbot/__init__.py b/astrbot/__init__.py index ef1721e90..a3e6bd5e6 100644 --- a/astrbot/__init__.py +++ b/astrbot/__init__.py @@ -1,4 +1,4 @@ import logging -__version__ = "4.26.3" +__version__ = "4.26.4" logger = logging.getLogger("astrbot") diff --git a/changelogs/v4.26.4.md b/changelogs/v4.26.4.md new file mode 100644 index 000000000..72fd7d63d --- /dev/null +++ b/changelogs/v4.26.4.md @@ -0,0 +1,13 @@ +## What's Changed + +- fix: astrbot_file_read_tool returns clear error for directory path instead of misleading Permission denied (#9088) (41f896030) +- fix: reduce markdown streaming lag (#9097) (372b9f5bf) +- fix: resample and downmix WAV files for Tencent Silk encoding (#9100) (4cf210e50) +- fix: guard desktop-managed core restart (#9098) (b673cb375) +- fix: updated reboot logic (#9073) (3b41a870f) +- 修复了DISCORD适配器注册命令正则过于严格的问题 (#9102) (029e9c84a) +- fix: reject non-200 download responses (#9085) (70a52ea6d) +- fix: wecom adapter returning json instead of plain text (#9107) (ea19be1d0) +- fix: preserve webhook callback responses (1e3b12acc) +- fix: skip _unbind_plugin for inactivated plugins in reload() (#9096) (152fb3be8) +- fix: apply fallback chat models to background wakeups (#9094) (413340fca) diff --git a/pyproject.toml b/pyproject.toml index be8675703..306910b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AstrBot" -version = "4.26.3" +version = "4.26.4" description = "Easy-to-use multi-platform LLM chatbot and development framework" readme = "README.md" license = { text = "AGPL-3.0-or-later" }