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:
parent
a97e4aec8d
commit
b812ac0eaa
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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";
|
||||
|
@ -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.
|
||||
|
@ -35,6 +35,28 @@
|
||||
<keyword>im</keyword>
|
||||
</keywords>
|
||||
<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">
|
||||
<description>
|
||||
<p>In this update:</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user