Skip to content

Releases: danog/MadelineProto

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.

MadelineProto 8 beta 80

26 May 20:01
5ade8cf
Compare
Choose a tag to compare

See here for the full changelog.

Features:

  • Introducing a new broadcasting API!
  • You can now specify a custom serializer type for your ORM properties (one of the variants of the SerializerType enum, or null to choose the best serializer automatically (the default)).

MadelineProto 8 beta 79

29 Apr 12:26
dfb669a
Compare
Choose a tag to compare

Features:

  • Implement InputCheckPasswordSRP conversion: you can now provide a simple string where a InputCheckPasswordSRP object is required.

MadelineProto 8 beta 78

28 Apr 10:07
8e12707
Compare
Choose a tag to compare
8.0.0-beta78

Add windows notice