diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index 9cd1c9b19..dfdd740ce 100644 --- a/Telegram/Resources/winrc/Telegram.rc +++ b/Telegram/Resources/winrc/Telegram.rc @@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,1,9,0 - PRODUCTVERSION 1,1,9,0 + FILEVERSION 1,2,0,0 + PRODUCTVERSION 1,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -56,10 +56,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.1.9.0" + VALUE "FileVersion", "1.2.0.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.1.9.0" + VALUE "ProductVersion", "1.2.0.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index 99de55741..9583edaab 100644 --- a/Telegram/Resources/winrc/Updater.rc +++ b/Telegram/Resources/winrc/Updater.rc @@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,1,9,0 - PRODUCTVERSION 1,1,9,0 + FILEVERSION 1,2,0,0 + PRODUCTVERSION 1,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -42,10 +42,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop Updater" - VALUE "FileVersion", "1.1.9.0" + VALUE "FileVersion", "1.2.0.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.1.9.0" + VALUE "ProductVersion", "1.2.0.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 983b2964b..8a9ca7ad5 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -26,5 +26,5 @@ constexpr auto AppVersion = 1009021; constexpr auto AppVersionStr = "1.9.21"; constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; -constexpr auto AppKotatoVersion = 1001009; -constexpr auto AppKotatoVersionStr = "1.1.9"; +constexpr auto AppKotatoVersion = 1002000; +constexpr auto AppKotatoVersionStr = "1.2"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index 6b6bc3266..103048c37 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,7 @@ +1.2 (19.03.2020) +- Updated TDesktop sources to 1.9.21. +- New logo and option to choose alternative icons. + 1.1.9 (15.03.2020) - Updated TDesktop sources to 1.9.20 beta. - Support for taskbar flashing alert on Linux. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml.in b/lib/xdg/kotatogramdesktop.appdata.xml.in index a97487ee2..bc23dbb52 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml.in +++ b/lib/xdg/kotatogramdesktop.appdata.xml.in @@ -35,6 +35,29 @@ im + + + TDesktop sources were updated to 1.9.21. + Also in this update: + + New logo and option to choose alternative icons. + Support for taskbar flashing alert. + Bot privacy status in members list. + Custom tray and taskbar icon. + Show working dir in tray icon tooltip. + Option to change rounding of profile pictures. + Option to always show profile picture in top bar. + Ban members option in Recent Actions. + Control notification sound from tray menu. + Option to change recent stickers show limit (up to 200 or disable at all). + Show video playback controls for GIFs. + Allow up to 64px as minimal sticker size. + Optional confirmation before calling. + "Disable Up to edit" now in options menu. + Option to use original font height. + + + TDesktop sources were updated to 1.9.20 beta.
TDesktop sources were updated to 1.9.21.
Also in this update:
TDesktop sources were updated to 1.9.20 beta.