Skip to content

Releases: advnpzn/Akinator-Bot

v1.1.2

08 May 16:37
931353c
Compare
Choose a tag to compare

Changelogs

  • Added compose.yml file for Docker based self hosting which includes MongoDB database as well.

v1.0.2

14 Oct 12:50
161f8f4
Compare
Choose a tag to compare

This release focuses on the following,

  • Major upgrade of python-telegram-bot from 13.x to 20.x which involves code breaking changes
  • Added async code to the existing code to accomodate for migration from 13.x to 20.x
  • Uncaught exception akinator.exceptions.AkiTimedOut was finally caught.
  • Removed unused imports such as pprint used for debugging previously.

All credit goes to @nooneofyourbuisness for the merge request.

Akinator Bot v0.0.2

25 Jul 09:35
1fd0a90
Compare
Choose a tag to compare
  • Added Dockerfile for deploying in hosting platforms such as Qovery.
    When deploying change Buildpack to Dockerfile in Qovery.

Akinator Bot v0.0.1

25 Jul 09:20
03a2991
Compare
Choose a tag to compare
Update README.md