From 38d6f337ccfbbfb43eabf185c468420fa71a2eee Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Thu, 26 Aug 2021 17:18:08 +0300 Subject: [PATCH] Version 1.4.3 beta --- Telegram/Resources/winrc/Kotatogram.rc | 8 ++++---- Telegram/Resources/winrc/KotatogramUpdater.rc | 8 ++++---- Telegram/SourceFiles/kotato/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 ab138169cb..a12690a39e 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,2,0 - PRODUCTVERSION 1,4,2,0 + FILEVERSION 1,4,3,0 + PRODUCTVERSION 1,4,3,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -56,10 +56,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.4.2.0" + VALUE "FileVersion", "1.4.3.0" VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.2.0" + VALUE "ProductVersion", "1.4.3.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/KotatogramUpdater.rc b/Telegram/Resources/winrc/KotatogramUpdater.rc index 3d2b9a1056..059aa4609e 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,2,0 - PRODUCTVERSION 1,4,2,0 + FILEVERSION 1,4,3,0 + PRODUCTVERSION 1,4,3,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.2.0" + VALUE "FileVersion", "1.4.3.0" VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.2.0" + VALUE "ProductVersion", "1.4.3.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/kotato/kotato_version.h b/Telegram/SourceFiles/kotato/kotato_version.h index 96d9d91dbf..d7a97d79ab 100644 --- a/Telegram/SourceFiles/kotato/kotato_version.h +++ b/Telegram/SourceFiles/kotato/kotato_version.h @@ -7,8 +7,8 @@ For license and copyright information please follow this link: */ #pragma once -constexpr auto AppKotatoVersion = 1004002; -constexpr auto AppKotatoVersionStr = "1.4.2"; +constexpr auto AppKotatoVersion = 1004003; +constexpr auto AppKotatoVersionStr = "1.4.3"; constexpr auto AppKotatoBetaVersion = true; //#define KTGDESKTOP_IS_TEST_VERSION diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index 875de2048f..88d4035c67 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,10 @@ +1.4.3(26.08.2021) +- Reworked sending without "via @bot" tag. +- Optional hotkeys to restart application and to reload Kotatogram translation. +- Fixed blocking user in "Recent Actions". +- Updated translations, including phrases from previous version. +- Fixed errors and crashes in AppImage related to gdk-pixbuf. + 1.4.2(21.08.2021) - Updated TDesktop sources to 2.8.11. - Manually choose notification mute time. diff --git a/lib/xdg/kotatogramdesktop.appdata.xml.in b/lib/xdg/kotatogramdesktop.appdata.xml.in index 70be210386..129ac12ffc 100644 --- a/lib/xdg/kotatogramdesktop.appdata.xml.in +++ b/lib/xdg/kotatogramdesktop.appdata.xml.in @@ -35,6 +35,18 @@ im + + +

In this update:

+
    +
  • Reworked sending without "via @bot" tag.
  • +
  • Optional hotkeys to restart application and to reload Kotatogram translation.
  • +
  • Fixed blocking user in "Recent Actions".
  • +
  • Updated translations, including phrases from previous version.
  • +
  • Fixed errors and crashes in AppImage related to gdk-pixbuf.
  • +
+
+

TDesktop sources were updated to 2.8.11.