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

Version 1.4.3 beta

This commit is contained in:
RadRussianRus 2021-08-26 17:18:08 +03:00
parent 0c49d73f01
commit 38d6f337cc
5 changed files with 29 additions and 10 deletions

View File

@ -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"

View File

@ -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"

View File

@ -7,8 +7,8 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#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

View File

@ -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.

View File

@ -35,6 +35,18 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.4.3" date="2021-08-26">
<description>
<p>In this update:</p>
<ul>
<li>Reworked sending without "via @bot" tag.</li>
<li>Optional hotkeys to restart application and to reload Kotatogram translation.</li>
<li>Fixed blocking user in "Recent Actions".</li>
<li>Updated translations, including phrases from previous version.</li>
<li>Fixed errors and crashes in AppImage related to gdk-pixbuf.</li>
</ul>
</description>
</release>
<release version="1.4.2" date="2021-08-21">
<description>
<p>TDesktop sources were updated to 2.8.11.</p>