Releases: HitaloM/PyKorone
Releases · HitaloM/PyKorone
v1.0.4
What's Changed
Features
- Added validation to the
/kang
command to ensure videos comply with Telegram's sticker requirements. Videos must meet specific duration and size constraints before further processing.
Bug Fixes
- Fixed a crash when the bot attempted to download TikTok media from messages containing text in addition to the URL. The bot now correctly identifies and processes the TikTok URL even with extra text.
- Fixed an error in LastFM when a track, album, or artist did not have an image.
- Fixed an issue that prevented the bot from downloading media from tweets of profiles without a banner image.
- Fixed an issue where the
/device
command failed for some devices, particularly older non-smart ones, resulting in an error message. - Fixed an issue where the bot attempted to send more than 10 Instagram media items, causing an error due to Telegram's limit of 10 media items per message. The bot now ensures no more than 10 media items are sent per message, even if the Instagram post contains more than 10 items.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
Bug Fixes
- Updated the username validation regex to allow underscores (_) in LastFM usernames, ensuring users can set their usernames without issues.
- Fixed a ValidationError caused by tweets without view counts, allowing such tweets to be processed correctly without causing crash.
Improved Documentation
- Enhanced the changelog structure and language for better clarity and user understanding of recent updates.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
Features
- If the bot is restricted to send messages in certain chats, it will now automatically leave those chats to avoid any problems.
Bug Fixes
- We've made sure that if the bot runs into certain technical issues, it will handle them quietly without crashing.
- We fixed a connection issue that sometimes happened when interacting with Instagram, so the bot should connect more reliably now.
- We also corrected a problem where the bot might have crashed if it didn’t receive a message as expected. Now, it will keep running smoothly.