diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index cf008206e..7f5f6dbf2 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,5,0 - PRODUCTVERSION 1,1,5,0 + FILEVERSION 1,1,6,0 + PRODUCTVERSION 1,1,6,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,10 +51,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.1.5.0" + VALUE "FileVersion", "1.1.6.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.1.5.0" + VALUE "ProductVersion", "1.1.6.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index b8a93714e..70f9c48c6 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,5,0 - PRODUCTVERSION 1,1,5,0 + FILEVERSION 1,1,6,0 + PRODUCTVERSION 1,1,6,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.5.0" + VALUE "FileVersion", "1.1.6.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.1.5.0" + VALUE "ProductVersion", "1.1.6.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 4cc78b495..f6d13c472 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -19,5 +19,5 @@ constexpr auto AppVersion = 1009009; constexpr auto AppVersionStr = "1.9.9"; constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; -constexpr auto AppKotatoVersion = 1001005; -constexpr auto AppKotatoVersionStr = "1.1.5"; +constexpr auto AppKotatoVersion = 1001006; +constexpr auto AppKotatoVersionStr = "1.1.6"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index a049e58cc..c6790afb6 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,5 +1,10 @@ +1.1.6 (31.01.2020) +- Updated TDesktop sources to 1.9.9. +- Custom text replaces. +- Ability to use system font (user-contributed). + 1.1.5 (25.01.2020) -- Updated TDesktop sources to 1.9.7. +- Updated TDesktop sources to 1.9.8. 1.1.4 (24.01.2020) - Updated TDesktop sources to 1.9.7. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml b/lib/xdg/kotatogramdesktop.appdata.xml index cb8b990ea..fbfb0f0b1 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml +++ b/lib/xdg/kotatogramdesktop.appdata.xml @@ -34,6 +34,18 @@ sms im + + + +

TDesktop sources were updated to 1.9.9.

+

Also in this update:

+
    +
  • Custom instant replaces in JSON settings.
  • +
  • Ability to use system font (user-contributed).
  • +
+
+
+
none none