Skip to content

Releases: zhuhanming/coding-questions-telegram-bot

v1.3.2

21 Aug 14:29
Compare
Choose a tag to compare

Bug Fixes

  • Accounts for opted-out users now when swapping.
  • Handles inability to notify partners correctly now.

v1.3.1

14 Dec 12:01
Compare
Choose a tag to compare

Refinements

  • Sort user list by opt in status.
  • Simplify question adding flow.

v1.3.0

13 Dec 03:30
Compare
Choose a tag to compare

Features

  • Add support for swapping of interview pairs within a chat group.
  • Allow members of a group to opt in and out of question tracking and interview pairing within a chat group.

Bug Fixes

  • Now breaks up messages that are too long before sending them.

Refinements

  • Update dependencies.

v1.2.0

10 Jun 00:05
Compare
Choose a tag to compare

Features

  • Add new handlers for viewing number of questions completed last week + interview pairs last week.

Bug Fixes

  • Improve /add_question. Now it no longer hangs upon receiving an invalid link, and it can handle valid links with subpaths.
  • Fix string formatting issues.

Refinements

  • Improve logging.

v1.1.2

10 Jun 00:48
Compare
Choose a tag to compare

Refinements

  • Add sorting to the interview pair list.
  • Refactor app to use f strings.

v1.1.1

10 Jun 00:50
Compare
Choose a tag to compare

Bug Fixes

  • Fix handling of chat migration/upgrade from a normal group to a supergroup.

Refinements

  • Add sorting to the member list, along with a member count.
  • Condense responses to the /add_me command in a single message.

v1.1.0

10 Jun 00:49
Compare
Choose a tag to compare

Features

  • Added support for supergroups
  • Added a /cancel handler

Bug Fixes

  • Fix issue with chat instance not being created in DB when the bot is added during chat group creation.

v1.0.0

03 May 04:47
5461c2d
Compare
Choose a tag to compare

First release of the telegram bot!