diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index 7f5f6dbf2..7aa630634 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,6,0 - PRODUCTVERSION 1,1,6,0 + FILEVERSION 1,1,7,0 + PRODUCTVERSION 1,1,7,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,10 +51,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.1.6.0" + VALUE "FileVersion", "1.1.7.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.1.6.0" + VALUE "ProductVersion", "1.1.7.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index 70f9c48c6..57ecf96c3 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,6,0 - PRODUCTVERSION 1,1,6,0 + FILEVERSION 1,1,7,0 + PRODUCTVERSION 1,1,7,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.6.0" + VALUE "FileVersion", "1.1.7.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.1.6.0" + VALUE "ProductVersion", "1.1.7.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index e1c6e7bac..93be97e10 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -26,5 +26,5 @@ constexpr auto AppVersion = 1009010; constexpr auto AppVersionStr = "1.9.10"; constexpr auto AppBetaVersion = true; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; -constexpr auto AppKotatoVersion = 1001006; -constexpr auto AppKotatoVersionStr = "1.1.6"; +constexpr auto AppKotatoVersion = 1001007; +constexpr auto AppKotatoVersionStr = "1.1.7"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index c6790afb6..ddf973b74 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,10 @@ +1.1.7 (8.02.2020) +- Updated TDesktop sources to 1.9.10 beta. +- 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. + 1.1.6 (31.01.2020) - Updated TDesktop sources to 1.9.9. - Custom text replaces. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml b/lib/xdg/kotatogramdesktop.appdata.xml index fbfb0f0b1..4fe1cf249 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml +++ b/lib/xdg/kotatogramdesktop.appdata.xml @@ -35,6 +35,18 @@ im + + +

TDesktop sources were updated to 1.9.10 beta.

+

Also in this update:

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