-
-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
6,124 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
MadelineProto was updated (8.0.0-beta100)! | ||
|
||
Features: | ||
- Thanks to the many translation contributors @ https://weblate.madelineproto.xyz/, MadelineProto is now fully localized in Hebrew, Persian, Kurdish, Uzbek and Italian, with WIP translations in Russian and French! | ||
- You can now use callFork to fork a new green thread! | ||
- The `waveform` attribute of `Voice` objects is now automatically encoded and decoded to an array of 100 integer values! | ||
- Added a custom PeerNotInDbException class for "This peer is not present in the internal peer database" errors | ||
- Added a `label` property to the Button class, directly indicating the button label (instead of manually fetching it as an array key). | ||
- Added `isForum` method to check whether a given supergroup is a forum | ||
- Added `entitiesToHtml` method to convert a message and a set of Telegram entities to an HTML string! | ||
- Added `wrapUpdate`, `wrapMessage`, `wrapMedia` | ||
- You can now use `reportMemoryProfile()` to generate and send a `pprof` memory profile to all report peers to debug the causes of high memory usage. | ||
|
||
|
||
Fixes: | ||
- Fixed file uploads with uv | ||
- Many performance improvements and bugfixes! | ||
- Improve background broadcasting with the broadcast API using a pre-defined list of `whitelist` IDs! | ||
- Broadcast IDs are now unique across multiple broadcasts, even if previous broadcasts already completed their ID will never be re-used. | ||
- Now uploadMedia, sendMedia and upload directly accept PHP memory stream resources, to upload files from buffers. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.