summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/changelogs.cpp
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2022-03-08 21:25:48 +0400
committerJohn Preston <johnprestonmail@gmail.com>2022-03-08 21:25:48 +0400
commit1bdada3cfc651c0ca8e619ea97327d5b4b2af19f (patch)
treead031753e52fa134a60955e83f889c8765b76527 /Telegram/SourceFiles/core/changelogs.cpp
parentceb5e63166e02b19d52631614d6a58c2a98dba43 (diff)
Beta version 3.5.6.
- Show viewers count in RTMP streams. - Send GIFs search results without "via @bot". - Display the file thumbnail in downloads bar. - Always try to save original photo bytes to disk. - Fix crash when deleting a user from your contacts list.
Diffstat (limited to 'Telegram/SourceFiles/core/changelogs.cpp')
-rw-r--r--Telegram/SourceFiles/core/changelogs.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp
index 4583251169..af2e5c1743 100644
--- a/Telegram/SourceFiles/core/changelogs.cpp
+++ b/Telegram/SourceFiles/core/changelogs.cpp
@@ -97,6 +97,14 @@ std::map<int, const char*> BetaLogs() {
"- Improve RTMP stream full screen mode.\n"
"- Fix a couple of crashes.\n"
+ },
+ {
+ 3005006,
+ "- Show viewers count in RTMP streams.\n"
+ "- Send GIFs search results without \"via @bot\".\n"
+ "- Display the file thumbnail in downloads bar.\n"
+ "- Always try to save original photo bytes to disk.\n"
+ "- Fix crash when deleting a user from your contacts list.\n"
}
};
};