Skip to content

Commit

Permalink
Version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Dec 4, 2021
1 parent 4481909 commit 70cec7d
Show file tree
Hide file tree
Showing 5 changed files with 32 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,4,0
PRODUCTVERSION 1,4,4,0
FILEVERSION 1,4,5,0
PRODUCTVERSION 1,4,5,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.4.0"
VALUE "FileVersion", "1.4.5.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.4.4.0"
VALUE "ProductVersion", "1.4.5.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,4,0
PRODUCTVERSION 1,4,4,0
FILEVERSION 1,4,5,0
PRODUCTVERSION 1,4,5,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.4.0"
VALUE "FileVersion", "1.4.5.0"
VALUE "LegalCopyright", "Copyright (C) 2019-2021"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.4.4.0"
VALUE "ProductVersion", "1.4.5.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions Telegram/SourceFiles/kotato/kotato_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ For license and copyright information please follow this link:
*/
#pragma once

constexpr auto AppKotatoVersion = 1004004;
constexpr auto AppKotatoVersionStr = "1.4.4";
constexpr auto AppKotatoBetaVersion = true;
constexpr auto AppKotatoVersion = 1004005;
constexpr auto AppKotatoVersionStr = "1.4.5";
constexpr auto AppKotatoBetaVersion = false;

//#define KTGDESKTOP_IS_TEST_VERSION
constexpr auto AppKotatoTestBranch = "dev";
Expand Down
8 changes: 8 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.4.5 (04.12.2021)
- Updated TDesktop sources to 3.1.1.
- Fixed caption sending modes in unquoted forward.
- Fixed "Qt scaling" option.
- Removed duplicate of GIF button in shared media.
- Fixed animated emoji size.
- Fix custom font size scale.

1.4.4 (22.09.2021)
- Updated TDesktop sources to 3.1.
- Added option to remember forward mode.
Expand Down
13 changes: 13 additions & 0 deletions lib/xdg/kotatogramdesktop.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.4.5" date="2021-12-04">
<description>
<p>TDesktop sources were updated to 3.1.1.</p>
<p>Also in this update:</p>
<ul>
<li>Fixed caption sending modes in unquoted forward.</li>
<li>Fixed "Qt scaling" option.</li>
<li>Removed duplicate of GIF button in shared media.</li>
<li>Fixed animated emoji size.</li>
<li>Fix custom font size scale.</li>
</ul>
</description>
</release>
<release version="1.4.4" date="2021-09-22">
<description>
<p>TDesktop sources were updated to 3.1.</p>
Expand Down

0 comments on commit 70cec7d

Please sign in to comment.