2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-22 02:17:18 +00:00

Version 1.4.8

This commit is contained in:
RadRussianRus 2021-12-31 16:56:04 +03:00
parent a9f6c81c38
commit 5b6f711b6d
5 changed files with 25 additions and 10 deletions

View File

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

View File

@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,7,0
PRODUCTVERSION 1,4,7,0
FILEVERSION 1,4,8,0
PRODUCTVERSION 1,4,8,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.7.0"
VALUE "FileVersion", "1.4.8.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.4.7.0"
VALUE "ProductVersion", "1.4.8.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 = 1004007;
constexpr auto AppKotatoVersionStr = "1.4.7";
constexpr auto AppKotatoVersion = 1004008;
constexpr auto AppKotatoVersionStr = "1.4.8";
constexpr auto AppKotatoBetaVersion = false;
//#define KTGDESKTOP_IS_TEST_VERSION

View File

@ -1,3 +1,8 @@
1.4.8 (31.12.2021)
- Better font settings.
- Fixed severe crash in Saved Messages.
- Fixed non-clickable part of message author name if there an icon near it.
1.4.7 (30.12.2021)
- Ability to switch accounts by hotkeys.
- Added icon near the author name in message.

View File

@ -35,6 +35,16 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.4.8" date="2021-12-31">
<description>
<p>In this update:</p>
<ul>
<li>Better font settings.</li>
<li>Fixed severe crash in Saved Messages.</li>
<li>Fixed non-clickable part of message author name if there an icon near it.</li>
</ul>
</description>
</release>
<release version="1.4.7" date="2021-12-30">
<description>
<p>In this update:</p>