File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = "4.11.1 "
1+ __version__ = "4.11.2 "
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.11.1 "
8+ VERSION = "4.11.2 "
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+ ### Features
4+
5+ - feat: supports to display plugin CHANGELOG.md ([ #4337 ] ( https://github.com/AstrBotDevs/AstrBot/issues/4337 ) )
6+
7+ ### Fixes
8+
9+ - fix: conversation was still saved to the context after ` stop_event ` ([ #4345 ] ( https://github.com/AstrBotDevs/AstrBot/issues/4345 ) )
10+ - fix: on_waiting_llm_request hook did not check message validity ([ #4349 ] ( https://github.com/AstrBotDevs/AstrBot/issues/4349 ) )
11+ fix(webui): maintain international consistency of the 'repo' button ([ #4358 ] ( https://github.com/AstrBotDevs/AstrBot/issues/4358 ) )
12+
13+ ### Improvements
14+
15+ - plugin marketplace search supports matching display names. ([ #4332 ] ( https://github.com/AstrBotDevs/AstrBot/issues/4332 ) )
Original file line number Diff line number Diff line change 11[project ]
22name = " AstrBot"
3- version = " 4.11.1 "
3+ version = " 4.11.2 "
44description = " Easy-to-use multi-platform LLM chatbot and development framework"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments