From 8487cf2a380e11706258c7aee061ba7c15992d6a Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Wed, 6 May 2020 05:15:09 +0300 Subject: [PATCH] Version 1.3.4 --- Telegram/Resources/winrc/Kotatogram.rc | 8 ++++---- Telegram/Resources/winrc/KotatogramUpdater.rc | 8 ++++---- Telegram/SourceFiles/kotato/version.h | 4 ++-- kotatogram_changes.txt | 7 +++++++ lib/xdg/kotatogramdesktop.appdata.xml.in | 12 ++++++++++++ 5 files changed, 29 insertions(+), 10 deletions(-) diff --git a/Telegram/Resources/winrc/Kotatogram.rc b/Telegram/Resources/winrc/Kotatogram.rc index 030b91135..b3f2414cb 100644 --- a/Telegram/Resources/winrc/Kotatogram.rc +++ b/Telegram/Resources/winrc/Kotatogram.rc @@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,3,0 - PRODUCTVERSION 1,3,3,0 + FILEVERSION 1,3,4,0 + PRODUCTVERSION 1,3,4,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -56,10 +56,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.3.3.0" + VALUE "FileVersion", "1.3.4.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.3.3.0" + VALUE "ProductVersion", "1.3.4.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/KotatogramUpdater.rc b/Telegram/Resources/winrc/KotatogramUpdater.rc index 6a42f74bd..09c019c38 100644 --- a/Telegram/Resources/winrc/KotatogramUpdater.rc +++ b/Telegram/Resources/winrc/KotatogramUpdater.rc @@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,3,0 - PRODUCTVERSION 1,3,3,0 + FILEVERSION 1,3,4,0 + PRODUCTVERSION 1,3,4,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -42,10 +42,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop Updater" - VALUE "FileVersion", "1.3.3.0" + VALUE "FileVersion", "1.3.4.0" VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.3.3.0" + VALUE "ProductVersion", "1.3.4.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/kotato/version.h b/Telegram/SourceFiles/kotato/version.h index b72e068ca..6da986bbe 100644 --- a/Telegram/SourceFiles/kotato/version.h +++ b/Telegram/SourceFiles/kotato/version.h @@ -7,5 +7,5 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL */ #pragma once -constexpr auto AppKotatoVersion = 1003003; -constexpr auto AppKotatoVersionStr = "1.3.3"; +constexpr auto AppKotatoVersion = 1003004; +constexpr auto AppKotatoVersionStr = "1.3.4"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index 7de8db4d8..6320265fc 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,10 @@ +1.3.4 (6.05.2020) +- Updated TDesktop sources to 2.1.2. +- Optional Bot API chat ID format. +- Message ID in date tooltip. +- Option to scale sticker width along with height. +- Show time of service message. + 1.3.3 (3.05.2020) - Fixed crash from 1.3.2. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml.in b/lib/xdg/kotatogramdesktop.appdata.xml.in index 99b93fe56..1c712c7bb 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml.in +++ b/lib/xdg/kotatogramdesktop.appdata.xml.in @@ -35,6 +35,18 @@ im + + +

TDesktop sources were updated to 2.1.2.

+

Also in this update:

+
    +
  • Optional Bot API chat ID format.
  • +
  • Message ID in date tooltip.
  • +
  • Option to scale sticker width along with height.
  • +
  • Show time of service message.
  • +
+
+

TDesktop sources were updated to 2.1.1.