Skip to content

Releases: python-botogram/botogram

botogram 0.2

27 Mar 10:35
Compare
Choose a tag to compare
botogram 0.2 Pre-release
Pre-release

botogram 0.2 is the second alpha release of botogram.

botogram 0.2 is the second alpha release of botogram. It features an increased support for the upstream Telegram API, and also some bugfixes here and there.

This release also does some cleanup in the API, providing better methods and deprecating the old ones. The deprecated methods will be available until botogram 1.0, and warnings are in place to notify you where to change what.

You can check out all the changes in the changelog.

If you want to install botogram 0.2 you can execute the following command:

# Linux and OSX:
$ python3 -m pip install -U "botogram==0.2"

# Windows:
C:\> py -3 -m pip install -U "botogram==0.2"

botogram 0.2 is an alpha release of botogram, and it might have bugs here and there. Be sure to report them in the issue tracker, so they can get fixed in the next release.

botogram 0.1.2

25 Feb 21:01
Compare
Choose a tag to compare
botogram 0.1.2 Pre-release
Pre-release

botogram 0.1.2 is a bugfix release for botogram 0.1 and 0.1.1.

  • Add a way to disable the syntax detector (issue #27)
  • Fix automatic syntax detector recognizing markdown in URLs (issue #28)

If you want to install botogram 0.1.2, you can execute the following command:

# Linux and OSX:
$ python3 -m pip install -U "botogram==0.1.2"

# Windows:
C:\> py -3 -m pip install -U "botogram==0.1.2"

botogram 0.1.2 is an alpha release of botogram, and it might have bugs here and there. Be sure to report them in the issue tracker, so they can get fixed in the next release.

botogram 0.1.1

21 Feb 09:15
Compare
Choose a tag to compare
botogram 0.1.1 Pre-release
Pre-release

botogram 0.1.1 is a bugfix release for botogram 0.1.

  • Fix automatic syntax detector not working sometimes (issue #26)
  • Fix "unknown command" message not showing up in private chats (issue #25)

If you want to install botogram 0.1.1, you can execute the following command:

# Linux and OSX:
$ python3 -m pip install -U "botogram==0.1.1"

# Windows:
C:\> py -3 -m pip install -U "botogram==0.1.1"

botogram 0.1.1 is an alpha release of botogram, and it might have bugs here and there. Be sure to report them in the issue tracker, so they can get fixed in the next release.

botogram 0.1

18 Feb 18:42
Compare
Choose a tag to compare
botogram 0.1 Pre-release
Pre-release

botogram 0.1 is the first alpha release of botogram available.

It currently doesn't support some features of the Telegram API, like keyboards and inline queries, but support for them is coming in the next releases. Also, some parts of the API are going to be deprecated in future releases, and removed in botogram 1.0, so keep that in mind.

If you want to install botogram 0.1, you can execute the following command:

# Linux and OSX:
$ python3 -m pip install -U "botogram==0.1"

# Windows:
C:\> py -3 -m pip install -U "botogram==0.1"

botogram 0.1 is an alpha release of botogram, and it might have bugs here and there. Be sure to report them in the issue tracker, so they can get fixed in the next release.