mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-22 18:37:09 +00:00
Version 1.4.1
This commit is contained in:
parent
5765d8ac6c
commit
87b3bbd1d3
@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,4,0,0
|
FILEVERSION 1,4,1,0
|
||||||
PRODUCTVERSION 1,4,0,0
|
PRODUCTVERSION 1,4,1,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.0.0"
|
VALUE "FileVersion", "1.4.1.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.0.0"
|
VALUE "ProductVersion", "1.4.1.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,0,0
|
FILEVERSION 1,4,1,0
|
||||||
PRODUCTVERSION 1,4,0,0
|
PRODUCTVERSION 1,4,1,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.0.0"
|
VALUE "FileVersion", "1.4.1.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.0.0"
|
VALUE "ProductVersion", "1.4.1.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
@ -7,5 +7,5 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
constexpr auto AppKotatoVersion = 1004000;
|
constexpr auto AppKotatoVersion = 1004001;
|
||||||
constexpr auto AppKotatoVersionStr = "1.4";
|
constexpr auto AppKotatoVersionStr = "1.4.1";
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
1.4.1 (29.04.2021)
|
||||||
|
- Updated TDesktop sources to 2.7.4.
|
||||||
|
- Separate Kotatogram's MPRIS and TDesktop's MPRIS.
|
||||||
|
- Fix crash on right clicking emoji button.
|
||||||
|
- Attempt to fix repeating changelogs.
|
||||||
|
- Smaller font for options with radio buttons.
|
||||||
|
- Don't show top notification switch in own profile.
|
||||||
|
- Remove unnecessary separator in own profile.
|
||||||
|
- Fix dependent separated "Send stickers and GIFs" restriction.
|
||||||
|
- Updated translations.
|
||||||
|
|
||||||
1.4 (13.04.2021)
|
1.4 (13.04.2021)
|
||||||
- Updated TDesktop sources to 2.7.1.
|
- Updated TDesktop sources to 2.7.1.
|
||||||
- Ability to forward messages without author.
|
- Ability to forward messages without author.
|
||||||
|
@ -35,6 +35,22 @@
|
|||||||
<keyword>im</keyword>
|
<keyword>im</keyword>
|
||||||
</keywords>
|
</keywords>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.4.1" date="2021-04-29">
|
||||||
|
<description>
|
||||||
|
<p>TDesktop sources were updated to 2.7.4.</p>
|
||||||
|
<p>Also in this update:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Separate Kotatogram's MPRIS and TDesktop's MPRIS.</li>
|
||||||
|
<li>Fix crash on right clicking emoji button.</li>
|
||||||
|
<li>Attempt to fix repeating changelogs.</li>
|
||||||
|
<li>Smaller font for options with radio buttons.</li>
|
||||||
|
<li>Don't show top notification switch in own profile.</li>
|
||||||
|
<li>Remove unnecessary separator in own profile.</li>
|
||||||
|
<li>Fix dependent separated "Send stickers and GIFs" restriction.</li>
|
||||||
|
<li>Updated translations.</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="1.4" date="2021-04-13">
|
<release version="1.4" date="2021-04-13">
|
||||||
<description>
|
<description>
|
||||||
<p>TDesktop sources were updated to 2.7.1.</p>
|
<p>TDesktop sources were updated to 2.7.1.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user