Version 5.16.4.

- Fix problem with negative unread counters.
- Fix stars values display in statistics.
- Fix crash in messages fee disabling.
This commit is contained in:
John Preston
2025-07-11 19:34:06 +04:00
parent e6a6763228
commit 0514f13af0
6 changed files with 21 additions and 15 deletions
+2 -2
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 = 5016003;
constexpr auto AppVersionStr = "5.16.3";
constexpr auto AppVersion = 5016004;
constexpr auto AppVersionStr = "5.16.4";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;