Skip to content

Releases: annndruha/issue-github-telegram-bot

v2024.05.10 Fix main topic reply problem

10 May 14:13
Compare
Choose a tag to compare

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

08 Apr 19:50
Compare
Choose a tag to compare
  • Fix error if message has caption

v2023.11.18 Small fixes

18 Nov 16:21
Compare
Choose a tag to compare
  • 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

07 Nov 15:25
Compare
Choose a tag to compare
  • 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

09 Sep 00:47
Compare
Choose a tag to compare
  • 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

07 Sep 16:20
Compare
Choose a tag to compare

v2023.09.07.1 Update filters

07 Sep 15:25
Compare
Choose a tag to compare

v2023.09.07 Fix github actions

07 Sep 14:30
Compare
Choose a tag to compare

v2023.09.01 Fix and refactor

01 Sep 14:22
Compare
Choose a tag to compare

Fix:

  • Caption for message with images not worked

Refactor:

  • log_formatter and error_solver now in separate files
  • Add linter, isort
  • bages in README

v2023.08.16.2

16 Aug 17:07
da24e07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.08.16.1...v2023.08.16.2