Releases: TISUnion/ChatBridge
Releases · TISUnion/ChatBridge
v2.6.3
- Pin
satori-python
version to avoid its breaking changes
- cqhttp,satori: support disable
!!stats
or !!online
command by setting the query target client name to an empty string
v2.6.1
- add satori bot support
- khl bot update khl.py
- CLI clients ignore empty input
v2.5.3
- Added docker image support. See readme for more details
- Fixed cqhttp bot
anonymous
message data thing (#40)
v2.5.2
- up-to-date online client bungee command impl, using
/glist all
now
!!online
command on mcdr client
v2.5.1
- Fixed using undocumented api from MCDR (#36)
v2.5.0
- Add new packet type
custom
, for better extensibility
- Split
broadcast_chat
/ send_chat
api
- Fix khl client cannot broadcast
!!qq
message for cqhttp client
v2.4.1
- Added
enable
switch in mcdr plugin config
- Fixed some typo (#34) and make CQ bot client json data reading fail-proof (#35)
v2.3.0
CLI Server
- Use
SO_REUSEADDR
during server port binding for easier server restart #27
CQ HTTP bot
- Less status log spam in cqhttp bot
Discord bot
- update discord.py, now
discord.py>=2.0.0
is required
- message content intent in the discord application dashboard is required
v2.2.0
CLI server changes:
- Better thread name displaying
- Auto-trim login timeout connections
- Added secret
thread_dump
command in cli server for debug
v2.1.1
- Added
!!help
command in khl bot
- Fixed missing newline in !!help in discord bot (#21)