Skip to content

Commit

Permalink
🔖 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hibobmaster committed Jun 22, 2024
1 parent 7da6ddb commit 5f9fb32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 5f9fb32

Please sign in to comment.