Added "Add to Group" button in bot profile.

Changed new chat icon to more simplified.
Fixed kick user from a new members dropdown in chat history view.
Version 0.9.53.alpha is ready.
This commit is contained in:
John Preston
2016-06-20 18:40:36 +03:00
parent caba965b80
commit e47d8c0e03
23 changed files with 103 additions and 55 deletions
+4 -4
View File
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,52,0
PRODUCTVERSION 0,9,52,0
FILEVERSION 0,9,53,0
PRODUCTVERSION 0,9,53,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -43,10 +43,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Updater"
VALUE "FileVersion", "0.9.52.0"
VALUE "FileVersion", "0.9.53.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2016"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "0.9.52.0"
VALUE "ProductVersion", "0.9.53.0"
END
END
BLOCK "VarFileInfo"