Version 1.4.4 beta
This commit is contained in:
parent
1bc6d5e8d8
commit
bd985abd53
5 changed files with 41 additions and 12 deletions
|
|
@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,4,3,0
|
FILEVERSION 1,4,4,0
|
||||||
PRODUCTVERSION 1,4,3,0
|
PRODUCTVERSION 1,4,4,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.3.0"
|
VALUE "FileVersion", "1.4.4.0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
|
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
|
||||||
VALUE "ProductName", "Kotatogram Desktop"
|
VALUE "ProductName", "Kotatogram Desktop"
|
||||||
VALUE "ProductVersion", "1.4.3.0"
|
VALUE "ProductVersion", "1.4.4.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,4,3,0
|
FILEVERSION 1,4,4,0
|
||||||
PRODUCTVERSION 1,4,3,0
|
PRODUCTVERSION 1,4,4,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.3.0"
|
VALUE "FileVersion", "1.4.4.0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
|
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
|
||||||
VALUE "ProductName", "Kotatogram Desktop"
|
VALUE "ProductName", "Kotatogram Desktop"
|
||||||
VALUE "ProductVersion", "1.4.3.0"
|
VALUE "ProductVersion", "1.4.4.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
constexpr auto AppKotatoVersion = 1004003;
|
constexpr auto AppKotatoVersion = 1004004;
|
||||||
constexpr auto AppKotatoVersionStr = "1.4.3";
|
constexpr auto AppKotatoVersionStr = "1.4.4";
|
||||||
constexpr auto AppKotatoBetaVersion = true;
|
constexpr auto AppKotatoBetaVersion = true;
|
||||||
|
|
||||||
//#define KTGDESKTOP_IS_TEST_VERSION
|
//#define KTGDESKTOP_IS_TEST_VERSION
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,23 @@
|
||||||
1.4.3(26.08.2021)
|
1.4.4 (22.09.2021)
|
||||||
|
- Updated TDesktop sources to 3.1.
|
||||||
|
- Added option to remember forward mode.
|
||||||
|
- Added ability to set default forward mode.
|
||||||
|
- Replaced unquoted forward method with option to restore the old one.
|
||||||
|
- Added option to disable per-chat themes.
|
||||||
|
- Removed GTK integration option, since it's not needed anymore.
|
||||||
|
- Fixed missing sending inline bot response preview option.
|
||||||
|
- Fixed missing sending inline bot response preview in comments and scheduled messages.
|
||||||
|
- Fixed option "Disable edit by Up key" in comments and scheduled messages.
|
||||||
|
- GIF section in shared media and forwarded sticker info are now same as in TDesktop.
|
||||||
|
|
||||||
|
1.4.3 (26.08.2021)
|
||||||
- Reworked sending without "via @bot" tag.
|
- Reworked sending without "via @bot" tag.
|
||||||
- Optional hotkeys to restart application and to reload Kotatogram translation.
|
- Optional hotkeys to restart application and to reload Kotatogram translation.
|
||||||
- Fixed blocking user in "Recent Actions".
|
- Fixed blocking user in "Recent Actions".
|
||||||
- Updated translations, including phrases from previous version.
|
- Updated translations, including phrases from previous version.
|
||||||
- Fixed errors and crashes in AppImage related to gdk-pixbuf.
|
- Fixed errors and crashes in AppImage related to gdk-pixbuf.
|
||||||
|
|
||||||
1.4.2(21.08.2021)
|
1.4.2 (21.08.2021)
|
||||||
- Updated TDesktop sources to 2.8.11.
|
- Updated TDesktop sources to 2.8.11.
|
||||||
- Manually choose notification mute time.
|
- Manually choose notification mute time.
|
||||||
- Auto-login option for Telegram sites.
|
- Auto-login option for Telegram sites.
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,23 @@
|
||||||
<keyword>im</keyword>
|
<keyword>im</keyword>
|
||||||
</keywords>
|
</keywords>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.4.4" date="2021-09-22">
|
||||||
|
<description>
|
||||||
|
<p>TDesktop sources were updated to 3.1.</p>
|
||||||
|
<p>Also in this update:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Added option to remember forward mode.</li>
|
||||||
|
<li>Added ability to set default forward mode.</li>
|
||||||
|
<li>Replaced unquoted forward method with option to restore the old one.</li>
|
||||||
|
<li>Added option to disable per-chat themes.</li>
|
||||||
|
<li>Removed GTK integration option, since it's not needed anymore.</li>
|
||||||
|
<li>Fixed missing sending inline bot response preview option.</li>
|
||||||
|
<li>Fixed missing sending inline bot response preview in comments and scheduled messages.</li>
|
||||||
|
<li>Fixed option "Disable edit by Up key" in comments and scheduled messages.</li>
|
||||||
|
<li>GIF section in shared media and forwarded sticker info are now same as in TDesktop.</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="1.4.3" date="2021-08-26">
|
<release version="1.4.3" date="2021-08-26">
|
||||||
<description>
|
<description>
|
||||||
<p>In this update:</p>
|
<p>In this update:</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue