Skip to content

Commit

Permalink
Version 1.4.2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Aug 21, 2021
1 parent 47133f6 commit 43dfd25
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 11 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,4,1,0
PRODUCTVERSION 1,4,1,0
FILEVERSION 1,4,2,0
PRODUCTVERSION 1,4,2,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.4.1.0"
VALUE "FileVersion", "1.4.2.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.4.1.0"
VALUE "ProductVersion", "1.4.2.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,4,1,0
PRODUCTVERSION 1,4,1,0
FILEVERSION 1,4,2,0
PRODUCTVERSION 1,4,2,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.4.1.0"
VALUE "FileVersion", "1.4.2.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.4.1.0"
VALUE "ProductVersion", "1.4.2.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ constexpr auto AppName = "Kotatogram Desktop"_cs;
constexpr auto AppFile = "Kotatogram"_cs;
constexpr auto AppVersion = 2008011;
constexpr auto AppVersionStr = "2.8.11";
constexpr auto AppBetaVersion = false;
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
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 = 1004001;
constexpr auto AppKotatoVersionStr = "1.4.1";
constexpr auto AppKotatoVersion = 1004002;
constexpr auto AppKotatoVersionStr = "1.4.2";
13 changes: 13 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.4.2(21.08.2021)
- Updated TDesktop sources to 2.8.11.
- Manually choose notification mute time.
- Auto-login option for Telegram sites.
- Multi-threaded video decoding option.
- External video player.
- Sending without "via @bot" mark.
- Font size JSON option.
- Backported message self-destruct 1 month option.
- Localized self-destruct messages button to Russian.
- Fixed missing "Copy Share Link" in forward window when a single album is selected.
- Fixed applying of some bundled Kotatogram translations.

1.4.1 (29.04.2021)
- Updated TDesktop sources to 2.7.4.
- Separate Kotatogram's MPRIS and TDesktop's MPRIS.
Expand Down
18 changes: 18 additions & 0 deletions lib/xdg/kotatogramdesktop.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,24 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.4.2" date="2021-08-21">
<description>
<p>TDesktop sources were updated to 2.8.11.</p>
<p>Also in this update:</p>
<ul>
<li>Manually choose notification mute time.</li>
<li>Auto-login option for Telegram sites.</li>
<li>Multi-threaded video decoding option.</li>
<li>External video player.</li>
<li>Sending without "via @bot" mark.</li>
<li>Font size JSON option.</li>
<li>Backported message self-destruct 1 month option.</li>
<li>Localized self-destruct messages button to Russian.</li>
<li>Fixed missing "Copy Share Link" in forward window when a single album is selected.</li>
<li>Fixed applying of some bundled Kotatogram translations.</li>
</ul>
</description>
</release>
<release version="1.4.1" date="2021-04-29">
<description>
<p>TDesktop sources were updated to 2.7.4.</p>
Expand Down

0 comments on commit 43dfd25

Please sign in to comment.