Skip to content

Releases: danog/MadelineProto

MadelineProto 8 beta 121

25 Jul 12:28
0114106
Compare
Choose a tag to compare

Features:

  • Add StaticSticker, AnimatedSticker, VideoSticker media classes.

Fixes:

  • Fix localization of some error messages
  • Do not unreference timeout cancellations
  • Make sure the event handler class is in scope before unserializing
  • Other various fixes

MadelineProto 8 beta 120

23 Jul 14:55
4e84b4f
Compare
Choose a tag to compare

Improve getReply, warn about MadelineProto updates and missing extensions in the login UI and fix the HTTP/HTTPS/WS/WSS MTProto transports.

MadelineProto 8 beta 119

23 Jul 13:53
bb90df0
Compare
Choose a tag to compare

Validate event handler attributes and improve renaming by bot API file IDs.

MadelineProto 8 beta 118

22 Jul 22:24
Compare
Choose a tag to compare

Small file fix.

MadelineProto 8 beta 117

22 Jul 18:53
d4fee04
Compare
Choose a tag to compare

Features:

  • Add FilterTextCaseInsensitive filter

Fixes:

  • Multiple file-related fixes

MadelineProto 8 beta 116

22 Jul 12:00
555ebac
Compare
Choose a tag to compare
Pre-release

Fixes to logger updateSettings, getReply and FilterReplyToSelf.

MadelineProto 8 beta 115

21 Jul 19:43
4dc3e55
Compare
Choose a tag to compare

MadelineProto was updated (8.0.0-beta115)!

Features:

  • You can now get direct download links for or directly download stories, check out the open-source MadelineProto-based @tgstories_dl_bot to download any Telegram story!
  • Added support for parse_mode parsing for story methods.
  • getReply now simply returns null if the message doesn't reply to any other message.
  • getReply now has an optional parameter that can be used to filter the returned message type.
  • Added isSelfUser(), isSelfBot() messages to check whether the current user is a user or a bot.
  • Improved IDE typehinting.
  • CLI bots: you can now optionally specify a default download link URL (used by getDownloadLink) in the settings.
  • Added DialogMessagePinned service message with a getPinnedMessage() method.

Fixes:

  • Fixed simple filters with service messages.
  • Fixed IDE typehinting for getEventHandler.
  • Fixed startAndLoopMulti.
  • Tweaked the default drop timeout on media DCs to avoid timeout errors on slow networks.
  • Now the admin list only contains user report peers.
  • Make markdownEscape method accessible.
  • Fixed getDownloadLink for non-event-handler web IPC instances.

MadelineProto 8 beta 114

21 Jul 16:04
bae4851
Compare
Choose a tag to compare

Features:

  • Added a DialogMessagePinned service message with a getPinnedMessage() method.
  • Implemented getReply caching.

Fixes:

  • Fixed simple filters with service messages.
  • Fixed IDE typehinting for getEventHandler.
  • Fixed startAndLoopMulti
  • Tweaked the default drop timeout on media DCs to avoid timeout errors on slow networks.
  • Now the admin list only contains user report peers.

MadelineProto 8 beta 113

20 Jul 20:41
Compare
Choose a tag to compare

MadelineProto now has alpha support for Telegram Stories: see the full changelog for more info on how to use them!

MadelineProto 8 beta 112

20 Jul 08:00
Compare
Choose a tag to compare

Fix the delete bound method for supergroups and channels.