mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-22 10:27:09 +00:00
Version 1.4.8
This commit is contained in:
parent
a9f6c81c38
commit
5b6f711b6d
@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,4,7,0
|
FILEVERSION 1,4,8,0
|
||||||
PRODUCTVERSION 1,4,7,0
|
PRODUCTVERSION 1,4,8,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.7.0"
|
VALUE "FileVersion", "1.4.8.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.7.0"
|
VALUE "ProductVersion", "1.4.8.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,7,0
|
FILEVERSION 1,4,8,0
|
||||||
PRODUCTVERSION 1,4,7,0
|
PRODUCTVERSION 1,4,8,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.7.0"
|
VALUE "FileVersion", "1.4.8.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.7.0"
|
VALUE "ProductVersion", "1.4.8.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 = 1004007;
|
constexpr auto AppKotatoVersion = 1004008;
|
||||||
constexpr auto AppKotatoVersionStr = "1.4.7";
|
constexpr auto AppKotatoVersionStr = "1.4.8";
|
||||||
constexpr auto AppKotatoBetaVersion = false;
|
constexpr auto AppKotatoBetaVersion = false;
|
||||||
|
|
||||||
//#define KTGDESKTOP_IS_TEST_VERSION
|
//#define KTGDESKTOP_IS_TEST_VERSION
|
||||||
|
@ -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)
|
1.4.7 (30.12.2021)
|
||||||
- Ability to switch accounts by hotkeys.
|
- Ability to switch accounts by hotkeys.
|
||||||
- Added icon near the author name in message.
|
- Added icon near the author name in message.
|
||||||
|
@ -35,6 +35,16 @@
|
|||||||
<keyword>im</keyword>
|
<keyword>im</keyword>
|
||||||
</keywords>
|
</keywords>
|
||||||
<releases>
|
<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">
|
<release version="1.4.7" date="2021-12-30">
|
||||||
<description>
|
<description>
|
||||||
<p>In this update:</p>
|
<p>In this update:</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user