Skip to content

Commit 39090a7

Browse files
authored
chore: bump version to 4.26.5 (#9174)
1 parent bf18fad commit 39090a7

3 files changed

Lines changed: 37 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.4"
3+
__version__ = "4.26.5"
44
logger = logging.getLogger("astrbot")

changelogs/v4.26.5.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## What's Changed
2+
3+
- feat(platform): 支持扫码创建时自定义机器人ID (#9067) (9f50c900b)
4+
- fix: enable only synced ModelScope MCP servers (#9084) (89b80a6ca)
5+
- feat: add ChatUI project workspaces (#9066) (e7d5be632)
6+
- fix: Improve MCP client startup and shutdown handling to prevent idle spinning when a server is disabled and ensure proper cleanup on errors, timeouts, and cancellation (#9070) (3ce66576f)
7+
- fix(kb): replace fragile error string matching with pre-check for duplicate kb_name (#9121) (aecee6fc9)
8+
- fix(kb): improve retrieval resilience on per-KB failure and rerank selection (#9122) (468eea99c)
9+
- fix(kb): clean up KBMedia records on document delete, fix update_kb_stats (#9120) (e2f3b0008)
10+
- fix: align knowledge base CRUD API contract with kb_name, canonical payload fields, and matching OpenAPI types (#9000) (ea9e3421d)
11+
- fix: constrain custom workspace paths (6d798908a)
12+
- fix(core): improve web search API key failover (8a31cf01f)
13+
- fix: preserve absolute custom workspace paths (20008f179)
14+
- feat: improve ChatUI attachment display (#9134) (b43cc6dee)
15+
- fix: enforce ownership when reading ChatUI sessions (#9141) (041fba4df)
16+
- fix: secure project update temp staging (#9083) (30426c4f6)
17+
- fix: qq_official websocket适配器发送消息收到None时现在会重试了 (#8977) (#8979) (cc0b34750)
18+
- fix: adapt MiMo STT to V2.5 models and reject non-WAV audio payloads (#9118) (c9eed7b65)
19+
- feat: add note on cross-platform compatibility and Python version support (85b653b6f)
20+
- test: cover POSIX file URI root preservation (#8906) (3b8caf37e)
21+
- feat: add sanitation for malformed tool call names in ToolLoopAgentRunner (#9144) (25cbd41e0)
22+
- feat: show model metadata in selectors (6627fd53c)
23+
- fix: keep model metadata separate from providers (#9161) (18e067fab)
24+
- fix: serialize webchat history timestamps as UTC-aware ISO strings (#9159) (56326c755)
25+
- feat: add chat token usage indicator (ab2502c17)
26+
- fix(webui): sync plugin activation status on enable (#9156) (ba7f8ebfb)
27+
- fix: preserve qq official quoted message context (#9164) (4166d9ab5)
28+
- fix: exit MCP anyio contexts in the lifecycle task on disable (#9132) (afb007911)
29+
- fix(mcp): attempt to fix epoll busy-wait caused by leaked SSE exit stack (#8307) (56f253395)
30+
- fix: remove qq official reply id on proactive fallback so oversized passive replies can succeed via proactive sending (#9169) (2a7c02af8)
31+
- feat: add event loop diagnostics (#9168) (0dee40bd9)
32+
- docs: add diagnostics guide (0a5d6485a)
33+
- chore: log event loop watchdog startup at info (510e83369)
34+
- docs: broaden diagnostics guide (1124dfe29)
35+
- style: polish snackbar appearance (#9173) (bf18fadbe)

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.4"
3+
version = "4.26.5"
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)