Releases: SinusBot/docker
Releases · SinusBot/docker
v1.0.0-beta.16-ba60e37
This is fixing an issue that could lock the bot up when using it with TS3.
v1.0.0-beta.10-202ee4d
This is just a minor update but it comes with updated scripts as well as some additions to the scripting engine.
- enh(scripting): add
requestClientConnectionInfo()
; updates will be reported byclientConnectionInfoUpdate
with a client object - enh(scripting): add time to ban event on TS3
fix(scripting): addgroupId
to user interface as documented - enh(scripting): add instance privileges to scripting
- enh: add
audio/mp4
andaudio/webm
as supported MIME types for streaming - enh(scripting): add
hasTitle()
/hasAlbum()
/hasArtist()
to playlist track information - chore: update scripts
1.0.0-beta.7:
- enh: replaced internal command module with new script sinusbot-commands.js - many thanks to Jonas "irgendwr" Bögle
- fix: increased randomness for
helpers.getRandom()
on Windows by a random amount (take that, rng!) - fix: correctly emit
clientMove
when a user joins or leaves a Discord channel
1.0.0-beta.6-f290553
This release brings a couple of new features to the scripting engine and fixes some issues with Discord.
- enh: clientBanned event will now be emitted, when someone gets banned from a TS server
- enh: all move events on a TS server now hold a "message" field which contains the move/ban/kick message
- fix: correctly handle new and leaving discord clients
- enh: add audio.setTTSURL(url) and audio.setTTSDefaultLocale(locale)
- feat: add engine.registrationEnabled()
- feat: add media.resumeQueue() / media.playQueueNext()
- feat: add media.clearIdleTrack() / media.clearStartupTrack()
- feat: add media.setIdleTrackURL() / media.setStartupTrackURL()
- fix: use sane timeouts for Discord API to prevent deadlocks under certain circumstances
- chore: update command.js to v1.3.2
1.0.0-beta.5
- fix: make sure event
'load'
always fires - fix: add invoker to
!yt
call
1.0.0-beta.4:
- fix: add support for updated Discord
- fix: make
exec
/query
indb
module work again as expected - fix: make
helpers.toString()
accept byte arrays
1.0.0-beta.3
- enh: support TS3 3.3+
- enh: add some missing Discord functions to scripting engine (reactions mainly)
- fix: remove a deadlock that could happen when certain events happen while the scripting engine is reloading
- fix: properly handle multithreading to singlethreading for v8