Skip to content

Commit 6e90f68

Browse files
committed
Version 6.7.8.
- Proxy auto-rotation option. - Allow seeking in video messages. - Styled text items with emoji support in image editor. - Wheel zoom and middle-button panning in image editor. - Manage owned custom emoji packs and delete owned sticker sets. - Add-to-Sticker-Set and Add-to-Emoji-Set submenus for foreign packs. - Reply header with preview in send files box. - Bring back original video quality option. - Screen reader support for language list and country select box. - Fix crash in proxy sharing before auth. - Fix stories in albums with reorder enabled. - Fix layout for RTL messages.
1 parent d3aec6b commit 6e90f68

6 files changed

Lines changed: 33 additions & 17 deletions

File tree

Telegram/Resources/uwp/AppX/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity Name="TelegramMessengerLLP.TelegramDesktop"
1111
ProcessorArchitecture="ARCHITECTURE"
1212
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
13-
Version="6.7.7.0" />
13+
Version="6.7.8.0" />
1414
<Properties>
1515
<DisplayName>Telegram Desktop</DisplayName>
1616
<PublisherDisplayName>Telegram Messenger LLP</PublisherDisplayName>

Telegram/Resources/winrc/Telegram.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
4444
//
4545

4646
VS_VERSION_INFO VERSIONINFO
47-
FILEVERSION 6,7,7,0
48-
PRODUCTVERSION 6,7,7,0
47+
FILEVERSION 6,7,8,0
48+
PRODUCTVERSION 6,7,8,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.7.0"
65+
VALUE "FileVersion", "6.7.8.0"
6666
VALUE "LegalCopyright", "Copyright (C) 2014-2026"
6767
VALUE "ProductName", "Telegram Desktop"
68-
VALUE "ProductVersion", "6.7.7.0"
68+
VALUE "ProductVersion", "6.7.8.0"
6969
END
7070
END
7171
BLOCK "VarFileInfo"

Telegram/Resources/winrc/Updater.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3535
//
3636

3737
VS_VERSION_INFO VERSIONINFO
38-
FILEVERSION 6,7,7,0
39-
PRODUCTVERSION 6,7,7,0
38+
FILEVERSION 6,7,8,0
39+
PRODUCTVERSION 6,7,8,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.7.0"
56+
VALUE "FileVersion", "6.7.8.0"
5757
VALUE "LegalCopyright", "Copyright (C) 2014-2026"
5858
VALUE "ProductName", "Telegram Desktop"
59-
VALUE "ProductVersion", "6.7.7.0"
59+
VALUE "ProductVersion", "6.7.8.0"
6060
END
6161
END
6262
BLOCK "VarFileInfo"

Telegram/SourceFiles/core/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
2222
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
2323
constexpr auto AppName = "Telegram Desktop"_cs;
2424
constexpr auto AppFile = "Telegram"_cs;
25-
constexpr auto AppVersion = 6007007;
26-
constexpr auto AppVersionStr = "6.7.7";
27-
constexpr auto AppBetaVersion = true;
25+
constexpr auto AppVersion = 6007008;
26+
constexpr auto AppVersionStr = "6.7.8";
27+
constexpr auto AppBetaVersion = false;
2828
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;

Telegram/build/version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
AppVersion 6007007
1+
AppVersion 6007008
22
AppVersionStrMajor 6.7
3-
AppVersionStrSmall 6.7.7
4-
AppVersionStr 6.7.7
5-
BetaChannel 1
3+
AppVersionStrSmall 6.7.8
4+
AppVersionStr 6.7.8
5+
BetaChannel 0
66
AlphaVersion 0
7-
AppVersionOriginal 6.7.7.beta
7+
AppVersionOriginal 6.7.8

changelog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
6.7.8 (24.04.26)
2+
3+
- Proxy auto-rotation option.
4+
- Allow seeking in video messages.
5+
- Styled text items with emoji support in image editor.
6+
- Wheel zoom and middle-button panning in image editor.
7+
- Manage owned custom emoji packs and delete owned sticker sets.
8+
- Add-to-Sticker-Set and Add-to-Emoji-Set submenus for foreign packs.
9+
- Reply header with preview in send files box.
10+
- Bring back original video quality option.
11+
- Screen reader support for language list and country select box.
12+
- Fix screen reader false-positive reporting on X11.
13+
- Fix stories in albums with reorder enabled.
14+
- Fix crash in proxy sharing before auth.
15+
- Fix layout for RTL messages.
16+
117
6.7.7 beta (20.04.26)
218

319
- Proxy auto-rotation option.

0 commit comments

Comments
 (0)