Skip to content

Releases: danog/MadelineProto

MadelineProto 8 beta 93

12 Jun 23:05
Compare
Choose a tag to compare

MadelineProto 8 beta 91

12 Jun 19:33
c42868e
Compare
Choose a tag to compare

Small argument validation improvement.

MadelineProto 8 beta 90

05 Jun 14:54
28a605c
Compare
Choose a tag to compare

Broadcast API bugfix.

MadelineProto 8 beta 89

04 Jun 13:34
7c03515
Compare
Choose a tag to compare

More broadcast speed improvements.

MadelineProto 8 beta 88

02 Jun 19:07
0c547b7
Compare
Choose a tag to compare

Fixes:

  • Allow usage of bot API file IDs in sendMultiMedia
  • Other misc fixes

MadelineProto 8 beta 87

31 May 10:34
0f31201
Compare
Choose a tag to compare

MadelineProto now offers an official docker image for the linux/amd64, linux/arm64 and linux/riscv64 platforms!

See the documentation for a full tutorial on how to use the docker image.

MadelineProto 8 beta 86

29 May 16:56
5a5ac8c
Compare
Choose a tag to compare

More broadcast API bugfixes

MadelineProto 8 beta 85

29 May 12:54
0fa1f1a
Compare
Choose a tag to compare

Serialization and broadcast API bugfixes.

MadelineProto 8 beta 82

27 May 17:16
edacca9
Compare
Choose a tag to compare

Features:

  • Add support for emojis with <emoji id="1234">👍</emoji>, <tg-emoji emoji-id="1234>👍</tg-emoji> HTML tags and tg://emoji?id=1234 HTML/markdown links, in addition to the pre-existing emoji:id HTML/markdown links.
  • Add showPrompt AppInfo setting, to allow throwing an exception instead of showing a readline/UI prompt if no API ID was configured.

Fixes:

  • Change name of parameter of broadcastForwardMessages from ids to message_ids to avoid confusion.

MadelineProto 8 beta 81

26 May 23:38
Compare
Choose a tag to compare

See here for the full changelog.

Features:

  • Introducing a new broadcasting API!
  • MadelineProto will automatically migrate to igbinary, if installed.