-
Tlapbot 1.2.2 Stable
released this
2024-02-11 20:17:17 +01:00 | 2 commits to master since this releaseThis version fixes commands not working with Owncast v0.1.2.
Bugfixes
- Github: #18 Switched receiving webhook for chat messages to use
rawBody
of the message instead of justbody
-
- This fixes issues with commands not working with Owncast v0.1.2.
- Help command now uses
<br>
newlines instead of\n
-
- This fixes an issue with missing line breaks in help message with Owncast v0.1.2.
- Help message with
LIST_REDEEMS
toggle on now supports milestones (instead of crashing).
Improvements
- You can't donate zero points to a milestone anymore.
- Tlapbot now warns you on startup if you have a redeem that has spaces in it, as commands with spaces in them will not work.
- Help message with
LIST_REDEEMS
now only sends redeems that are currently active. - Jinja template html for the dashboard was improved. (Less "technically incorrect" html weirdness.)
Misc.
- Cleanup of unused variables/imports.
How to update
If you followed the installation instructions from the README, just
git pull
. Optionally, also rerunpip install -e .
, so that pip reports the new version number correctly.⚠️NOTE: The .whl file is included with the release for completeness sake, you don't need to download it. Recommended install instructions are written in the README.
Downloads
- Github: #18 Switched receiving webhook for chat messages to use