Releases: MasterGroosha/my-id-bot
v2.5
What's Changed
- Add spanish language by @DanielCarrenoMar in #27
- Dependencies update: August 2024 by @MasterGroosha in #28
New Contributors
- @DanielCarrenoMar made their first contribution in #27
Full Changelog: v2.4...v2.5
v2.4: Better logs
This is a minor release, mostly aimed at logging improvements. Check the new options.
Also now it's possible to log unhandled updates, in case you want to find out, who uses your bot as administrator without purpose.
Full Changelog: v2.3...v2.4
v2.3: Ukrainian localization and more
What's Changed
- Feature: show other bot's ID used via Inline mode by @MasterGroosha in #20
- Better logging and other by @MasterGroosha in #21
- Create uk strings.ftl by @mak7ko in #22
New Contributors
- @mak7ko made their first contribution in #22
Full Changelog: v2.2.1...v2.3
v2.2.1: Critical bugfix
Version 2.2 had a bug which prevented users with neither "en" nor "ru" locale to use bot in PM. Sorry!
Now fixed.
v2.2: Localization by Mozilla Fluent
⚠️ This version has a critical bug, please use v2.2.1 instead
With this release, bot is able to speak more languages, thanks to Project Fluent by Mozilla. English and Russian translations are built-in, but you can easily add your own ones! Check our localization guide for details.
v2.1: Show topic ID for forum supergroups
Now you can quickly get topic ID, if your supergroup has forum feature enabled.
Also aiogram has been updated to 3.0 beta 7 and bot is compatible with Python 3.11. Docker image is also using Python 3.11 now.
v2.0: aiogram 3.x and more
With this release, @my_id_bot was re-written completely with aiogram 3.x (currently in beta).
The code is cleaner, easier to read and maintain.
Also I new feature added: now you can forward a message from anonymous supergroup admin (writing on behalf of a supergroup) to get group ID.
Full Changelog: v1.7.1...v2.0
Chat migration improvements
Now only one message is sent upon group to supergroup migration
Improvements to Dockerfile
v1.3 Improvements to Dockerfile, added dev version to build image locally
Some improvements: error logs, stickers IDs and settings commands on startup
• Added error logs to file, so that you can easily track and squash those nasty bugs!
• If you send/forward bot a sticker, bot will tell you the ID of that sticker. Unlike other media files in Telegram, stickers' IDs are the same across different bots.
• Setup bot commands on startup (unfortunately, this will override all other commands, so feel free to open an issue about this).