3.0.8
Note
You might need to run these two SQL queries when using MariaDB after this update.
ALTER TABLE `Recording` CHANGE `recording` `recording` LONGTEXT;
ALTER TABLE `Settings` CHANGE `value` `value` LONGTEXT;Changelog
New
- Added a configuration to disable the "x module is disabled!" message.
- Added a configuration to enable debug information.
Changes
- Fixing random memes command.
- Fixed a bug related to channelstats.
- Improved StreamAction for VC-Join.
- Switched away from Dagpi on the Waifu command.
- Switched from mostly MariaDB based SQL queries to HQL queries for better support.
- Update dependency io.sentry:sentry to v6.26.0 by @renovate in #397
- Update jersey monorepo to v3.1.3 by @renovate in #403
- Update dependency io.github.redouane59.twitter:twittered to v2.23 by @renovate in #402
- Update dependency io.sentry:sentry to v6.27.0 by @renovate in #404
Removed
N/A
Files
- Ree6-x.x.x-jar-with-dependencies.jar -> the actual executable you want to use!
- Ree6-Installer.jar -> a simple executable which will guide you to setup Ree6 and download the newest release for you! (recommended)
- Ree6.jar -> depedenciesless Ree6 file (for use as dependencies)
Full Changelog: 3.0.7...3.0.8