From 4dc3e557e8bc5cf075cec7afe6c4b48afd63b297 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 21 Jul 2023 21:37:59 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 ++++----- src/API.php | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5613178..396185362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ MadelineProto was updated (8.0.0-beta115)! Features: -- You can now get direct download links for or **directly download** stories, here's an example: - -- Add support for `parse_mode` parsing for story methods. +- You can now get direct download links for or **directly download** stories, check out the [open-source](https://github.com/danog/MadelineProto/blob/v8/examples/tgstories_dl_bot.php) [@tgstories_dl_bot](https://t.me/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. @@ -14,10 +13,10 @@ Features: Fixes: - Fixed simple filters with service messages. - Fixed IDE typehinting for `getEventHandler`. -- Fixed startAndLoopMulti +- 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 +- Make `markdownEscape` method accessible. - Fixed `getDownloadLink` for non-event-handler web IPC instances. --- diff --git a/src/API.php b/src/API.php index aaa04ed80..bd84bdb29 100644 --- a/src/API.php +++ b/src/API.php @@ -52,7 +52,7 @@ final class API extends AbstractAPI * * @var string */ - public const RELEASE = '8.0.0-beta114'; + public const RELEASE = '8.0.0-beta115'; /** * Secret chat was not found. *