Releases: danog/MadelineProto
Releases · danog/MadelineProto
MadelineProto 8 beta 89
More broadcast speed improvements.
MadelineProto 8 beta 88
Fixes:
- Allow usage of bot API file IDs in sendMultiMedia
- Other misc fixes
MadelineProto 8 beta 87
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
More broadcast API bugfixes
MadelineProto 8 beta 85
Serialization and broadcast API bugfixes.
MadelineProto 8 beta 82
Features:
- Add support for emojis with
<emoji id="1234">👍</emoji>
,<tg-emoji emoji-id="1234>👍</tg-emoji>
HTML tags andtg://emoji?id=1234
HTML/markdown links, in addition to the pre-existingemoji: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
fromids
tomessage_ids
to avoid confusion.
MadelineProto 8 beta 81
See here for the full changelog.
Features:
- Introducing a new broadcasting API!
- MadelineProto will automatically migrate to igbinary, if installed.
MadelineProto 8 beta 80
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
Features:
- Implement InputCheckPasswordSRP conversion: you can now provide a simple string where a InputCheckPasswordSRP object is required.
MadelineProto 8 beta 78
8.0.0-beta78 Add windows notice