0.9.0 alpha-snapshot
Highlights:
- New Settings system
- Localization
All changes:
- Added anonymous API authentication
- Added
!whisper list
to show active whisper targets - Added
!bot info client
ts3 client information - Added
!song info
song length and position - Added 3.1 Protocol support
- Added dynamic hwid generation with identity
- Added ts3 identity importer
- Added option to specify command matcher
- Added localization
- Added dotnet core multibuild
- Added option to specify reset-volume after new song
- Added new rights matcher:
bot
- Added new image library (now also supports gifs 🎉)
- Added swagger/openapi generator
- Improved API object serialization
- Improved Webinterface loader
- Improved
!json merge
behaviour with errored subcommands - Improved client sessions to be less restrictive
- Reworked history to now use Uid's instead of DbId's to store a user
- Reworked playlist format (removed old format loader. Ownership is now by Uid)
- Removed active BotManager since it was a temporary workaround, bots are now smart enough to handle themselves
- Reworked settings completely
New!settings *
command group to interact - Fixed optional parameters procesing
- Fixed a few bugs in the id3 parser
- Fixed a few bugs in the m3u parser
- Fixed rare bug with the old protocol
- Fixed a API escaping bug
- Fixed a tsdns resolver bug
- Fixed some wrong ping times
- Fixed a FileTransfer bug
- Fixed
!quiz
command - Fixed youtube, twitch loader and youtube-dl backend
- Fixed a reconnect timeout bug
- Fixed a file resolving bug on linux
- Fixed annoying ffmpeg deadlock
- Fixed a pluginsystem bug
- Fixed rightsmanager race conditions
- Many, many, small bug fixes, performance improvements, new features, and new bugs :P
- 20,963 additions and 9,771 deletions. (whew)
Binary version added for lazy people. (To get new releases faster check out our nightly server)
You will still need ffmpeg
(and mono
, libopus
on linux) for your plattform (see setup) !