Alpha 1.1.12.

- Click on forwarded messages bar to change the recipient chat
in case you chose a wrong one first.
- Quickly share posts from channels and media messages from bots.
- Search in supergroup members by name.
- Search in channel members by name if you're a channel admin.
- Copy links to messages in public supergroups.
This commit is contained in:
John Preston
2017-07-11 20:28:37 +03:00
parent 48bd693679
commit 76cafc5059
7 changed files with 23 additions and 14 deletions
+4 -4
View File
@@ -34,8 +34,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,11,0
PRODUCTVERSION 1,1,11,0
FILEVERSION 1,1,12,0
PRODUCTVERSION 1,1,12,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -52,10 +52,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Desktop"
VALUE "FileVersion", "1.1.11.0"
VALUE "FileVersion", "1.1.12.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2017"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "1.1.11.0"
VALUE "ProductVersion", "1.1.12.0"
END
END
BLOCK "VarFileInfo"