Version 1.3.8 beta
This commit is contained in:
parent
d920a689e3
commit
bf05b2cae9
5 changed files with 37 additions and 10 deletions
|
|
@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,3,7,0
|
FILEVERSION 1,3,8,0
|
||||||
PRODUCTVERSION 1,3,7,0
|
PRODUCTVERSION 1,3,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.3.7.0"
|
VALUE "FileVersion", "1.3.8.0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||||
VALUE "ProductName", "Kotatogram Desktop"
|
VALUE "ProductName", "Kotatogram Desktop"
|
||||||
VALUE "ProductVersion", "1.3.7.0"
|
VALUE "ProductVersion", "1.3.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,3,7,0
|
FILEVERSION 1,3,8,0
|
||||||
PRODUCTVERSION 1,3,7,0
|
PRODUCTVERSION 1,3,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.3.7.0"
|
VALUE "FileVersion", "1.3.8.0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||||
VALUE "ProductName", "Kotatogram Desktop"
|
VALUE "ProductName", "Kotatogram Desktop"
|
||||||
VALUE "ProductVersion", "1.3.7.0"
|
VALUE "ProductVersion", "1.3.8.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,5 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
constexpr auto AppKotatoVersion = 1003007;
|
constexpr auto AppKotatoVersion = 1003008;
|
||||||
constexpr auto AppKotatoVersionStr = "1.3.7";
|
constexpr auto AppKotatoVersionStr = "1.3.8";
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,14 @@
|
||||||
|
1.3.8 (10.07.2020)
|
||||||
|
- Updated TDesktop sources to 2.1.17.
|
||||||
|
- Restored one-click forward to Saved Messages.
|
||||||
|
- Ability to go to chat from forward when selecting one.
|
||||||
|
- Make retaining selection after forward optional.
|
||||||
|
- Option to open chat on click.
|
||||||
|
- Hide account name in notification if it's the current one.
|
||||||
|
- Possible fix for crash on Permissions click in profile.
|
||||||
|
- Turkish translation (by disk3).
|
||||||
|
- Polish translation (by Sebek).
|
||||||
|
|
||||||
1.3.7 (3.07.2020)
|
1.3.7 (3.07.2020)
|
||||||
- Updated TDesktop sources to 2.1.17.
|
- Updated TDesktop sources to 2.1.17.
|
||||||
- Option to disable monospace bubbles expansion (user-contributed).
|
- Option to disable monospace bubbles expansion (user-contributed).
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,22 @@
|
||||||
<keyword>im</keyword>
|
<keyword>im</keyword>
|
||||||
</keywords>
|
</keywords>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.3.8" date="2020-07-10">
|
||||||
|
<description>
|
||||||
|
<p>TDesktop sources were updated to 2.1.18.</p>
|
||||||
|
<p>Also in this update:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Restored one-click forward to Saved Messages.</li>
|
||||||
|
<li>Ability to go to chat from forward when selecting one.</li>
|
||||||
|
<li>Make retaining selection after forward optional.</li>
|
||||||
|
<li>Option to open chat on click.</li>
|
||||||
|
<li>Hide account name in notification if it's the current one.</li>
|
||||||
|
<li>Possible fix for crash on Permissions click in profile.</li>
|
||||||
|
<li>Turkish translation (by disk3).</li>
|
||||||
|
<li>Polish translation (by Sebek).</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="1.3.7" date="2020-07-03">
|
<release version="1.3.7" date="2020-07-03">
|
||||||
<description>
|
<description>
|
||||||
<p>TDesktop sources were updated to 2.1.17.</p>
|
<p>TDesktop sources were updated to 2.1.17.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue