diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index e350c5788..f02b0627c 100644 --- a/Telegram/Resources/winrc/Telegram.rc +++ b/Telegram/Resources/winrc/Telegram.rc @@ -33,8 +33,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,1,8,0 - PRODUCTVERSION 1,1,8,0 + FILEVERSION 1,1,9,0 + PRODUCTVERSION 1,1,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,10 +51,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.1.8.0" + VALUE "FileVersion", "1.1.9.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.1.8.0" + VALUE "ProductVersion", "1.1.9.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index 583e25776..99de55741 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,8,0 - PRODUCTVERSION 1,1,8,0 + FILEVERSION 1,1,9,0 + PRODUCTVERSION 1,1,9,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.8.0" + VALUE "FileVersion", "1.1.9.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.1.8.0" + VALUE "ProductVersion", "1.1.9.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 045d33f1a..ceced4a30 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -26,5 +26,5 @@ constexpr auto AppVersion = 1009019; constexpr auto AppVersionStr = "1.9.19"; constexpr auto AppBetaVersion = true; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; -constexpr auto AppKotatoVersion = 1001008; -constexpr auto AppKotatoVersionStr = "1.1.8"; +constexpr auto AppKotatoVersion = 1001009; +constexpr auto AppKotatoVersionStr = "1.1.9"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index 9d88c61bd..6b6bc3266 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,13 @@ +1.1.9 (15.03.2020) +- Updated TDesktop sources to 1.9.20 beta. +- Support for taskbar flashing alert on Linux. +- 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. + 1.1.8 (27.02.2020) - Updated TDesktop sources to 1.9.19 beta. - Option to disable taskbar icon flashing. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml.in b/lib/xdg/kotatogramdesktop.appdata.xml.in index 000ebae8b..a97487ee2 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml.in +++ b/lib/xdg/kotatogramdesktop.appdata.xml.in @@ -35,6 +35,21 @@ im + + +

TDesktop sources were updated to 1.9.20 beta.

+

Also in this update:

+
    +
  • 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.
  • +
+
+

TDesktop sources were updated to 1.9.19 beta.