Skip to content

Tlapbot 1.0.1

Choose a tag to compare

@SleepyLili SleepyLili released this 07 Dec 10:26
· 124 commits to master since this release

Small release with a few bugfixes and small improvements.

What's Changed

  • Fix: Remove strict "is True" check by @trwnh in #7
  • Fix: Change POST to GET for certain API calls by @trwnh in #8
  • Fix: Fixed possible crashes when users joined chat when bot was down/restarting.
  • Improvement: Multiple commands in a single message no longer behave weirdly (#5, thanks to Samgai for bringing my attention to this behavior)
  • Refactor: reduce nesting by @trwnh in #6

Thank you to @trwnh for the pull requests with feedback and improvements, @Michcioperz for issue/PR comments, samgai for discovering the buggy behavior.

How to update

If you followed the installation instructions from the README, just git pull. Optionally, also rerun pip 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.