Skip to content

Commit e8f0096

Browse files
authored
chore: bump version to 4.26.4
Release AstrBot v4.26.4.
1 parent 413340f commit e8f0096

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

astrbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import logging
22

3-
__version__ = "4.26.3"
3+
__version__ = "4.26.4"
44
logger = logging.getLogger("astrbot")

changelogs/v4.26.4.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## What's Changed
2+
3+
- fix: astrbot_file_read_tool returns clear error for directory path instead of misleading Permission denied (#9088) (41f896030)
4+
- fix: reduce markdown streaming lag (#9097) (372b9f5bf)
5+
- fix: resample and downmix WAV files for Tencent Silk encoding (#9100) (4cf210e50)
6+
- fix: guard desktop-managed core restart (#9098) (b673cb375)
7+
- fix: updated reboot logic (#9073) (3b41a870f)
8+
- 修复了DISCORD适配器注册命令正则过于严格的问题 (#9102) (029e9c84a)
9+
- fix: reject non-200 download responses (#9085) (70a52ea6d)
10+
- fix: wecom adapter returning json instead of plain text (#9107) (ea19be1d0)
11+
- fix: preserve webhook callback responses (1e3b12acc)
12+
- fix: skip _unbind_plugin for inactivated plugins in reload() (#9096) (152fb3be8)
13+
- fix: apply fallback chat models to background wakeups (#9094) (413340fca)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "AstrBot"
3-
version = "4.26.3"
3+
version = "4.26.4"
44
description = "Easy-to-use multi-platform LLM chatbot and development framework"
55
readme = "README.md"
66
license = { text = "AGPL-3.0-or-later" }

0 commit comments

Comments
 (0)