Skip to content

Commit

Permalink
Version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed May 6, 2020
1 parent d8bea89 commit 8487cf2
Show file tree
Hide file tree
Showing 5 changed files with 29 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,3,0
PRODUCTVERSION 1,3,3,0
FILEVERSION 1,3,4,0
PRODUCTVERSION 1,3,4,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.3.0"
VALUE "FileVersion", "1.3.4.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.3.3.0"
VALUE "ProductVersion", "1.3.4.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,3,0
PRODUCTVERSION 1,3,3,0
FILEVERSION 1,3,4,0
PRODUCTVERSION 1,3,4,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.3.0"
VALUE "FileVersion", "1.3.4.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2020"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.3.3.0"
VALUE "ProductVersion", "1.3.4.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 = 1003003;
constexpr auto AppKotatoVersionStr = "1.3.3";
constexpr auto AppKotatoVersion = 1003004;
constexpr auto AppKotatoVersionStr = "1.3.4";
7 changes: 7 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.3.4 (6.05.2020)
- Updated TDesktop sources to 2.1.2.
- Optional Bot API chat ID format.
- Message ID in date tooltip.
- Option to scale sticker width along with height.
- Show time of service message.

1.3.3 (3.05.2020)
- Fixed crash from 1.3.2.

Expand Down
12 changes: 12 additions & 0 deletions lib/xdg/kotatogramdesktop.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.3.4" date="2020-05-06">
<description>
<p>TDesktop sources were updated to 2.1.2.</p>
<p>Also in this update:</p>
<ul>
<li>Optional Bot API chat ID format.</li>
<li>Message ID in date tooltip.</li>
<li>Option to scale sticker width along with height.</li>
<li>Show time of service message.</li>
</ul>
</description>
</release>
<release version="1.3.3" date="2020-05-03">
<description>
<p>TDesktop sources were updated to 2.1.1.</p>
Expand Down

0 comments on commit 8487cf2

Please sign in to comment.