Skip to content

Commit

Permalink
Version 1.3.7 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Jul 3, 2020
1 parent 2b1907b commit eed083d
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Kotatogram.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/KotatogramUpdater.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/kotato/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ For license and copyright information please follow this link:
*/
#pragma once

constexpr auto AppKotatoVersion = 1003006;
constexpr auto AppKotatoVersionStr = "1.3.6";
constexpr auto AppKotatoVersion = 1003007;
constexpr auto AppKotatoVersionStr = "1.3.7";
14 changes: 14 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
19 changes: 19 additions & 0 deletions lib/xdg/kotatogramdesktop.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit eed083d

Please sign in to comment.