From a2ee066fc5b1ce7d2509351a82d5099210ba88fa Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Wed, 18 Mar 2020 08:27:44 +0300 Subject: [PATCH] Version 1.2 --- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 4 ++-- kotatogram_changes.txt | 4 ++++ lib/xdg/kotatogramdesktop.appdata.xml.in | 23 +++++++++++++++++++++++ 5 files changed, 37 insertions(+), 10 deletions(-) diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index 9cd1c9b198..dfdd740ce7 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 99de55741f..9583edaaba 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 983b2964b2..8a9ca7ad5d 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 6b6bc32663..103048c37f 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 a97487ee23..bc23dbb525 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.