mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Version 1.3.7 beta
This commit is contained in:
@@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,3,6,0
|
||||
PRODUCTVERSION 1,3,6,0
|
||||
FILEVERSION 1,3,7,0
|
||||
PRODUCTVERSION 1,3,7,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@@ -56,10 +56,10 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Kotatogram"
|
||||
VALUE "FileDescription", "Kotatogram Desktop"
|
||||
VALUE "FileVersion", "1.3.6.0"
|
||||
VALUE "FileVersion", "1.3.7.0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||
VALUE "ProductName", "Kotatogram Desktop"
|
||||
VALUE "ProductVersion", "1.3.6.0"
|
||||
VALUE "ProductVersion", "1.3.7.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
@@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,3,6,0
|
||||
PRODUCTVERSION 1,3,6,0
|
||||
FILEVERSION 1,3,7,0
|
||||
PRODUCTVERSION 1,3,7,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@@ -42,10 +42,10 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Kotatogram"
|
||||
VALUE "FileDescription", "Kotatogram Desktop Updater"
|
||||
VALUE "FileVersion", "1.3.6.0"
|
||||
VALUE "FileVersion", "1.3.7.0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||
VALUE "ProductName", "Kotatogram Desktop"
|
||||
VALUE "ProductVersion", "1.3.6.0"
|
||||
VALUE "ProductVersion", "1.3.7.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
@@ -7,5 +7,5 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
constexpr auto AppKotatoVersion = 1003006;
|
||||
constexpr auto AppKotatoVersionStr = "1.3.6";
|
||||
constexpr auto AppKotatoVersion = 1003007;
|
||||
constexpr auto AppKotatoVersionStr = "1.3.7";
|
||||
|
@@ -1,3 +1,17 @@
|
||||
1.3.7 (3.07.2020)
|
||||
- Updated TDesktop sources to 2.1.17.
|
||||
- Option to disable monospace bubbles expansion (user-contributed).
|
||||
- Click-to-copy for ID, phone and username in profile.
|
||||
- Revoke messages by default.
|
||||
- Additional info for chats in folders.
|
||||
- Manage buttons in profile.
|
||||
- Forward to multiple chats.
|
||||
- Allow add up to 10 accounts.
|
||||
- Do not share phone number by default (from TDesktop-x64).
|
||||
- GIFs shared media section (from TDesktop-x64).
|
||||
- Uwrapped "Stickers and GIFs" permission (from TDesktop-x64).
|
||||
- Ukranian translation (by winqooq).
|
||||
|
||||
1.3.6 (22.05.2020)
|
||||
- Updated TDesktop sources to 2.1.6.
|
||||
- Option to disable emoji panel on hover.
|
||||
|
@@ -35,6 +35,25 @@
|
||||
<keyword>im</keyword>
|
||||
</keywords>
|
||||
<releases>
|
||||
<release version="1.3.7" date="2020-07-03">
|
||||
<description>
|
||||
<p>TDesktop sources were updated to 2.1.17.</p>
|
||||
<p>Also in this update:</p>
|
||||
<ul>
|
||||
<li>Option to disable monospace bubbles expansion (user-contributed).</li>
|
||||
<li>Click-to-copy for ID, phone and username in profile.</li>
|
||||
<li>Revoke messages by default.</li>
|
||||
<li>Additional info for chats in folders.</li>
|
||||
<li>Manage buttons in profile.</li>
|
||||
<li>Forward to multiple chats.</li>
|
||||
<li>Allow add up to 10 accounts.</li>
|
||||
<li>Do not share phone number by default (from TDesktop-x64).</li>
|
||||
<li>GIFs shared media section (from TDesktop-x64).</li>
|
||||
<li>Uwrapped "Stickers and GIFs" permission (from TDesktop-x64).</li>
|
||||
<li>Ukranian translation (by winqooq).</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.3.6" date="2020-05-22">
|
||||
<description>
|
||||
<p>TDesktop sources were updated to 2.1.6.</p>
|
||||
|
Reference in New Issue
Block a user