File tree Expand file tree Collapse file tree 6 files changed +30
-15
lines changed
Expand file tree Collapse file tree 6 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 1010 <Identity Name =" TelegramMessengerLLP.TelegramDesktop"
1111 ProcessorArchitecture =" ARCHITECTURE"
1212 Publisher =" CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
13- Version =" 6.7.3 .0" />
13+ Version =" 6.7.4 .0" />
1414 <Properties >
1515 <DisplayName >Telegram Desktop</DisplayName >
1616 <PublisherDisplayName >Telegram Messenger LLP</PublisherDisplayName >
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
4444//
4545
4646VS_VERSION_INFO VERSIONINFO
47- FILEVERSION 6,7,3 ,0
48- PRODUCTVERSION 6,7,3 ,0
47+ FILEVERSION 6,7,4 ,0
48+ PRODUCTVERSION 6,7,4 ,0
4949 FILEFLAGSMASK 0x3fL
5050#ifdef _DEBUG
5151 FILEFLAGS 0x1L
@@ -62,10 +62,10 @@ BEGIN
6262 BEGIN
6363 VALUE "CompanyName", "Telegram FZ-LLC"
6464 VALUE "FileDescription", "Telegram Desktop"
65- VALUE "FileVersion", "6.7.3 .0"
65+ VALUE "FileVersion", "6.7.4 .0"
6666 VALUE "LegalCopyright", "Copyright (C) 2014-2026"
6767 VALUE "ProductName", "Telegram Desktop"
68- VALUE "ProductVersion", "6.7.3 .0"
68+ VALUE "ProductVersion", "6.7.4 .0"
6969 END
7070 END
7171 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3535//
3636
3737VS_VERSION_INFO VERSIONINFO
38- FILEVERSION 6,7,3 ,0
39- PRODUCTVERSION 6,7,3 ,0
38+ FILEVERSION 6,7,4 ,0
39+ PRODUCTVERSION 6,7,4 ,0
4040 FILEFLAGSMASK 0x3fL
4141#ifdef _DEBUG
4242 FILEFLAGS 0x1L
@@ -53,10 +53,10 @@ BEGIN
5353 BEGIN
5454 VALUE "CompanyName", "Telegram FZ-LLC"
5555 VALUE "FileDescription", "Telegram Desktop Updater"
56- VALUE "FileVersion", "6.7.3 .0"
56+ VALUE "FileVersion", "6.7.4 .0"
5757 VALUE "LegalCopyright", "Copyright (C) 2014-2026"
5858 VALUE "ProductName", "Telegram Desktop"
59- VALUE "ProductVersion", "6.7.3 .0"
59+ VALUE "ProductVersion", "6.7.4 .0"
6060 END
6161 END
6262 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
2222constexpr auto AppNameOld = " Telegram Win (Unofficial)" _cs;
2323constexpr auto AppName = " Telegram Desktop" _cs;
2424constexpr auto AppFile = " Telegram" _cs;
25- constexpr auto AppVersion = 6007003 ;
26- constexpr auto AppVersionStr = " 6.7.3 " ;
25+ constexpr auto AppVersion = 6007004 ;
26+ constexpr auto AppVersionStr = " 6.7.4 " ;
2727constexpr auto AppBetaVersion = false ;
2828constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
Original file line number Diff line number Diff line change 1- AppVersion 6007003
1+ AppVersion 6007004
22AppVersionStrMajor 6.7
3- AppVersionStrSmall 6.7.3
4- AppVersionStr 6.7.3
3+ AppVersionStrSmall 6.7.4
4+ AppVersionStr 6.7.4
55BetaChannel 0
66AlphaVersion 0
7- AppVersionOriginal 6.7.3
7+ AppVersionOriginal 6.7.4
Original file line number Diff line number Diff line change 1+ 6.7.4 (07.04.26)
2+
3+ - Add experimental option for "AI Tools" button.
4+ - Jump between markers with Alt+Arrows in video player.
5+ - Cocoon info button in AI Tools box.
6+ - Show warning for unofficial app builds.
7+ - Allow text emojify without selecting a style.
8+ - Accept also base64 (non-url) proxy secrets.
9+ - Use tg:// deeplinks for proxy share links.
10+ - Fix newbot deeplink parsing with trailing slash and unicode names.
11+ - Fix file reference refresh for user, group and channel photos.
12+ - Fix stale macOS tray icon colors after appearance switches.
13+ - Fix tooltip crash in top peers selector with small width.
14+ - Fix preserving markers after video quality switch in media view.
15+
1166.7.3 (04.04.26)
217
318- Fix launch on older macOS versions.
You can’t perform that action at this time.
0 commit comments