From 9280d7b71a10919b302fe03d02daefe7624cf5fd Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Tue, 1 Oct 2019 06:12:37 +0300 Subject: [PATCH] Version 1.0.2 --- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 6 +++--- kotatogram_changes.txt | 5 +++++ 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index 3600a915b1..287d83ec3f 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,0,1,0 - PRODUCTVERSION 1,0,1,0 + FILEVERSION 1,0,2,0 + PRODUCTVERSION 1,0,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -52,10 +52,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.0.1.0" + VALUE "FileVersion", "1.0.2.0" VALUE "LegalCopyright", "Copyright (C) 2014-2019" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.0.1.0" + VALUE "ProductVersion", "1.0.2.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index 5d20c207da..51d4bf4648 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,0,1,0 - PRODUCTVERSION 1,0,1,0 + FILEVERSION 1,0,2,0 + PRODUCTVERSION 1,0,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,10 +43,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop Updater" - VALUE "FileVersion", "1.0.1.0" + VALUE "FileVersion", "1.0.2.0" VALUE "LegalCopyright", "Copyright (C) 2014-2019" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.0.1.0" + VALUE "ProductVersion", "1.0.2.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 1288fa8059..433dbd430e 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -16,8 +16,8 @@ For license and copyright information please follow this link: #endif // TDESKTOP_OFFICIAL_TARGET constexpr auto AppVersion = 1008009; -constexpr auto AppVersionStr = "1.8.9"; +constexpr auto AppVersionStr = "1.8.9-0c30bbf"; constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; -constexpr auto AppKotatoVersion = 1000001; -constexpr auto AppKotatoVersionStr = "1.0.1"; +constexpr auto AppKotatoVersion = 1000002; +constexpr auto AppKotatoVersionStr = "1.0.2"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index 9d2e1428fd..2ebec893b8 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,8 @@ +1.0.2 (1.10.2019) +- Hide pinned message from chat menu. +- Always show scheduled messages button. +- View discussion group and discussed channel in profile. + 1.0.1 (30.09.2019) - Show previously hidden pinned message in chat. - Show ID in chat profile.