Skip to content

Commit

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

constexpr auto AppKotatoVersion = 1004007;
constexpr auto AppKotatoVersionStr = "1.4.7";
constexpr auto AppKotatoVersion = 1004008;
constexpr auto AppKotatoVersionStr = "1.4.8";
constexpr auto AppKotatoBetaVersion = false;

//#define KTGDESKTOP_IS_TEST_VERSION
Expand Down
5 changes: 5 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.4.8 (31.12.2021)
- Better font settings.
- Fixed severe crash in Saved Messages.
- Fixed non-clickable part of message author name if there an icon near it.

1.4.7 (30.12.2021)
- Ability to switch accounts by hotkeys.
- Added icon near the author name in message.
Expand Down
10 changes: 10 additions & 0 deletions lib/xdg/kotatogramdesktop.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
<keyword>im</keyword>
</keywords>
<releases>
<release version="1.4.8" date="2021-12-31">
<description>
<p>In this update:</p>
<ul>
<li>Better font settings.</li>
<li>Fixed severe crash in Saved Messages.</li>
<li>Fixed non-clickable part of message author name if there an icon near it.</li>
</ul>
</description>
</release>
<release version="1.4.7" date="2021-12-30">
<description>
<p>In this update:</p>
Expand Down

0 comments on commit 5b6f711

Please sign in to comment.