Skip to content

Releases: danog/MadelineProto

Fix memory leak

20 Feb 16:09
Compare
Choose a tag to compare

Fixes:

  • Fix memory leak found by @vtsykun
  • Fix usage of RemoteUrl in some conditions
  • Improve getUpdates

Features:

  • Update to layer 174

Misc:

  • Remove defaultTempAuthKeyExpiresIn setting, it should not be exposed to users

More bugfixes

09 Feb 19:26
Compare
Choose a tag to compare

Fixes:

  • Warn Termux users to move the session folder to $HOME
  • Fix ogg conversion with the phar version

Fix getDownloadLink

09 Feb 18:27
Compare
Choose a tag to compare

Fixes:

  • Fix filename of files downloaded using getDownloadLink

8.0.0-beta190

08 Feb 18:00
Compare
Choose a tag to compare

Features:

Fixes:

  • Multiple bugfixes

Layer 172, multiple new features and fixes

26 Jan 21:28
Compare
Choose a tag to compare

Features:

  • Add Poll support in simple event handler messages
  • Add topic and poll-related filters and simple filters
  • Add FilterCommandCaseInsensitive, FilterForwardedFrom, FilterRegexMatchAll, FilterTextContains, FilterTextContainsCaseInsensitive, FilterTextEnds, FilterTextEndsCaseInsensitive, FilterTextStarts, FilterTextStartsCaseInsensitive filters
  • Improve update coverage of existing filters, mainly FilterPeer now supports many more update types
  • FilterRegex now supports specifying flags and an offset
  • Add editReplyMarkup method to Messages
  • Add support for recording the incoming audio stream of a VoIP call with setOutput
  • Update to layer 172
  • Support more deep links and t.me links for getInfo, and all other methods

Fixes:

  • Multiple bugfixes and improvements
  • Fix getReply for secret chat messages and some other secret chat edge cases
  • Fix QR code login in certain conditions
  • Fix an edge case for webhost environments

New Methods:

Changed Methods:

New Constructors:

Changed Constructors:

🎄 Happy New Year! 🎄

31 Dec 13:22
Compare
Choose a tag to compare

🎄 Happy New Year everyone! 🎄

This small holiday release updates MadelineProto to layer 169 (and also updates some dependencies to avoid some PHP bugs ;)!

New Methods:

Changed Methods:

Deleted Methods:

  • help.getAppChangelog

New Constructors:

Changed Constructors:

Deleted Constructors:

  • channelAdminLogEventActionChangeColor
  • channelAdminLogEventActionChangeBackgroundEmoji

🎄 Layer 169 🎄

24 Dec 19:18
Compare
Choose a tag to compare
🎄 Layer 169 🎄 Pre-release
Pre-release

🎄 Merry Christmas everyone! 🎄

This small holiday release updates MadelineProto to layer 169!

New Methods:

Changed Methods:

Deleted Methods:

  • help.getAppChangelog

New Constructors:

Changed Constructors:

Deleted Constructors:

  • channelAdminLogEventActionChangeColor
  • channelAdminLogEventActionChangeBackgroundEmoji

8.0.0-beta186

19 Dec 19:24
Compare
Choose a tag to compare

More fixes, try bypassing opcache bugs

19 Dec 13:40
Compare
Choose a tag to compare

Bugfix release

19 Dec 10:50
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release
8.0.0-beta184

Fix tests