Version 1.1.6
This commit is contained in:
parent
81718b20c4
commit
a7abdc5935
5 changed files with 28 additions and 11 deletions
|
|
@ -33,8 +33,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,1,5,0
|
||||
PRODUCTVERSION 1,1,5,0
|
||||
FILEVERSION 1,1,6,0
|
||||
PRODUCTVERSION 1,1,6,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
@ -51,10 +51,10 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Kotatogram"
|
||||
VALUE "FileDescription", "Kotatogram Desktop"
|
||||
VALUE "FileVersion", "1.1.5.0"
|
||||
VALUE "FileVersion", "1.1.6.0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||
VALUE "ProductName", "Kotatogram Desktop"
|
||||
VALUE "ProductVersion", "1.1.5.0"
|
||||
VALUE "ProductVersion", "1.1.6.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,1,5,0
|
||||
PRODUCTVERSION 1,1,5,0
|
||||
FILEVERSION 1,1,6,0
|
||||
PRODUCTVERSION 1,1,6,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
@ -42,10 +42,10 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Kotatogram"
|
||||
VALUE "FileDescription", "Kotatogram Desktop Updater"
|
||||
VALUE "FileVersion", "1.1.5.0"
|
||||
VALUE "FileVersion", "1.1.6.0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||
VALUE "ProductName", "Kotatogram Desktop"
|
||||
VALUE "ProductVersion", "1.1.5.0"
|
||||
VALUE "ProductVersion", "1.1.6.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ constexpr auto AppVersion = 1009009;
|
|||
constexpr auto AppVersionStr = "1.9.9";
|
||||
constexpr auto AppBetaVersion = false;
|
||||
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
|
||||
constexpr auto AppKotatoVersion = 1001005;
|
||||
constexpr auto AppKotatoVersionStr = "1.1.5";
|
||||
constexpr auto AppKotatoVersion = 1001006;
|
||||
constexpr auto AppKotatoVersionStr = "1.1.6";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
1.1.6 (31.01.2020)
|
||||
- Updated TDesktop sources to 1.9.9.
|
||||
- Custom text replaces.
|
||||
- Ability to use system font (user-contributed).
|
||||
|
||||
1.1.5 (25.01.2020)
|
||||
- Updated TDesktop sources to 1.9.7.
|
||||
- Updated TDesktop sources to 1.9.8.
|
||||
|
||||
1.1.4 (24.01.2020)
|
||||
- Updated TDesktop sources to 1.9.7.
|
||||
|
|
|
|||
|
|
@ -34,6 +34,18 @@
|
|||
<keyword>sms</keyword>
|
||||
<keyword>im</keyword>
|
||||
</keywords>
|
||||
<releases>
|
||||
<release version="1.1.6" date="2020-01-31">
|
||||
<description>
|
||||
<p>TDesktop sources were updated to 1.9.9.</p>
|
||||
<p>Also in this update:</p>
|
||||
<ul>
|
||||
<li>Custom instant replaces in JSON settings.</li>
|
||||
<li>Ability to use system font (user-contributed).</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
<content_rating type="oars-1.1">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
<content_attribute id="violence-fantasy">none</content_attribute>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue