chore: bump version to 4.26.3

This commit is contained in:
Soulter
2026-06-30 20:10:58 +08:00
parent 6067a70803
commit 7831c68660
3 changed files with 33 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import logging import logging
__version__ = "4.26.2" __version__ = "4.26.3"
logger = logging.getLogger("astrbot") logger = logging.getLogger("astrbot")

31
changelogs/v4.26.3.md Normal file
View File

@@ -0,0 +1,31 @@
## What's Changed
### Features
- Support installing local plugins (#8448)
### Fixes
- Preserve fallback models for future tasks (#9054)
- Validate plugin install sources (#9061)
- Paginate knowledge base dashboard lists (#9055)
### Styles
- Standardize dashboard dialog styling (#9062)
## 中文翻译
### 功能
- 支持安装本地插件 (#8448)
### 修复
- 保留未来任务可用的 fallback models (#9054)
- 校验插件安装来源 (#9061)
- 为知识库仪表盘列表增加分页 (#9055)
### 样式
- 统一仪表盘对话框样式 (#9062)

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "AstrBot" name = "AstrBot"
version = "4.26.2" version = "4.26.3"
description = "Easy-to-use multi-platform LLM chatbot and development framework" description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md" readme = "README.md"
license = { text = "AGPL-3.0-or-later" } license = { text = "AGPL-3.0-or-later" }