From 70cec7d10494a6c140bbfaabcf9b1ce846a162f8 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sat, 4 Dec 2021 09:52:07 +0300 Subject: [PATCH] Version 1.4.5 --- Telegram/Resources/winrc/Kotatogram.rc | 8 ++++---- Telegram/Resources/winrc/KotatogramUpdater.rc | 8 ++++---- Telegram/SourceFiles/kotato/kotato_version.h | 6 +++--- kotatogram_changes.txt | 8 ++++++++ lib/xdg/kotatogramdesktop.appdata.xml.in | 13 +++++++++++++ 5 files changed, 32 insertions(+), 11 deletions(-) diff --git a/Telegram/Resources/winrc/Kotatogram.rc b/Telegram/Resources/winrc/Kotatogram.rc index 028f5f003c..178503cb07 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,4,4,0 - PRODUCTVERSION 1,4,4,0 + FILEVERSION 1,4,5,0 + PRODUCTVERSION 1,4,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -56,10 +56,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.4.4.0" + VALUE "FileVersion", "1.4.5.0" VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.4.0" + VALUE "ProductVersion", "1.4.5.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/KotatogramUpdater.rc b/Telegram/Resources/winrc/KotatogramUpdater.rc index d4185a7c3e..c8fced7b12 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,4,4,0 - PRODUCTVERSION 1,4,4,0 + FILEVERSION 1,4,5,0 + PRODUCTVERSION 1,4,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -42,10 +42,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop Updater" - VALUE "FileVersion", "1.4.4.0" + VALUE "FileVersion", "1.4.5.0" VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.4.0" + VALUE "ProductVersion", "1.4.5.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/kotato/kotato_version.h b/Telegram/SourceFiles/kotato/kotato_version.h index 45b522afab..ecd1ef1413 100644 --- a/Telegram/SourceFiles/kotato/kotato_version.h +++ b/Telegram/SourceFiles/kotato/kotato_version.h @@ -7,9 +7,9 @@ For license and copyright information please follow this link: */ #pragma once -constexpr auto AppKotatoVersion = 1004004; -constexpr auto AppKotatoVersionStr = "1.4.4"; -constexpr auto AppKotatoBetaVersion = true; +constexpr auto AppKotatoVersion = 1004005; +constexpr auto AppKotatoVersionStr = "1.4.5"; +constexpr auto AppKotatoBetaVersion = false; //#define KTGDESKTOP_IS_TEST_VERSION constexpr auto AppKotatoTestBranch = "dev"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index 6571fc27f6..13d8666c93 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,11 @@ +1.4.5 (04.12.2021) +- Updated TDesktop sources to 3.1.1. +- Fixed caption sending modes in unquoted forward. +- Fixed "Qt scaling" option. +- Removed duplicate of GIF button in shared media. +- Fixed animated emoji size. +- Fix custom font size scale. + 1.4.4 (22.09.2021) - Updated TDesktop sources to 3.1. - Added option to remember forward mode. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml.in b/lib/xdg/kotatogramdesktop.appdata.xml.in index dfffa11585..c5e8926fc3 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml.in +++ b/lib/xdg/kotatogramdesktop.appdata.xml.in @@ -35,6 +35,19 @@ im + + +

TDesktop sources were updated to 3.1.1.

+

Also in this update:

+
    +
  • Fixed caption sending modes in unquoted forward.
  • +
  • Fixed "Qt scaling" option.
  • +
  • Removed duplicate of GIF button in shared media.
  • +
  • Fixed animated emoji size.
  • +
  • Fix custom font size scale.
  • +
+
+

TDesktop sources were updated to 3.1.