Skip to content

Releases: SinusBot/docker

v1.0.0-beta.16-ba60e37

15 Jan 15:17
Compare
Choose a tag to compare
Pre-release

This is fixing an issue that could lock the bot up when using it with TS3.

v1.0.0-beta.10-202ee4d

23 Mar 20:07
0c0e4e1
Compare
Choose a tag to compare
Pre-release

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 by clientConnectionInfoUpdate with a client object
  • enh(scripting): add time to ban event on TS3
    fix(scripting): add groupId to user interface as documented
  • enh(scripting): add instance privileges to scripting
  • enh: add audio/mp4 and audio/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

01 Oct 17:08
0c4972a
Compare
Choose a tag to compare
1.0.0-beta.6-f290553 Pre-release
Pre-release

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

18 Aug 16:47
467d3b1
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release
  • 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 in db module work again as expected
  • fix: make helpers.toString() accept byte arrays

1.0.0-beta.3

18 Aug 16:45
a2a9032
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release
  • 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