Releases: annndruha/issue-github-telegram-bot
Releases · annndruha/issue-github-telegram-bot
v2024.05.10 Fix main topic reply problem
Solved problem: If user make a reply with mention for some message in main topic in supergroup or in regular group, bot do nothing because telegram api send reply-tread-id instead of topic-id. (Yeap, they mixed two types of threads)
v2024.04.08 Fix error if message has caption
- Fix error if message has caption
v2023.11.18 Small fixes
- Code cleanup
- Now actions button hide after action click (now no need to close keyboard)
- Improved help for new code hightliting
- Fix ``` at and of message
v2023.11.07 Support new Telegram code highlighting
- Support new Telegram code highlighting
- Fixes some issue with markdown compatibility
- Reply to user message instead of copy user message content (Correct copy is now near to impossible, thanks Telegram)
- New bug 😄: Link to message sended in main topic of superchat is not working (thanks Telegram again)
v2023.09.09 Fix filters
- Now bot not trigger on updated messages and other stuff
- Mention in capture for files/photos now work well
- Update Error catching for better logs
v2023.09.07.3 Update filters
v2023.09.07.1 Update filters
v2023.09.07 Fix github actions
v2023.09.01 Fix and refactor
Fix:
- Caption for message with images not worked
Refactor:
- log_formatter and error_solver now in separate files
- Add linter, isort
- bages in README