📢 PhantomBot v3.7.4.1 is now available as a stable build.
📢 We now have JavaDocs available for the core. Links in the top-right switch between stable and nightly
⚠️ To preserve current (customapi)
and (customapijson)
consistency, an update task will attempt to add a (encodeurl)
tag around the URI. This may break some URIs and require adjustment. It is recommended to test if the URI is valid without the (encodeurl)
tag
✅ Added:
➡️ Nothing added
🌀 Changed:
➡️ Nothing changed
🛠️ Fixed:
➡️ Fixed an issue where the broadcaster login for the OAuth page was not working (gmt2001)
➡️ Fixed an issue where the Alerts/Polls WS was capable of running commands beyond its permissions (gmt2001, reported by prdatur #3093)
🗑️ Deprecated:
➡️ com.gmt2001.HttpRequest
is Deprecated and should not be used for new development. com.gmt2001.httpclient.HttpClient
should be used instead
➡️ tv.phantombot.PhantomBot.getProperties()
is deprecated and should not be used for new development. tv.phantombot.CaselessProperties.instance()
should be used instead
➡️ com.gmt2001.TwitchAPIv5
is Deprecated and should not be used for new development. tv.phantombot.twitch.api.Helix
should be used 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.