Skip to content

Releases: danog/MadelineProto

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

MadelineProto 8 beta 77

27 Apr 09:15
382cd3f
Compare
Choose a tag to compare

Features:

  • Add sendCustomEvent API method and onUpdateCustomEvent event handler method

Fixes:

  • Make username recaching atomic

MadelineProto 8 beta 76

26 Apr 10:38
6dece64
Compare
Choose a tag to compare
8.0.0-beta76

Remove messages.getAllChats

MadelineProto 8 beta 75

24 Apr 07:57
9e2e653
Compare
Choose a tag to compare
Merge pull request #1338 from danog/fix_new_session

Fix: error from EIO

MadelineProto 8 beta 74

22 Apr 19:45
Compare
Choose a tag to compare
8.0.0-beta74

Bugfix

MadelineProto 8 beta 73

22 Apr 18:33
Compare
Choose a tag to compare

Features:

  • Make getID work with usernames.
  • Allow calling restart() and stop() from outside the event handler.