Skip to content

Releases: python-botogram/botogram

botogram 0.6.1

22 Oct 15:52
e07d990
Compare
Choose a tag to compare
botogram 0.6.1 Pre-release
Pre-release

botogram 0.6.1 is a bugfix release for botogram 0.6.

  • Fix broken saving of chat permissions

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

# Linux and macOS:
$ python3 -m pip install -U "botogram2==0.6.1"

# Windows:
C:\> py -3 -m pip install -U "botogram2==0.6.1"

botogram 0.6.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.6

26 Mar 15:58
Compare
Choose a tag to compare
Botogram 0.6 Pre-release
Pre-release

botogram 0.6 is the sixth alpha release of botogram.

This release adds support for text formatting in media captions, more administration tools, lang and is_bot attributes for the User class, support for sending stickers by ID or URL, albums, pinned messages, video streaming parameter, invite links and video notes. Renames Message.message_id to Message.id and fixes issue #114.

You can read the full changelog in the documentation.

The project owner Pietro Albini left the project to Matteo Bocci and Marco Aceti.

We decided to move to a new PyPi package: botogram2.
botogram is now deprecated and no longer maintained.

We also moved to a new website: botogram.dev

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

# Linux and macOS:
$ python3 -m pip uninstall botogram
$ python3 -m pip install -U "botogram2==0.6"

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

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

botogram 0.5

15 Feb 16:23
v0.5
cc8e4f8
Compare
Choose a tag to compare
botogram 0.5 Pre-release
Pre-release

botogram 0.4 is the fourth alpha release of botogram.

This release improves support for the Bot API, adds Portuguese and Brasilian Portuguese translations, and fixes a few bugs.

You can read the full changelog in the documentation.

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

# Linux and macOS:
$ python3 -m pip install -U "botogram==0.5"

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

botogram 0.5 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.4

19 Jul 09:01
v0.4
28eff5c
Compare
Choose a tag to compare
botogram 0.4 Pre-release
Pre-release

botogram 0.4 is the fourth alpha release of botogram.

This release adds support for buttons and a few new APIs added in the meantime by Telegram. It also includes big performance improvements and a few deprecations to keep the API clean.

You can read the full changelog in the documentation.

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

# Linux and macOS:
$ python3 -m pip install -U "botogram==0.4"

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

botogram 0.4 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.3.4

10 Aug 10:37
Compare
Choose a tag to compare
botogram 0.3.4 Pre-release
Pre-release

botogram 0.3.4 is a bugfix release for botogram 0.3.3.

  • Fix inability to send messages to supergroups by username, using the deprecated botogram.Bot.send() method (GH-74)

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

# Linux and macOS:
$ python3 -m pip install -U "botogram==0.3.4"

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

botogram 0.3.4 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.3.3

06 Jul 09:21
Compare
Choose a tag to compare
botogram 0.3.3 Pre-release
Pre-release

botogram 0.3.3 is a bugfix release for botogram 0.3.2.

  • Fix unavailable chats not detected when calling botogram.Bot.chat() (GH-71)
  • Fix broken detection of unavailable chats, due to changes in the Bot API (GH-72)
  • Discontinue the unavailable chat reason not_contacted since it’s not possible to detect it anymore (GH-73)

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

# Linux and macOS:
$ python3 -m pip install -U "botogram==0.3.3"

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

botogram 0.3.3 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.2.2

02 Jul 17:54
Compare
Choose a tag to compare
botogram 0.2.2 Pre-release
Pre-release

botogram 0.2.1 is a bugfix release for botogram 0.2.

  • Fix botogram crashing if someone edits a message (issue GH-70)

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

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

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

botogram 0.2.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.3.2

24 Jun 20:34
Compare
Choose a tag to compare
botogram 0.3.2 Pre-release
Pre-release

botogram 0.3.2 is a bugfix release for botogram 0.3.1.

  • Fix inability to send messages to channels (issue GH-69)

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

# Linux and macOS:
$ python3 -m pip install -U "botogram==0.3.2"

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

botogram 0.3.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.3.1

14 Jun 14:54
Compare
Choose a tag to compare
botogram 0.3.1 Pre-release
Pre-release

botogram 0.3.1 is the third alpha release of botogram.

botogram 0.3.1 is the third alpha release of botogram. It reaches almost feature parity with the upstream Telegram API (except for keyboards and inlines), including the new features in the Bot API 2.0 and 2.1 updates, such as moderating group chats or editing messages.

Performance are improved, with a faster updates fetching process, and a bug was fixed in this release. There are also a few deprecations to keep the API clean. All the deprecated features in this release will be removed in botogram 1.0, so you have plenty of time to switch to the new ones.

You can check out all the changes in the changelog.

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

# Linux and macOS:
$ python3 -m pip install -U "botogram==0.3.1"

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

botogram 0.3.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.2.1

31 Mar 17:48
Compare
Choose a tag to compare
botogram 0.2.1 Pre-release
Pre-release

botogram 0.2.1 is a bugfix release for botogram 0.2.

  • Fix /help command crash if using markdown bits in the docstring (issue GH-51)

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

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

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

botogram 0.2.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.