Version 6.6.2.

- Fix editing of media files.
- Fix admin rights in legacy groups for tag editing.
- Fix opening emoji packs from custom emoji click.
This commit is contained in:
John Preston
2026-03-03 18:45:48 +04:00
parent 11474102cd
commit ad5b451182
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 = 6006001;
constexpr auto AppVersionStr = "6.6.1";
constexpr auto AppVersion = 6006002;
constexpr auto AppVersionStr = "6.6.2";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;