From 4081ceff22d566776a6b45bce210490bde9ebf2b Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 23 Jul 2017 15:39:32 +0300 Subject: [PATCH] Version 1.1.15. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit — Send **bold** and __italic__ text in your messages. — Get a share link for posts in public supergroups. — Quickly share posts from channels and media messages from bots. — Search large supergroup members by name. — Search channel members by name for admins. — Use search in the service actions log. — Ban supergroup members via the right click menu in the service actions log. --- Telegram/Resources/uwp/AppX/AppxManifest.xml | 2 +- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 6 +++--- Telegram/build/version | 8 ++++---- changelog.txt | 10 ++++++++++ 6 files changed, 26 insertions(+), 16 deletions(-) diff --git a/Telegram/Resources/uwp/AppX/AppxManifest.xml b/Telegram/Resources/uwp/AppX/AppxManifest.xml index 8e878d113..edfb7fe61 100644 --- a/Telegram/Resources/uwp/AppX/AppxManifest.xml +++ b/Telegram/Resources/uwp/AppX/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="1.1.15.0" /> Telegram Desktop Telegram Messenger LLP diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index 67bd64dd1..474c0a017 100644 --- a/Telegram/Resources/winrc/Telegram.rc +++ b/Telegram/Resources/winrc/Telegram.rc @@ -34,8 +34,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,1,14,1 - PRODUCTVERSION 1,1,14,1 + FILEVERSION 1,1,15,0 + PRODUCTVERSION 1,1,15,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.14.1" + VALUE "FileVersion", "1.1.15.0" VALUE "LegalCopyright", "Copyright (C) 2014-2017" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "1.1.14.1" + VALUE "ProductVersion", "1.1.15.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index d84d33b43..9743693ee 100644 --- a/Telegram/Resources/winrc/Updater.rc +++ b/Telegram/Resources/winrc/Updater.rc @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,1,14,1 - PRODUCTVERSION 1,1,14,1 + FILEVERSION 1,1,15,0 + PRODUCTVERSION 1,1,15,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,10 +43,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram Messenger LLP" VALUE "FileDescription", "Telegram Desktop Updater" - VALUE "FileVersion", "1.1.14.1" + VALUE "FileVersion", "1.1.15.0" VALUE "LegalCopyright", "Copyright (C) 2014-2017" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "1.1.14.1" + VALUE "ProductVersion", "1.1.15.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 0c9029a1a..a684a081d 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -22,9 +22,9 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org #include "core/utils.h" -#define BETA_VERSION_MACRO (1001014001ULL) +#define BETA_VERSION_MACRO (0ULL) -constexpr int AppVersion = 1001014; -constexpr str_const AppVersionStr = "1.1.14"; +constexpr int AppVersion = 1001015; +constexpr str_const AppVersionStr = "1.1.15"; constexpr bool AppAlphaVersion = false; constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO; diff --git a/Telegram/build/version b/Telegram/build/version index 5584334a6..c686f3ce4 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -1,6 +1,6 @@ -AppVersion 1001014 +AppVersion 1001015 AppVersionStrMajor 1.1 -AppVersionStrSmall 1.1.14 -AppVersionStr 1.1.14 +AppVersionStrSmall 1.1.15 +AppVersionStr 1.1.15 AlphaChannel 0 -BetaVersion 1001014001 +BetaVersion 0 diff --git a/changelog.txt b/changelog.txt index b9f45b9ad..479c37fd6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +1.1.15 (23.07.17) + +— Send **bold** and __italic__ text in your messages. +— Get a share link for posts in public supergroups. +— Quickly share posts from channels and media messages from bots. +— Search large supergroup members by name. +— Search channel members by name for admins. +— Use search in the service actions log. +— Ban supergroup members via the right click menu in the service actions log. + 1.1.14 alpha (19.07.17) - Bug fixes and other minor improvements.