Version 1.2
This commit is contained in:
parent
7cf93c841d
commit
a2ee066fc5
5 changed files with 37 additions and 10 deletions
|
|
@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico"
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,1,9,0
|
||||
PRODUCTVERSION 1,1,9,0
|
||||
FILEVERSION 1,2,0,0
|
||||
PRODUCTVERSION 1,2,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
@ -56,10 +56,10 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Kotatogram"
|
||||
VALUE "FileDescription", "Kotatogram Desktop"
|
||||
VALUE "FileVersion", "1.1.9.0"
|
||||
VALUE "FileVersion", "1.2.0.0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||
VALUE "ProductName", "Kotatogram Desktop"
|
||||
VALUE "ProductVersion", "1.1.9.0"
|
||||
VALUE "ProductVersion", "1.2.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,1,9,0
|
||||
PRODUCTVERSION 1,1,9,0
|
||||
FILEVERSION 1,2,0,0
|
||||
PRODUCTVERSION 1,2,0,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.9.0"
|
||||
VALUE "FileVersion", "1.2.0.0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||
VALUE "ProductName", "Kotatogram Desktop"
|
||||
VALUE "ProductVersion", "1.1.9.0"
|
||||
VALUE "ProductVersion", "1.2.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
|||
|
|
@ -26,5 +26,5 @@ constexpr auto AppVersion = 1009021;
|
|||
constexpr auto AppVersionStr = "1.9.21";
|
||||
constexpr auto AppBetaVersion = false;
|
||||
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
|
||||
constexpr auto AppKotatoVersion = 1001009;
|
||||
constexpr auto AppKotatoVersionStr = "1.1.9";
|
||||
constexpr auto AppKotatoVersion = 1002000;
|
||||
constexpr auto AppKotatoVersionStr = "1.2";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
1.2 (19.03.2020)
|
||||
- Updated TDesktop sources to 1.9.21.
|
||||
- New logo and option to choose alternative icons.
|
||||
|
||||
1.1.9 (15.03.2020)
|
||||
- Updated TDesktop sources to 1.9.20 beta.
|
||||
- Support for taskbar flashing alert on Linux.
|
||||
|
|
|
|||
|
|
@ -35,6 +35,29 @@
|
|||
<keyword>im</keyword>
|
||||
</keywords>
|
||||
<releases>
|
||||
<release version="1.2" date="2020-03-19">
|
||||
<description>
|
||||
<p>TDesktop sources were updated to 1.9.21.</p>
|
||||
<p>Also in this update:</p>
|
||||
<ul>
|
||||
<li>New logo and option to choose alternative icons.</li>
|
||||
<li>Support for taskbar flashing alert.</li>
|
||||
<li>Bot privacy status in members list.</li>
|
||||
<li>Custom tray and taskbar icon.</li>
|
||||
<li>Show working dir in tray icon tooltip.</li>
|
||||
<li>Option to change rounding of profile pictures.</li>
|
||||
<li>Option to always show profile picture in top bar.</li>
|
||||
<li>Ban members option in Recent Actions.</li>
|
||||
<li>Control notification sound from tray menu.</li>
|
||||
<li>Option to change recent stickers show limit (up to 200 or disable at all).</li>
|
||||
<li>Show video playback controls for GIFs.</li>
|
||||
<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.9" date="2020-03-15">
|
||||
<description>
|
||||
<p>TDesktop sources were updated to 1.9.20 beta.</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue