📢 PhantomBot v3.10.3.0 is now available as a stable build.
ℹ️ List of release files:
- win - Includes Java and launch scripts for Windows in addition to the bot
- lin - Includes Java and launch scripts for Linux on amd64 in addition to the bot
- mac - Includes Java and launch scripts for macOS on amd64 (Intel) in addition to the bot
- arm32 - Includes Java and launch scripts for Raspberry Pi on armhf in addition to the bot
- arm64-apple_silicon - Includes Java and launch scripts for Raspberry Pi on arm64/aarch64 & macOS on Apple Silicon (M1/M2) in addition to the bot
- full - Includes Java and launch scripts for all platforms above in addition to the bot
- bot_only - Includes only the launch scripts and the bot, but not Java
✅ Added:
➡️ Added support for 7TV emotes in the flying emotes feature of the overlay (Radipiz)
➡️ Added support for getting usage information with the --help
switch on launch.sh
(gmt2001)
➡️ Added support for using the Twitch Polls API from custom scripts (Radipiz)
➡️ Added support for restarting the bot using a special exit code when using the updated launch scripts. restartcmd=
must be blank or missing from botlogin.txt for this method to be used. Does not work on Docker (gmt2001)
🌀 Changed:
➡️ Changed launch scripts to use options files for JVM launch options. Users may create/edit java.opt.custom
(gmt2001)
➡️ Changed the Linux launcher to attempt to chmod jspawnhelper
to allow custom restart commands to work (gmt2001)
➡️ Rewrote the Windows launch scripts. Powershell is now preferred, but cmd will still work. The launch.ps1
script supports the -Help
switch to get usage information (gmt2001)
➡️ Changed MariaDBStore2 to explicitly select a schema on all connections (gmt2001)
➡️ Changed FollowersCache to only trigger points/announcements on new followers if they followed within the past 30 minutes (gmt2001)
🛠️ Fixed:
➡️ Fixed the Panel User system using case-sensitive lookups on the username field (gmt2001)
➡️ Fixed a NPE on the 3.6.0 update task (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:
➡️ No known issues
🌐 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