Version 4.12.

- Fix crash in emoji status select.
- Fix crash in language change.
- Suggest shrinking only photos in webpage previews.
- Fix opening video files in webpage previews in-app.
- Fix sending links and markup with customized webpage previews.
- Show "Saved Messages" as a first row when replying in another chat.
- Fix selecting words by double-click with webpage previews.
- Fix delayed webpage preview generation in preview options.
- Add "show-peer-id-below-about" experimental option.
This commit is contained in:
John Preston
2023-10-29 11:36:06 +04:00
parent 478c6c4d36
commit 3b7448ccab
6 changed files with 28 additions and 16 deletions
+4 -4
View File
@@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,11,0,0
PRODUCTVERSION 4,11,0,0
FILEVERSION 4,12,0,0
PRODUCTVERSION 4,12,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -62,10 +62,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram FZ-LLC"
VALUE "FileDescription", "Telegram Desktop"
VALUE "FileVersion", "4.11.0.0"
VALUE "FileVersion", "4.12.0.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2023"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "4.11.0.0"
VALUE "ProductVersion", "4.12.0.0"
END
END
BLOCK "VarFileInfo"