mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-01 01:10:21 +08:00
chore: bump version to 4.26.3
This commit is contained in:
@@ -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
31
changelogs/v4.26.3.md
Normal 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)
|
||||||
@@ -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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user