mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Version 1.3
This commit is contained in:
parent
08aac35107
commit
78b9ce81a0
@ -38,8 +38,8 @@ IDI_ICON6 ICON "..\\art\\icon256old.ico"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,2,2,0
|
||||
PRODUCTVERSION 1,2,2,0
|
||||
FILEVERSION 1,3,0,0
|
||||
PRODUCTVERSION 1,3,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -56,10 +56,10 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Kotatogram"
|
||||
VALUE "FileDescription", "Kotatogram Desktop"
|
||||
VALUE "FileVersion", "1.2.2.0"
|
||||
VALUE "FileVersion", "1.3.0.0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||
VALUE "ProductName", "Kotatogram Desktop"
|
||||
VALUE "ProductVersion", "1.2.2.0"
|
||||
VALUE "ProductVersion", "1.3.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,2,2,0
|
||||
PRODUCTVERSION 1,2,2,0
|
||||
FILEVERSION 1,3,0,0
|
||||
PRODUCTVERSION 1,3,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.2.2.0"
|
||||
VALUE "FileVersion", "1.3.0.0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
|
||||
VALUE "ProductName", "Kotatogram Desktop"
|
||||
VALUE "ProductVersion", "1.2.2.0"
|
||||
VALUE "ProductVersion", "1.3.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
@ -7,5 +7,5 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
constexpr auto AppKotatoVersion = 1002002;
|
||||
constexpr auto AppKotatoVersionStr = "1.2.2";
|
||||
constexpr auto AppKotatoVersion = 1003000;
|
||||
constexpr auto AppKotatoVersionStr = "1.3";
|
||||
|
@ -1,3 +1,13 @@
|
||||
1.3 (25.04.2020)
|
||||
- Updated TDesktop sources to 2.1.
|
||||
- Search messages from user from context menu.
|
||||
- "query" parameter for tg://resolve and t.me links to set search query.
|
||||
- Select and copy text in link open box and bot button click.
|
||||
- Select and copy text of poll explanation, showing it in box.
|
||||
- Added two existed options to menu: tray icon and profile picture rounding.
|
||||
- Suggest to hide pinned message when unpinning.
|
||||
- Show Discuss button even if you haven't subscribed to channel.
|
||||
|
||||
1.2.2 (2.04.2020)
|
||||
- Updated TDesktop sources to 2.0.1.
|
||||
- Option to hide All chats folder.
|
||||
|
@ -35,6 +35,21 @@
|
||||
<keyword>im</keyword>
|
||||
</keywords>
|
||||
<releases>
|
||||
<release version="1.3" date="2020-04-25">
|
||||
<description>
|
||||
<p>TDesktop sources were updated to 2.1.</p>
|
||||
<p>Also in this update:</p>
|
||||
<ul>
|
||||
<li>Search messages from user from context menu.</li>
|
||||
<li>"query" parameter for tg://resolve and t.me links to set search query.</li>
|
||||
<li>Select and copy text in link open box and bot button click.</li>
|
||||
<li>Select and copy text of poll explanation, showing it in box.</li>
|
||||
<li>Added two existed options to menu: tray icon and profile picture rounding.</li>
|
||||
<li>Suggest to hide pinned message when unpinning.</li>
|
||||
<li>Show Discuss button even if you haven't subscribed to channel.</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.2.2" date="2020-04-02">
|
||||
<description>
|
||||
<p>TDesktop sources were updated to 2.0.1.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user