From ca7ac81ef637d687217bd2830e381889e4c178d3 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sat, 18 Dec 2021 17:25:16 +0300 Subject: [PATCH] Version 1.4.6 beta --- 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.metainfo.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 178503cb07..ec96a2d8bc 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,5,0 - PRODUCTVERSION 1,4,5,0 + FILEVERSION 1,4,6,0 + PRODUCTVERSION 1,4,6,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -56,10 +56,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.4.5.0" + VALUE "FileVersion", "1.4.6.0" VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.5.0" + VALUE "ProductVersion", "1.4.6.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/KotatogramUpdater.rc b/Telegram/Resources/winrc/KotatogramUpdater.rc index c8fced7b12..ef9795e2ac 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,5,0 - PRODUCTVERSION 1,4,5,0 + FILEVERSION 1,4,6,0 + PRODUCTVERSION 1,4,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.4.5.0" + VALUE "FileVersion", "1.4.6.0" VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.5.0" + VALUE "ProductVersion", "1.4.6.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/kotato/kotato_version.h b/Telegram/SourceFiles/kotato/kotato_version.h index ecd1ef1413..206dde5dc8 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 = 1004005; -constexpr auto AppKotatoVersionStr = "1.4.5"; -constexpr auto AppKotatoBetaVersion = false; +constexpr auto AppKotatoVersion = 1004006; +constexpr auto AppKotatoVersionStr = "1.4.6"; +constexpr auto AppKotatoBetaVersion = true; //#define KTGDESKTOP_IS_TEST_VERSION constexpr auto AppKotatoTestBranch = "dev"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index 13d8666c93..292e76df75 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,11 @@ +1.4.6 (18.12.2021) +- Updated TDesktop sources to 3.3. +- Ability to disable remembering image compression when sending. +- Custom auto-replaces now work without emoji replacement enabled. +- Removed window size restiction. +- Fixed tg:// link protocol in system. +- Fixed "External video player" option. + 1.4.5 (04.12.2021) - Updated TDesktop sources to 3.1.1. - Fixed caption sending modes in unquoted forward. diff --git a/lib/xdg/kotatogramdesktop.metainfo.xml.in b/lib/xdg/kotatogramdesktop.metainfo.xml.in index c5e8926fc3..07c7efefef 100644 --- a/lib/xdg/kotatogramdesktop.metainfo.xml.in +++ b/lib/xdg/kotatogramdesktop.metainfo.xml.in @@ -35,6 +35,19 @@ im + + +

TDesktop sources were updated to 3.3.

+

Also in this update:

+
    +
  • Ability to disable remembering image compression when sending.
  • +
  • Custom auto-replaces now work without emoji replacement enabled.
  • +
  • Removed window size restiction.
  • +
  • Fixed tg:// link protocol in system.
  • +
  • Fixed "External video player" option.
  • +
+
+

TDesktop sources were updated to 3.1.1.