diff --git a/Telegram/Resources/winrc/Kotatogram.rc b/Telegram/Resources/winrc/Kotatogram.rc
index 7815f6f674..d3cc70a70f 100644
--- a/Telegram/Resources/winrc/Kotatogram.rc
+++ b/Telegram/Resources/winrc/Kotatogram.rc
@@ -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
@@ -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"
diff --git a/Telegram/Resources/winrc/KotatogramUpdater.rc b/Telegram/Resources/winrc/KotatogramUpdater.rc
index 67f5e59670..6d3b623771 100644
--- a/Telegram/Resources/winrc/KotatogramUpdater.rc
+++ b/Telegram/Resources/winrc/KotatogramUpdater.rc
@@ -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
@@ -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"
diff --git a/Telegram/SourceFiles/kotato/kotato_version.h b/Telegram/SourceFiles/kotato/kotato_version.h
index 43f8be15c0..2d2d0cb13e 100644
--- a/Telegram/SourceFiles/kotato/kotato_version.h
+++ b/Telegram/SourceFiles/kotato/kotato_version.h
@@ -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
diff --git a/kotatogram_changes.txt b/kotatogram_changes.txt
index b4ce8a5a9f..d4b06375a8 100644
--- a/kotatogram_changes.txt
+++ b/kotatogram_changes.txt
@@ -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.
diff --git a/lib/xdg/kotatogramdesktop.metainfo.xml.in b/lib/xdg/kotatogramdesktop.metainfo.xml.in
index b50278a7df..f19cbc8be8 100644
--- a/lib/xdg/kotatogramdesktop.metainfo.xml.in
+++ b/lib/xdg/kotatogramdesktop.metainfo.xml.in
@@ -35,6 +35,16 @@
im
+
+
+ In this update:
+
+ - Better font settings.
+ - Fixed severe crash in Saved Messages.
+ - Fixed non-clickable part of message author name if there an icon near it.
+
+
+
In this update: