Releases: zhuhanming/coding-questions-telegram-bot
Releases · zhuhanming/coding-questions-telegram-bot
v1.3.2
v1.3.1
Refinements
- Sort user list by opt in status.
- Simplify question adding flow.
v1.3.0
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
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
Refinements
- Add sorting to the interview pair list.
- Refactor app to use f strings.
v1.1.1
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
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
First release of the telegram bot!