summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles
diff options
context:
space:
mode:
Diffstat (limited to 'Telegram/SourceFiles')
-rw-r--r--Telegram/SourceFiles/core/changelogs.cpp10
-rw-r--r--Telegram/SourceFiles/core/version.h4
2 files changed, 12 insertions, 2 deletions
diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp
index 87ca301829..a868cacfb2 100644
--- a/Telegram/SourceFiles/core/changelogs.cpp
+++ b/Telegram/SourceFiles/core/changelogs.cpp
@@ -82,6 +82,16 @@ std::map<int, const char*> BetaLogs() {
"- Fix crash when accepting incoming calls.\n"
"- Remove sound when cancelling an unconfirmed call.\n"
+ },
+ {
+ 4006008,
+ "- Improve quality of voice messages with changed playback speed.\n"
+
+ "- Show when your message was read in small groups.\n"
+
+ "- Fix pasting images from Firefox on Windows.\n"
+
+ "- Improve memory usage for custom emoji.\n"
}
};
};
diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h
index 2032468af9..28fdf84e1a 100644
--- a/Telegram/SourceFiles/core/version.h
+++ b/Telegram/SourceFiles/core/version.h
@@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
constexpr auto AppName = "Telegram Desktop"_cs;
constexpr auto AppFile = "Telegram"_cs;
-constexpr auto AppVersion = 4006007;
-constexpr auto AppVersionStr = "4.6.7";
+constexpr auto AppVersion = 4006008;
+constexpr auto AppVersionStr = "4.6.8";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;