Tlapbot 1.0.1
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.