8000
Skip to content

Tags: MasterGroosha/my-id-bot

Tags

v2025.03.1

Toggle v2025.03.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2025 Edition (#32)

Just a technical update, bumped dependencies, switched to a new naming
schema.

Important: the next version (no estimates, but definitely Q1 or Q2 2025)
will switch to using TOML files as config.

v2.5

Toggle v2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dependencies update: August 2024 (#28)

* Updated dependencies
* Updated code to use new pydantic-settings and new aiogram
* Using distroless docker image to run bot

v2.4

Toggle v2.4's commit message
Improved logging: more customization & logging unhandled updates

v2.3

Toggle v2.3's commit message
* Show bot's id in PM via inline mode

* Added Ukranian language
* Better logging

v2.2.1

Toggle v2.2.1's commit message
Critical bugfix for non-ru and non-en locales

v2.2

Toggle v2.2's commit message
Localization support via Mozilla Fluent

v2.1

Toggle v2.1's commit message
Switch to Python 3.11, show topic ID in forum supergroups

v2.0

Toggle v2.0's commit message
Switch to aiogram 3.x

v1.7.1

Toggle v1.7.1's commit message
More reliable is_group_join filter

v1.7

Toggle v1.7's commit message
Replaced new_chat_members handler with my_chat_member due to Bot API …

…changes.

On April 26th, 2021, Telegram warned (https://core.telegram.org/bots/api-changelog#april-26-2021) developers, that Bot API will stop generating join events for big groups with "thousands" of members (https://t.me/tdlibchat/14288). It's time to switch to my_chat_member handler.
0