2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-29 05:37:45 +00:00

Version 1.1.7 beta

This commit is contained in:
RadRussianRus 2020-02-08 02:22:59 +03:00
parent dc67e73a87
commit 01ad0e22bd
5 changed files with 29 additions and 10 deletions

View File

@ -33,8 +33,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,6,0 FILEVERSION 1,1,7,0
PRODUCTVERSION 1,1,6,0 PRODUCTVERSION 1,1,7,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -51,10 +51,10 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "Kotatogram" VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop" VALUE "FileDescription", "Kotatogram Desktop"
VALUE "FileVersion", "1.1.6.0" VALUE "FileVersion", "1.1.7.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "ProductName", "Kotatogram Desktop" VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.1.6.0" VALUE "ProductVersion", "1.1.7.0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,6,0 FILEVERSION 1,1,7,0
PRODUCTVERSION 1,1,6,0 PRODUCTVERSION 1,1,7,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.1.6.0" VALUE "FileVersion", "1.1.7.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "ProductName", "Kotatogram Desktop" VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.1.6.0" VALUE "ProductVersion", "1.1.7.0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -26,5 +26,5 @@ constexpr auto AppVersion = 1009010;
constexpr auto AppVersionStr = "1.9.10"; constexpr auto AppVersionStr = "1.9.10";
constexpr auto AppBetaVersion = true; constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto AppKotatoVersion = 1001006; constexpr auto AppKotatoVersion = 1001007;
constexpr auto AppKotatoVersionStr = "1.1.6"; constexpr auto AppKotatoVersionStr = "1.1.7";

View File

@ -1,3 +1,10 @@
1.1.7 (8.02.2020)
- Updated TDesktop sources to 1.9.10 beta.
- Allow up to 64px as minimal sticker size.
- Optional confirmation before calling.
- "Disable Up to edit" now in options menu.
- Option to use original font height.
1.1.6 (31.01.2020) 1.1.6 (31.01.2020)
- Updated TDesktop sources to 1.9.9. - Updated TDesktop sources to 1.9.9.
- Custom text replaces. - Custom text replaces.

View File

@ -35,6 +35,18 @@
<keyword>im</keyword> <keyword>im</keyword>
</keywords> </keywords>
<releases> <releases>
<release version="1.1.7" date="2020-02-08">
<description>
<p>TDesktop sources were updated to 1.9.10 beta.</p>
<p>Also in this update:</p>
<ul>
<li>Allow up to 64px as minimal sticker size.</li>
<li>Optional confirmation before calling.</li>
<li>"Disable Up to edit" now in options menu.</li>
<li>Option to use original font height.</li>
</ul>
</description>
</release>
<release version="1.1.6" date="2020-01-31"> <release version="1.1.6" date="2020-01-31">
<description> <description>
<p>TDesktop sources were updated to 1.9.9.</p> <p>TDesktop sources were updated to 1.9.9.</p>