summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/changelogs.cpp
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2023-03-09 19:12:44 +0400
committerJohn Preston <johnprestonmail@gmail.com>2023-03-09 19:12:44 +0400
commitf4c9bfa7c23007df4a40544f1a7c7c7bc503a11d (patch)
tree56f5d6c591b1c92908b24f1044d094e1b7dbcb77 /Telegram/SourceFiles/core/changelogs.cpp
parent9803342c933dc8ea99b3f2a0bc8c2ea034c9bf47 (diff)
Beta version 4.6.8.
- Improve quality of voice messages with changed playback speed. - Show when your message was read in small groups. - Fix pasting images from Firefox on Windows. - Improve memory usage for custom emoji.
Diffstat (limited to 'Telegram/SourceFiles/core/changelogs.cpp')
-rw-r--r--Telegram/SourceFiles/core/changelogs.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp
index 87ca301829..a868cacfb2 100644
--- a/Telegram/SourceFiles/core/changelogs.cpp
+++ b/Telegram/SourceFiles/core/changelogs.cpp
@@ -82,6 +82,16 @@ std::map<int, const char*> BetaLogs() {
"- Fix crash when accepting incoming calls.\n"
"- Remove sound when cancelling an unconfirmed call.\n"
+ },
+ {
+ 4006008,
+ "- Improve quality of voice messages with changed playback speed.\n"
+
+ "- Show when your message was read in small groups.\n"
+
+ "- Fix pasting images from Firefox on Windows.\n"
+
+ "- Improve memory usage for custom emoji.\n"
}
};
};