From b812ac0eaa52dc04ca88b09c614bd8e2039d7430 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Tue, 8 Mar 2022 03:13:23 +0300 Subject: [PATCH] Version 1.4.9 beta --- Telegram/Resources/winrc/Kotatogram.rc | 10 ++++----- Telegram/Resources/winrc/KotatogramUpdater.rc | 10 ++++----- Telegram/SourceFiles/kotato/kotato_version.h | 6 ++--- kotatogram_changes.txt | 17 ++++++++++++++ lib/xdg/kotatogramdesktop.metainfo.xml.in | 22 +++++++++++++++++++ 5 files changed, 52 insertions(+), 13 deletions(-) diff --git a/Telegram/Resources/winrc/Kotatogram.rc b/Telegram/Resources/winrc/Kotatogram.rc index d3cc70a70..131955b55 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,8,0 - PRODUCTVERSION 1,4,8,0 + FILEVERSION 1,4,9,0 + PRODUCTVERSION 1,4,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -56,10 +56,10 @@ BEGIN BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" - VALUE "FileVersion", "1.4.8.0" - VALUE "LegalCopyright", "Copyright (C) 2019-2021" + VALUE "FileVersion", "1.4.9.0" + VALUE "LegalCopyright", "Copyright (C) 2019-2022" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.8.0" + VALUE "ProductVersion", "1.4.9.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/KotatogramUpdater.rc b/Telegram/Resources/winrc/KotatogramUpdater.rc index 6d3b62377..b5c9bbb12 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,8,0 - PRODUCTVERSION 1,4,8,0 + FILEVERSION 1,4,9,0 + PRODUCTVERSION 1,4,9,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.8.0" - VALUE "LegalCopyright", "Copyright (C) 2019-2021" + VALUE "FileVersion", "1.4.9.0" + VALUE "LegalCopyright", "Copyright (C) 2019-2022" VALUE "ProductName", "Kotatogram Desktop" - VALUE "ProductVersion", "1.4.8.0" + VALUE "ProductVersion", "1.4.9.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/kotato/kotato_version.h b/Telegram/SourceFiles/kotato/kotato_version.h index 2d2d0cb13..c418b981e 100644 --- a/Telegram/SourceFiles/kotato/kotato_version.h +++ b/Telegram/SourceFiles/kotato/kotato_version.h @@ -7,9 +7,9 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL */ #pragma once -constexpr auto AppKotatoVersion = 1004008; -constexpr auto AppKotatoVersionStr = "1.4.8"; -constexpr auto AppKotatoBetaVersion = false; +constexpr auto AppKotatoVersion = 1004009; +constexpr auto AppKotatoVersionStr = "1.4.9"; +constexpr auto AppKotatoBetaVersion = true; //#define KTGDESKTOP_IS_TEST_VERSION constexpr auto AppKotatoTestBranch = "dev"; diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt index d4b06375a..1e651b474 100644 --- a/kotatogram_changes.txt +++ b/kotatogram_changes.txt @@ -1,3 +1,20 @@ +1.4.9 (08.03.2022) +- Updated TDesktop sources to 3.5.2. +- Internal rework of Kotatogram Settings. +- Allow select time when jumping to date in chat. +- Always show TDesktop's experimental settings and allow their translation. +- Make message icon color same as name color. +- Fix avatar cropping in Windows system notifications. +- Warn when trying to unquoted forward a quiz (by blank-x). +- Show "Copy callback data" only for callback buttons (by blank-x). +- Go to chat on Shift+Enter in Forward box (by blank-x). +- Fix name icons (by blank-x). +- Fix tg://user?id links for 64-bit IDs (by blank-x). +- Fix showing "Mention user" for channels (by blank-x). +- Fix profile pictures rounding (by blank-x). +- Fix chat status filters by admin rights (by blank-x). +- New Kotatogram macOS icon (by gershik). + 1.4.8 (31.12.2021) - Better font settings. - Fixed severe crash in Saved Messages. diff --git a/lib/xdg/kotatogramdesktop.metainfo.xml.in b/lib/xdg/kotatogramdesktop.metainfo.xml.in index f19cbc8be..b7de73aa6 100644 --- a/lib/xdg/kotatogramdesktop.metainfo.xml.in +++ b/lib/xdg/kotatogramdesktop.metainfo.xml.in @@ -35,6 +35,28 @@ im + + +

TDesktop sources were updated to 3.5.2.

+

Also in this update:

+
    +
  • Internal rework of Kotatogram Settings.
  • +
  • Allow select time when jumping to date in chat.
  • +
  • Always show TDesktop's experimental settings and allow their translation.
  • +
  • Make message icon color same as name color.
  • +
  • Fix avatar cropping in Windows system notifications.
  • +
  • Warn when trying to unquoted forward a quiz (by blank-x).
  • +
  • Show "Copy callback data" only for callback buttons (by blank-x).
  • +
  • Go to chat on Shift+Enter in Forward box (by blank-x).
  • +
  • Fix name icons (by blank-x).
  • +
  • Fix tg://user?id links for 64-bit IDs (by blank-x).
  • +
  • Fix showing "Mention user" for channels (by blank-x).
  • +
  • Fix profile pictures rounding (by blank-x).
  • +
  • Fix chat status filters by admin rights (by blank-x).
  • +
  • New Kotatogram macOS icon (by gershik).
  • +
+
+

In this update: