Skip to content

Releases: MasterGroosha/my-id-bot

v2.5

18 Aug 11:51
d98aaf6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4...v2.5

v2.4: Better logs

09 May 15:57
Compare
Choose a tag to compare

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

23 Apr 12:32
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @mak7ko made their first contribution in #22

Full Changelog: v2.2.1...v2.3

v2.2.1: Critical bugfix

20 Mar 16:08
Compare
Choose a tag to compare

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

19 Mar 10:04
1bc219e
Compare
Choose a tag to compare

⚠️ 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

16 Mar 05:14
16c5595
Compare
Choose a tag to compare

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

30 Aug 08:35
Compare
Choose a tag to compare

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

09 Nov 01:30
Compare
Choose a tag to compare

Now only one message is sent upon group to supergroup migration

Improvements to Dockerfile

11 Jul 22:07
Compare
Choose a tag to compare
v1.3

Improvements to Dockerfile, added dev version to build image locally

Some improvements: error logs, stickers IDs and settings commands on startup

20 Jun 17:26
8a841c4
Compare
Choose a tag to compare

• 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).