📢 PhantomBot v3.10.0.3 is now available as a stable build.
⚠️ NOTE: This version updates the Java requirements to JDK 17
⚠️ NOTE: For Apple Silicon, use the full or arm64 downloads
✅ Added:
➡️ Added an armhf (arm32, arm/v7) build of Java (gmt2001)
🌀 Changed:
➡️ Changed the Docker launch script to better select which Java runtime locations to search (gmt2001)
➡️ Changed the names of some overloads for incr
and decr
in DataStore (gmt2001)
➡️ Changed GamesListUpdater to always rebuild the local file if it is missing, regardless of the cooldown (gmt2001)
🛠️ Fixed:
➡️ Fixed an error being printed about a command not existing when the Docker health check is running (gmt2001)
➡️ Fixed an issue with database values that are supposed to be integers being stored as floats, causing cast exceptions (gmt2001)
➡️ Fixed an issue where !editcom
would falsely claim that the command was a built-in command and could not be edited (gmt2001)
➡️ Fixed an issue where greetingSystem and welcomeSystem would not recognize that a user was on cooldown due to an incorrect cast (gmt2001)
➡️ Fixed an issue where !pbcore moderate
was not recognized if the bot was in non-ready mode (gmt2001)
🗑️ Deprecated:
➡️ Multiple Java classes and methods are Deprecated for removal. Information can be found on the JavaDoc Deprecated List page
➡️ All legacy IRCv3 tags, or those which are manually set based on other tags, as defined in TMIMessage#parseLegacyBadges(String rawBadges) are Deprecated for removal. Use official tags from Twitch instead
🛑 Removed:
➡️ Nothing removed
🐞 Known Issues:
➡️ The update of mysql-connector 5.1.49 -> 8.0.33 may cause compatibility issues with MySQL Server versions older than 5.7
➡️ The update of mysql-connector 5.1.49 -> 8.0.33 causes compatibility issues with newer versions of MariaDB server, switch to MariaDBStore to continue using MariaDB (Stop the bot, edit botlogin.txt, and change datastore=
to a value of MariaDBStore
)
🌐 Download It:
➡️ Downloads attached to the bottom of this release notice
❗ Remember to install to a separate folder, then copy over the config dir, as well as any custom scripts or files in addons
➡️ PhantomBot official builds are available on GitHub Container Registry at ghcr.io/phantombot/phantombot and ghcr.io/phantombot/nightly-build
➡️ PhantomBot official builds are available on DockerHub at gmt2001/phantombot-stable and gmt2001/phantombot-nightly. See the readme text on the appropriate Docker Hub pages for Docker Compose files
🗒️ Notes:
➡️ We have guides on PhantomBot. You can contribute by submitting a Pull Request adding or editing .md files in the /docs/guides/content folder of the repo. See the guides for info about formatting