2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17:45 +00:00

Version 1.2.2

This commit is contained in:
RadRussianRus
2020-04-01 22:16:50 +03:00
parent 84458a118d
commit 0fd9dd32d4
5 changed files with 23 additions and 10 deletions

View File

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

View File

@@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,1,0
PRODUCTVERSION 1,2,1,0
FILEVERSION 1,2,2,0
PRODUCTVERSION 1,2,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -42,10 +42,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop Updater"
VALUE "FileVersion", "1.2.1.0"
VALUE "FileVersion", "1.2.2.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.2.1.0"
VALUE "ProductVersion", "1.2.2.0"
END
END
BLOCK "VarFileInfo"

View File

@@ -26,5 +26,5 @@ constexpr auto AppVersion = 2000001;
constexpr auto AppVersionStr = "2.0.1";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto AppKotatoVersion = 1002001;
constexpr auto AppKotatoVersionStr = "1.2.1";
constexpr auto AppKotatoVersion = 1002002;
constexpr auto AppKotatoVersionStr = "1.2.2";

View File

@@ -1,3 +1,7 @@
1.2.2 (2.04.2020)
- Updated TDesktop sources to 2.0.1.
- Option to hide All chats folder.
1.2.1 (31.03.2020)
- Updated TDesktop sources to 2.0.
- Option to set default folder. Also added context menu to All chats filter.

View File

@@ -35,6 +35,15 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.2.2" date="2020-04-02">
<description>
<p>TDesktop sources were updated to 2.0.1.</p>
<p>Also in this update:</p>
<ul>
<li>Option to hide All chats folder.</li>
</ul>
</description>
</release>
<release version="1.2.1" date="2020-03-31">
<description>
<p>TDesktop sources were updated to 2.0.</p>