2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Version 5.15.4.

- Fix updating messages in Saved Messages subchats.
- Fix possible issues with mouse cursor on Linux.
This commit is contained in:
John Preston
2025-06-12 22:02:21 +04:00
parent 63e1d6dab6
commit 2e4a437d32
6 changed files with 20 additions and 15 deletions

View File

@@ -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 = 5015003;
constexpr auto AppVersionStr = "5.15.3";
constexpr auto AppVersion = 5015004;
constexpr auto AppVersionStr = "5.15.4";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;