🔖 1.8.0

This commit is contained in:
hibobmaster 2024-06-22 13:03:31 +08:00
parent 7da6ddbef4
commit 5f9fb321fb
No known key found for this signature in database
2 changed files with 9 additions and 5 deletions

View File

@ -2,8 +2,17 @@
## 1.8.0
- Support custom help message
Create a `custom_help_message.txt` and uncomment the field in docker compose file.
![Imgur](https://i.imgur.com/X5vGr6v.jpeg)
- Support several whitelist room_id
You can add as many as room_id that you hope the bot works on.
`"room_id": ["!111111:matrix.qqs.tw", "!222222:matrix.qqs.tw"]` for `config.json`
`ROOM_ID="!aaaaaaa:XXX.XXX,!bbbbbb:XXX.XXX"` for `.env`
## 1.7.2
- Refactor gpt vision trigger method
- !pic, !help, and gpt vision in thread chat

View File

@ -19,8 +19,3 @@ services:
# - ./custom_help_message.txt:/app/custom_help_message.txt
# import_keys path
# - ./element-keys.txt:/app/element-keys.txt
networks:
- matrix_network
networks:
matrix_network: