File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "4.19.3 "
1+ __version__ = "4.19.4 "
Original file line number Diff line number Diff line change 55
66from astrbot .core .utils .astrbot_path import get_astrbot_data_path
77
8- VERSION = "4.19.3 "
8+ VERSION = "4.19.4 "
99DB_PATH = os .path .join (get_astrbot_data_path (), "data_v4.db" )
1010
1111WEBHOOK_SUPPORTED_PLATFORMS = [
Original file line number Diff line number Diff line change 1+ ## What's Changed
2+
3+ ### 新增
4+
5+ - 企业微信智能机器人支持长连接模式。[ #5930 ] ( https://github.com/AstrBotDevs/AstrBot/pull/5930 )
6+
7+ ### New
8+
9+ - Wecom AI Bot supports long-connection mode(Websockets). [ #5930 ] ( https://github.com/AstrBotDevs/AstrBot/pull/5930 )
Original file line number Diff line number Diff line change 11[project ]
22name = " AstrBot"
3- version = " 4.19.3 "
3+ version = " 4.19.4 "
44description = " Easy-to-use multi-platform LLM chatbot and development framework"
55readme = " README.md"
66requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments