Skip to content

Releases: The-Earth/catbot

1.1.0

03 Sep 05:52

Choose a tag to compare

1.0.1

25 Dec 07:23

Choose a tag to compare

  • Deprecate add_msg_task, add_query_task, add_member_status_task, add_my_member_status_task, add_chat_join_request_task
  • Add msg_task, query_task, member_status_task, my_member_status_task, chat_join_request_task decoraters
  • Add context manager ability to Bot which saves configs and records before shutdown
  • Add invite_link

Full Changelog: v0.11.2...v1.0.1

0.11.2

25 Oct 13:50

Choose a tag to compare

  • Minor fixes

0.11.0

07 Aug 13:30

Choose a tag to compare

  • Add support for join requests
  • Instances get a full set of attributions. Those not applicable to them are set to None
  • Better tracebacks

0.10.2

13 Jun 07:40

Choose a tag to compare

  • Add logging to catbot.log

v0.10.1

28 Feb 22:08

Choose a tag to compare

0.9.2

12 Feb 05:11

Choose a tag to compare

  • Update to Telegram Bot API 6.5 (2023/2/3)
    • Replaced the fields can_send_media_messages with separate fields can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes.
    • Added the parameter use_independent_chat_permissions to the methods restrict_chat_member

Changes are mainly in internal methods and docs. Legacy code will run while updating is encouraged.

0.9

25 Jun 03:26

Choose a tag to compare

0.9
  • Add support for receiving photos

0.8

07 Jun 18:10

Choose a tag to compare

0.8
  • Add support for "my_chat_member"
  • Add an option for detecting commands with username only (E.g. /start@somebot)

0.7.3

27 Apr 19:53

Choose a tag to compare

  • Add html refers for zh-hans quotation marks