Version 6.3.1.

- Reorder saved music in My Profile.
- Fix new cover overlapping information in My Profile.
- Fix opening stories from My Profile.
- Fix media viewer breaking after viewing Live Stories.
- Fix several possible crashes.
This commit is contained in:
John Preston
2025-11-17 20:45:32 +04:00
parent ef5ec47797
commit 688e7316eb
6 changed files with 23 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 = 6003000;
constexpr auto AppVersionStr = "6.3";
constexpr auto AppVersion = 6003001;
constexpr auto AppVersionStr = "6.3.1";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;