Skip to content

Releases: danog/MadelineProto

8.7.0

8.7.0 Pre-release
Pre-release

Choose a tag to compare

@danog danog released this 12 May 07:45

What's Changed

Features:

  • Add NoForward service message by @mtalaeii in #1722
  • Add support for button styling and custom emoji in keyboard buttons by @xcgu in #1707
  • Update to the latest layer 225 version

New Methods:

Changed Methods:

New Constructors:

Changed Constructors:

Full Changelog: 8.6.5...8.7.0

Layer 225

Choose a tag to compare

@danog danog released this 20 Apr 12:51

Features:

  • Update to layer 225

New Methods:

Changed Methods:

New Constructors:

Changed Constructors:

Fixes:

New Contributors

Full Changelog: 8.6.4...8.6.5

Layer 223

Choose a tag to compare

@danog danog released this 03 Mar 10:07

Features:

  • Layer 223

Fixes:

  • Remove debug statement

New Methods:

Changed Methods:

Deleted Methods:

  • channels.editCreator
  • channels.getFutureCreatorAfterLeave

New Constructors:

Changed Constructors:

Layer 222 and DC fix

Choose a tag to compare

@danog danog released this 28 Feb 17:13

Features:

  • Update to layer 222 (the server is currently returning unreleased Message constructors for layer 223 and above, so delaying those for now)
  • DC fix

New Methods:

Changed Methods:

New Constructors:

Changed Constructors:

Layer 220 and phpseclib fixes

Choose a tag to compare

@danog danog released this 10 Dec 09:10

Fixes:

  • Fix handshake hang caused by breaking change in phpseclib's BigInteger serialization format

Features:

  • Update to layer 220

New Methods:

Changed Methods:

New Constructors:

Changed Constructors:

Layer 218

Choose a tag to compare

@danog danog released this 16 Nov 18:37

Features:

  • Upgrade to layer 218

Fixes:

  • Improve error message for handlers without any param
  • Fix misc deprecations

New Methods:

Changed Methods:

Deleted Methods:

  • channels.createForumTopic
  • channels.getForumTopics
  • channels.getForumTopicsByID
  • channels.editForumTopic
  • channels.updatePinnedForumTopic
  • channels.deleteTopicHistory
  • channels.reorderPinnedForumTopics

New Constructors:

Changed Constructors:

Read more

upload* methods and multiple fixes

Choose a tag to compare

@danog danog released this 27 Sep 12:05

Features:

  • Add new uploadDocument, uploadPhoto, uploadAudio, uploadDocumentPhoto, uploadGif, uploadPhoto, uploadSticker, uploadVideo, uploadVoice methods as more powerful versions of messages.uploadMedia, to upload media without actually sending it to any chat, with all the same automatic features offered by their send* variants.

Fixes:

  • Fix channel is already closed errors after triggering an IPC server restart()
  • Fix passing Messages to methods accepting inputDocument/inputPhoto constructors
  • Allow passing a string to textWithEntities
  • Small updates fix
  • Transform the linked_monoforum_id returned by getInfo to a bot API ID

Fix messages.sendPaidReaction

Choose a tag to compare

@danog danog released this 14 Sep 12:59

This release fixes messages.sendPaidReaction.

Layer 214

Choose a tag to compare

@danog danog released this 01 Sep 12:48

New Methods:

Changed Methods:

Deleted Methods:

New Constructors:

Changed Constructors:

CDN fixes

Choose a tag to compare

@danog danog released this 29 Aug 10:05

This release contains fixes to the CDN handshake.