Beta version 5.9.1.

- Add global media overview tabs in chats search.
- Add main menu "My Profile" with my stories and gifts access.
- Highlight some of search query on result message open.
- Fix highlighting quotes from bottom parts of long messages.
- Allow forward and reply bars together.
- Make gift price categories scrollable.
- Auto-send deep-link /start in existing bot chats.
This commit is contained in:
John Preston
2024-12-18 18:29:12 +04:00
parent f0b9bc10c2
commit f93f4c72f7
8 changed files with 29 additions and 19 deletions
+4 -4
View File
@@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,9,0,0
PRODUCTVERSION 5,9,0,0
FILEVERSION 5,9,1,0
PRODUCTVERSION 5,9,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -62,10 +62,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram FZ-LLC"
VALUE "FileDescription", "Telegram Desktop"
VALUE "FileVersion", "5.9.0.0"
VALUE "FileVersion", "5.9.1.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "5.9.0.0"
VALUE "ProductVersion", "5.9.1.0"
END
END
BLOCK "VarFileInfo"