2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Alpha version 1.2.19.

- Enable proxy for calls in Settings.
- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2018-05-08 21:09:45 +03:00
parent c3fc91a6fc
commit 0f54315495
7 changed files with 25 additions and 39 deletions

View File

@@ -18,31 +18,6 @@ namespace {
std::map<int, const char*> AlphaLogs() {
return {
{
1001024,
"\xE2\x80\x94 Radically improved navigation. "
"New side panel on the right with quick access to "
"shared media and group members.\n"
"\xE2\x80\x94 Pinned Messages. If you are a channel admin, "
"pin messages to focus your subscribers\xE2\x80\x99 attention "
"on important announcements.\n"
"\xE2\x80\x94 Also supported clearing history in supergroups "
"and added a host of minor improvements."
},
{
1001026,
"\xE2\x80\x94 Admin badges in supergroup messages.\n"
"\xE2\x80\x94 Fix crashing on launch in OS X 10.6.\n"
"\xE2\x80\x94 Bug fixes and other minor improvements."
},
{
1001027,
"\xE2\x80\x94 Saved Messages. Bookmark messages by forwarding them "
"to \xE2\x80\x9C""Saved Messages\xE2\x80\x9D. "
"Access them from the Chats list or from the side menu."
},
{
1002002,
"\xE2\x80\x94 Grouped photos and videos are displayed as albums."
@@ -80,6 +55,12 @@ std::map<int, const char*> AlphaLogs() {
"\xE2\x80\x94 Search for Stickers. "
"Click on the new search icon to access "
"your sticker sets or find new ones."
},
{
1002019,
"\xE2\x80\x94 Enable proxy for calls in Settings.\n"
"\xE2\x80\x94 Bug fixes and other minor improvements."
}
};
}