0.5.1
📌0.5.1 is a patched version of 0.5, it resolves two issues from version 0.5: the default value error for auto-completion when the client is not specified, and the problem with reactivating a monitored account in a disabled state using the same client (#33). If you have already upgraded to version 0.5, you can update to 0.5.1 by directly pulling the new code.
📌 If you want to upgrade from 0.4.1 to 0.5.1, please pull the code first and upgrade according to the upgrade guide.
feat:
- Settings now allow filtering by media type, enabling the option to forward or not forward pictures and videos. (#31) ← EXCELLENT😇
- Supports built-in multiple embedded pictures that can be replaced with fx combined pictures. (3209b94) ← FRIENDLY TO IOS SYSTEM🤗
- Multi client support, add multiple tokens and choose which account follow which user. (#31) ← MORE POWERFUL CUSTOMIZATION👏
- Autocomplete for some slash commands. (#31) ← CONVENIENT👍
- Customize bot activity type and message. (0051469, #31)
- Split listing to prevent cutoff. (#31)
- Optimized the update process. (f097793)
- Startup checks for environment variables, configs and database.
refactor:
- Convert all SQL operations to asynchronous. (dce6f8c) ← AVOID BLOCKING✌️
- Optimize the overall code