We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c6600 commit eaee98dCopy full SHA for eaee98d
4 files changed
astrbot/cli/__init__.py
@@ -1 +1 @@
1
-__version__ = "4.10.1"
+__version__ = "4.10.2"
astrbot/core/config/default.py
@@ -5,7 +5,7 @@
5
6
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
7
8
-VERSION = "4.10.1"
+VERSION = "4.10.2"
9
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
10
11
WEBHOOK_SUPPORTED_PLATFORMS = [
changelogs/v4.10.2.md
@@ -0,0 +1,9 @@
+## What's Changed
2
+
3
+### 修复
4
+1. ‼️‼️ 修复了由 `psutil` 新版本导致的启动时报错的问题。
+### 新增
+1. 插件指令管理支持管理别名。
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
-version = "4.10.1"
+version = "4.10.2"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments