2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-22 10:27:09 +00:00

Version 1.4.9 beta

This commit is contained in:
RadRussianRus 2022-03-08 03:13:23 +03:00
parent a97e4aec8d
commit b812ac0eaa
5 changed files with 52 additions and 13 deletions

View File

@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico"
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,8,0 FILEVERSION 1,4,9,0
PRODUCTVERSION 1,4,8,0 PRODUCTVERSION 1,4,9,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -56,10 +56,10 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "Kotatogram" VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop" VALUE "FileDescription", "Kotatogram Desktop"
VALUE "FileVersion", "1.4.8.0" VALUE "FileVersion", "1.4.9.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "LegalCopyright", "Copyright (C) 2019-2022"
VALUE "ProductName", "Kotatogram Desktop" VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.4.8.0" VALUE "ProductVersion", "1.4.9.0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,8,0 FILEVERSION 1,4,9,0
PRODUCTVERSION 1,4,8,0 PRODUCTVERSION 1,4,9,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -42,10 +42,10 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "Kotatogram" VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop Updater" VALUE "FileDescription", "Kotatogram Desktop Updater"
VALUE "FileVersion", "1.4.8.0" VALUE "FileVersion", "1.4.9.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2021" VALUE "LegalCopyright", "Copyright (C) 2019-2022"
VALUE "ProductName", "Kotatogram Desktop" VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.4.8.0" VALUE "ProductVersion", "1.4.9.0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -7,9 +7,9 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/ */
#pragma once #pragma once
constexpr auto AppKotatoVersion = 1004008; constexpr auto AppKotatoVersion = 1004009;
constexpr auto AppKotatoVersionStr = "1.4.8"; constexpr auto AppKotatoVersionStr = "1.4.9";
constexpr auto AppKotatoBetaVersion = false; constexpr auto AppKotatoBetaVersion = true;
//#define KTGDESKTOP_IS_TEST_VERSION //#define KTGDESKTOP_IS_TEST_VERSION
constexpr auto AppKotatoTestBranch = "dev"; constexpr auto AppKotatoTestBranch = "dev";

View File

@ -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) 1.4.8 (31.12.2021)
- Better font settings. - Better font settings.
- Fixed severe crash in Saved Messages. - Fixed severe crash in Saved Messages.

View File

@ -35,6 +35,28 @@
<keyword>im</keyword> <keyword>im</keyword>
</keywords> </keywords>
<releases> <releases>
<release version="1.4.9" date="2022-03-08">
<description>
<p>TDesktop sources were updated to 3.5.2.</p>
<p>Also in this update:</p>
<ul>
<li>Internal rework of Kotatogram Settings.</li>
<li>Allow select time when jumping to date in chat.</li>
<li>Always show TDesktop's experimental settings and allow their translation.</li>
<li>Make message icon color same as name color.</li>
<li>Fix avatar cropping in Windows system notifications.</li>
<li>Warn when trying to unquoted forward a quiz (by blank-x).</li>
<li>Show "Copy callback data" only for callback buttons (by blank-x).</li>
<li>Go to chat on Shift+Enter in Forward box (by blank-x).</li>
<li>Fix name icons (by blank-x).</li>
<li>Fix tg://user?id links for 64-bit IDs (by blank-x).</li>
<li>Fix showing "Mention user" for channels (by blank-x).</li>
<li>Fix profile pictures rounding (by blank-x).</li>
<li>Fix chat status filters by admin rights (by blank-x).</li>
<li>New Kotatogram macOS icon (by gershik).</li>
</ul>
</description>
</release>
<release version="1.4.8" date="2021-12-31"> <release version="1.4.8" date="2021-12-31">
<description> <description>
<p>In this update:</p> <p>In this update:</p>