From 77586a12970bdda911ec999bd8c4c8308480931c Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 16 Jul 2021 09:27:26 +0300 Subject: [PATCH 1/7] Fix font styles on Linux. --- Telegram/lib_ui | 2 +- changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Telegram/lib_ui b/Telegram/lib_ui index ed6c2cb54..d922c3085 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit ed6c2cb5414b74013d98a365211f68401d27a286 +Subproject commit d922c3085a826c3cbf0620d3fc57008219a64419 diff --git a/changelog.txt b/changelog.txt index edf4832cb..454319a1b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +2.8.9 (16.07.21) + +- Fix bold font on Linux. + 2.8.8 (15.07.21) - Added an image editor. Crop photos or highlight parts of screenshots before sending. From 96c3dc41613562a4f78fb263ca22a215bc179530 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 16 Jul 2021 09:39:52 +0300 Subject: [PATCH 2/7] Fix Windows version without SetDefaultDllDirectories. --- Telegram/lib_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/lib_base b/Telegram/lib_base index 935aced92..f9ca7dc7f 160000 --- a/Telegram/lib_base +++ b/Telegram/lib_base @@ -1 +1 @@ -Subproject commit 935aced92edad02b050f70b905fc7fab3d980806 +Subproject commit f9ca7dc7f357ecafb9ae9b5ffd467f364b6b124e From aee991f59824d3c7da025271e214d2a9e36dc851 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 16 Jul 2021 09:41:52 +0300 Subject: [PATCH 3/7] Version 2.8.9. - Fix version on Windows without SetDefaultDllDirectories. - Fix fonts on Linux. --- Telegram/Resources/uwp/AppX/AppxManifest.xml | 2 +- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 4 ++-- Telegram/build/version | 8 ++++---- changelog.txt | 3 ++- 6 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Telegram/Resources/uwp/AppX/AppxManifest.xml b/Telegram/Resources/uwp/AppX/AppxManifest.xml index 4de8519bf..24bf59a0f 100644 --- a/Telegram/Resources/uwp/AppX/AppxManifest.xml +++ b/Telegram/Resources/uwp/AppX/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="2.8.9.0" /> Telegram Desktop Telegram Messenger LLP diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index ccf599974..b91f06e7a 100644 --- a/Telegram/Resources/winrc/Telegram.rc +++ b/Telegram/Resources/winrc/Telegram.rc @@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,8,8,0 - PRODUCTVERSION 2,8,8,0 + FILEVERSION 2,8,9,0 + PRODUCTVERSION 2,8,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -62,10 +62,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram FZ-LLC" VALUE "FileDescription", "Telegram Desktop" - VALUE "FileVersion", "2.8.8.0" + VALUE "FileVersion", "2.8.9.0" VALUE "LegalCopyright", "Copyright (C) 2014-2021" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "2.8.8.0" + VALUE "ProductVersion", "2.8.9.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index 8de758d70..d6ec83aa5 100644 --- a/Telegram/Resources/winrc/Updater.rc +++ b/Telegram/Resources/winrc/Updater.rc @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,8,8,0 - PRODUCTVERSION 2,8,8,0 + FILEVERSION 2,8,9,0 + PRODUCTVERSION 2,8,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -53,10 +53,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram FZ-LLC" VALUE "FileDescription", "Telegram Desktop Updater" - VALUE "FileVersion", "2.8.8.0" + VALUE "FileVersion", "2.8.9.0" VALUE "LegalCopyright", "Copyright (C) 2014-2021" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "2.8.8.0" + VALUE "ProductVersion", "2.8.9.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 5edbf52d2..987db52fe 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -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 = 2008008; -constexpr auto AppVersionStr = "2.8.8"; +constexpr auto AppVersion = 2008009; +constexpr auto AppVersionStr = "2.8.9"; constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; diff --git a/Telegram/build/version b/Telegram/build/version index f25566729..abf7e0e2d 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -1,7 +1,7 @@ -AppVersion 2008008 +AppVersion 2008009 AppVersionStrMajor 2.8 -AppVersionStrSmall 2.8.8 -AppVersionStr 2.8.8 +AppVersionStrSmall 2.8.9 +AppVersionStr 2.8.9 BetaChannel 0 AlphaVersion 0 -AppVersionOriginal 2.8.8 +AppVersionOriginal 2.8.9 diff --git a/changelog.txt b/changelog.txt index 454319a1b..f00562e07 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ 2.8.9 (16.07.21) -- Fix bold font on Linux. +- Fix version on Windows without SetDefaultDllDirectories. +- Fix fonts on Linux. 2.8.8 (15.07.21) From 42eb74d07a44c00bc84ddff1fc343a5978cd68be Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 16 Jul 2021 10:10:34 +0300 Subject: [PATCH 4/7] Version 2.8.9: Fix GIF caption edit. --- .../attach_item_single_media_preview.cpp | 19 ++++++++++++++++++- changelog.txt | 1 + 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/ui/chat/attach/attach_item_single_media_preview.cpp b/Telegram/SourceFiles/ui/chat/attach/attach_item_single_media_preview.cpp index cb90d2b04..02751972a 100644 --- a/Telegram/SourceFiles/ui/chat/attach/attach_item_single_media_preview.cpp +++ b/Telegram/SourceFiles/ui/chat/attach/attach_item_single_media_preview.cpp @@ -21,6 +21,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "media/streaming/media_streaming_instance.h" #include "media/streaming/media_streaming_loader_local.h" #include "media/streaming/media_streaming_player.h" +#include "styles/style_boxes.h" namespace Ui { namespace { @@ -87,7 +88,23 @@ ItemSingleMediaPreview::ItemSingleMediaPreview( session->downloaderTaskFinished() ) | rpl::start_with_next([=] { const auto computed = computeThumbInfo(); - if (computed.loaded) { + if (!computed.image) { + if (_documentMedia && !_documentMedia->owner()->hasThumbnail()) { + const auto size = _documentMedia->owner()->dimensions.scaled( + st::sendMediaPreviewSize, + st::confirmMaxHeight, + Qt::KeepAspectRatio); + if (!size.isEmpty()) { + auto empty = QImage( + size, + QImage::Format_ARGB32_Premultiplied); + empty.fill(Qt::black); + preparePreview(empty); + } + _lifetimeDownload.destroy(); + } + return; + } else if (computed.loaded) { _lifetimeDownload.destroy(); } preparePreview(computed.image->original()); diff --git a/changelog.txt b/changelog.txt index f00562e07..4d6fe3fe8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ 2.8.9 (16.07.21) +- Fix GIF caption edit. - Fix version on Windows without SetDefaultDllDirectories. - Fix fonts on Linux. From e27399baa60322915aa1cc2af0aa39eb71a0bae6 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 16 Jul 2021 19:38:54 +0300 Subject: [PATCH 5/7] Pinpoint patches revision, including Dockerfile. --- Telegram/build/docker/centos_env/Dockerfile | 6 ++++-- docs/building-msvc-x64.md | 4 ++-- docs/building-msvc.md | 4 ++-- docs/building-xcode.md | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 9d8c91c5c..4865cdc8d 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -29,8 +29,10 @@ ENV LibrariesPath /usr/src/Libraries WORKDIR $LibrariesPath FROM builder AS patches -ADD https://api.github.com/repos/desktop-app/patches/git/refs/heads/master patches-version.json -RUN git clone --depth=1 $GIT/desktop-app/patches.git +RUN git clone $GIT/desktop-app/patches.git + +WORKDIR patches +RUN git checkout 87a2e9ee07 FROM builder AS extra-cmake-modules diff --git a/docs/building-msvc-x64.md b/docs/building-msvc-x64.md index 026b7a430..e6d65c63d 100644 --- a/docs/building-msvc-x64.md +++ b/docs/building-msvc-x64.md @@ -34,7 +34,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** cd ThirdParty git clone https://github.com/desktop-app/patches.git cd patches - git checkout 4409bae + git checkout 87a2e9ee07 cd ../ git clone https://chromium.googlesource.com/external/gyp cd gyp @@ -65,7 +65,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** git clone https://github.com/desktop-app/patches.git cd patches - git checkout 4409bae + git checkout 87a2e9ee07 cd .. git clone https://github.com/desktop-app/lzma.git diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 0f0843383..706d6bc49 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -34,7 +34,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** cd ThirdParty git clone https://github.com/desktop-app/patches.git cd patches - git checkout 4409bae + git checkout 87a2e9ee07 cd ../ git clone https://chromium.googlesource.com/external/gyp cd gyp @@ -65,7 +65,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** git clone https://github.com/desktop-app/patches.git cd patches - git checkout 4409bae + git checkout 87a2e9ee07 cd .. git clone https://github.com/desktop-app/lzma.git diff --git a/docs/building-xcode.md b/docs/building-xcode.md index a2a802f72..8e6680ac8 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -29,7 +29,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout 51a9fc5 + git checkout 87a2e9ee07 cd ../ git clone https://chromium.googlesource.com/external/gyp git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git @@ -58,7 +58,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout 51a9fc5 + git checkout 87a2e9ee07 cd .. git clone https://git.tukaani.org/xz.git From de0897343b4169a5693974fe5b8ab00b2efc30f5 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 16 Jul 2021 20:15:44 +0300 Subject: [PATCH 6/7] Version 2.8.10: Fix media loading. --- Telegram/Resources/uwp/AppX/AppxManifest.xml | 2 +- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 4 ++-- Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp | 6 +++--- Telegram/build/version | 8 ++++---- changelog.txt | 4 ++++ 7 files changed, 22 insertions(+), 18 deletions(-) diff --git a/Telegram/Resources/uwp/AppX/AppxManifest.xml b/Telegram/Resources/uwp/AppX/AppxManifest.xml index 24bf59a0f..efc9b9867 100644 --- a/Telegram/Resources/uwp/AppX/AppxManifest.xml +++ b/Telegram/Resources/uwp/AppX/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="2.8.10.0" /> Telegram Desktop Telegram Messenger LLP diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index b91f06e7a..9aaa19846 100644 --- a/Telegram/Resources/winrc/Telegram.rc +++ b/Telegram/Resources/winrc/Telegram.rc @@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,8,9,0 - PRODUCTVERSION 2,8,9,0 + FILEVERSION 2,8,10,0 + PRODUCTVERSION 2,8,10,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -62,10 +62,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram FZ-LLC" VALUE "FileDescription", "Telegram Desktop" - VALUE "FileVersion", "2.8.9.0" + VALUE "FileVersion", "2.8.10.0" VALUE "LegalCopyright", "Copyright (C) 2014-2021" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "2.8.9.0" + VALUE "ProductVersion", "2.8.10.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index d6ec83aa5..6449f489a 100644 --- a/Telegram/Resources/winrc/Updater.rc +++ b/Telegram/Resources/winrc/Updater.rc @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,8,9,0 - PRODUCTVERSION 2,8,9,0 + FILEVERSION 2,8,10,0 + PRODUCTVERSION 2,8,10,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -53,10 +53,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram FZ-LLC" VALUE "FileDescription", "Telegram Desktop Updater" - VALUE "FileVersion", "2.8.9.0" + VALUE "FileVersion", "2.8.10.0" VALUE "LegalCopyright", "Copyright (C) 2014-2021" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "2.8.9.0" + VALUE "ProductVersion", "2.8.10.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 987db52fe..ca16da5a8 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -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 = 2008009; -constexpr auto AppVersionStr = "2.8.9"; +constexpr auto AppVersion = 2008010; +constexpr auto AppVersionStr = "2.8.10"; constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; diff --git a/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp b/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp index d642dffca..7458a7ba3 100644 --- a/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp +++ b/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp @@ -19,6 +19,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL namespace MTP { namespace { +constexpr auto kVersion = 2; + using namespace details; struct BuiltInDc { @@ -437,8 +439,6 @@ QByteArray DcOptions::serialize() const { } } - constexpr auto kVersion = 1; - auto result = QByteArray(); result.reserve(size); { @@ -541,7 +541,7 @@ bool DcOptions::constructFromSerialized(const QByteArray &serialized) { } // Read CDN config - if (!stream.atEnd()) { + if (!stream.atEnd() && version > 1) { auto count = qint32(0); stream >> count; if (stream.status() != QDataStream::Ok) { diff --git a/Telegram/build/version b/Telegram/build/version index abf7e0e2d..7f1d2a158 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -1,7 +1,7 @@ -AppVersion 2008009 +AppVersion 2008010 AppVersionStrMajor 2.8 -AppVersionStrSmall 2.8.9 -AppVersionStr 2.8.9 +AppVersionStrSmall 2.8.10 +AppVersionStr 2.8.10 BetaChannel 0 AlphaVersion 0 -AppVersionOriginal 2.8.9 +AppVersionOriginal 2.8.10 diff --git a/changelog.txt b/changelog.txt index 4d6fe3fe8..d1a002317 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +2.8.10 (16.07.21) + +- Fix media loading. + 2.8.9 (16.07.21) - Fix GIF caption edit. From 77d8c7ce01d09e3f2ef7cd41ea80771b924840c4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 17 Jul 2021 12:46:45 +0300 Subject: [PATCH 7/7] Version 2.8.11. - Check shader compilation / linking before using ANGLE. It fails on default Windows 7 installations. --- Telegram/Resources/uwp/AppX/AppxManifest.xml | 2 +- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 4 ++-- Telegram/build/version | 8 ++++---- Telegram/lib_ui | 2 +- changelog.txt | 4 ++++ 7 files changed, 20 insertions(+), 16 deletions(-) diff --git a/Telegram/Resources/uwp/AppX/AppxManifest.xml b/Telegram/Resources/uwp/AppX/AppxManifest.xml index efc9b9867..0bb3bb4cd 100644 --- a/Telegram/Resources/uwp/AppX/AppxManifest.xml +++ b/Telegram/Resources/uwp/AppX/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="2.8.11.0" /> Telegram Desktop Telegram Messenger LLP diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index 9aaa19846..f186a115f 100644 --- a/Telegram/Resources/winrc/Telegram.rc +++ b/Telegram/Resources/winrc/Telegram.rc @@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,8,10,0 - PRODUCTVERSION 2,8,10,0 + FILEVERSION 2,8,11,0 + PRODUCTVERSION 2,8,11,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -62,10 +62,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram FZ-LLC" VALUE "FileDescription", "Telegram Desktop" - VALUE "FileVersion", "2.8.10.0" + VALUE "FileVersion", "2.8.11.0" VALUE "LegalCopyright", "Copyright (C) 2014-2021" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "2.8.10.0" + VALUE "ProductVersion", "2.8.11.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index 6449f489a..318d96f42 100644 --- a/Telegram/Resources/winrc/Updater.rc +++ b/Telegram/Resources/winrc/Updater.rc @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,8,10,0 - PRODUCTVERSION 2,8,10,0 + FILEVERSION 2,8,11,0 + PRODUCTVERSION 2,8,11,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -53,10 +53,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram FZ-LLC" VALUE "FileDescription", "Telegram Desktop Updater" - VALUE "FileVersion", "2.8.10.0" + VALUE "FileVersion", "2.8.11.0" VALUE "LegalCopyright", "Copyright (C) 2014-2021" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "2.8.10.0" + VALUE "ProductVersion", "2.8.11.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index ca16da5a8..1a8b4a464 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -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 = 2008010; -constexpr auto AppVersionStr = "2.8.10"; +constexpr auto AppVersion = 2008011; +constexpr auto AppVersionStr = "2.8.11"; constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; diff --git a/Telegram/build/version b/Telegram/build/version index 7f1d2a158..59d497c81 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -1,7 +1,7 @@ -AppVersion 2008010 +AppVersion 2008011 AppVersionStrMajor 2.8 -AppVersionStrSmall 2.8.10 -AppVersionStr 2.8.10 +AppVersionStrSmall 2.8.11 +AppVersionStr 2.8.11 BetaChannel 0 AlphaVersion 0 -AppVersionOriginal 2.8.10 +AppVersionOriginal 2.8.11 diff --git a/Telegram/lib_ui b/Telegram/lib_ui index d922c3085..0ad1d2c96 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit d922c3085a826c3cbf0620d3fc57008219a64419 +Subproject commit 0ad1d2c9652e185dc8f5b07f90419babbd2416ab diff --git a/changelog.txt b/changelog.txt index d1a002317..7714231eb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +2.8.11 (17.07.21) + +- Check shader compilation / linking before using ANGLE. + 2.8.10 (16.07.21) - Fix media loading.