Skip to content

Releases: danog/MadelineProto

MadelineProto 8 beta 142

21 Aug 08:12
d02aac2
Compare
Choose a tag to compare

Features:

  • Add Tools::canConvertOgg function, that can be used to check whether the current PHP environment can be used to convert any audio/video file to a VoIP OGG OPUS file, or if the files must be preconverted using @libtgvoipbot.

MadelineProto 8 beta 141

21 Aug 07:33
75cf284
Compare
Choose a tag to compare

Small VoIP fix!

MadelineProto 8 beta 140

20 Aug 22:06
Compare
Choose a tag to compare

Improve VoIP timeouts.

MadelineProto 8 beta 138

20 Aug 17:39
2641f03
Compare
Choose a tag to compare

Features:

  • Added Outgoing, FilterOutgoing, Running, FilterRunning, Ended, FilterEnded filters and simple filters to allow filtering for outgoing, successfully configured or ended calls!
  • Added VoIP::pause/VoIP::resume/VoIP::isPaused methods for pausing/resuming currently playing files
  • Add a getStream() bound method to abstract Message objects!
  • Allow uploading files directly from streams, without specifying a file size!
  • Allow playing and converting VoIP audio from a stream (including any Telegram file with getStream()!)
  • Add source code of @libtgvoipbot
  • Add VoIP::getCurrent() method, to obtain the currently playing audio!
  • Add a VoIP::getAllCalls() method, to obtain all currently running calls indexed by user ID!
  • Add simple filter for broadcast progress updates
  • Add Ogg::validateOgg method
  • Add Tools::getStreamPipe method
  • Add support for TCP VoIP streams
  • Add ffmpeg to docker image

Fixes:

  • Fix VoIP::skip()!
  • Fix markdownUrlEscape!
  • Fix the "Fix getIdFromUsername(): Return value must be of type ?int, string returned" issue that popped up when using the MySQL ORM
  • Fixed many small VoIP issues!

Notice: MadelineProto v7 is now fully deprecated due to Telegram server-side changes, it cannot be used anymore, please switch to MadelineProto v8.
For this purpose, I've created a page (https://docs.madelineproto.xyz/docs/UPGRADING.html) to help in the conversion of your bots from MadelineProto v7 to MadelineProto v8, check it out!

MadelineProto 8 beta 139

20 Aug 21:16
Compare
Choose a tag to compare
Pre-release

Fixes:

  • Improve validation logic for native .ogg files
  • Fix VoIP issues in case of missing IPv6

Fixes!

16 Aug 19:55
Compare
Choose a tag to compare
  • Avoid reporting the same exception more than once in 60 seconds
  • Fix HTTP proxying!

Fixes

15 Aug 23:03
Compare
Choose a tag to compare
8.0.0-beta136

Fix

Final improvements to the min db

15 Aug 20:33
Compare
Choose a tag to compare

Moar fixes :)

15 Aug 19:51
Compare
Choose a tag to compare
8.0.0-beta134

Increase release

MadelineProto 8 beta 133

15 Aug 11:16
15868a2
Compare
Choose a tag to compare