From 98c46abe6eb4c033b63a39fab4c932b94c38133b Mon Sep 17 00:00:00 2001 From: kukuruzka <60149954+kukuruzka165@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:43:50 +0300 Subject: [PATCH] v5.5.4.1 --- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 4 ++-- Telegram/build/version | 10 +++++----- changelog.txt | 15 +++++++++++++++ 5 files changed, 30 insertions(+), 15 deletions(-) diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index bd8c23384ad104..9a248bd785a2fb 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 5,4,1,1 - PRODUCTVERSION 5,4,1,1 + FILEVERSION 5,5,4,1 + PRODUCTVERSION 5,5,4,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -62,10 +62,10 @@ BEGIN BEGIN VALUE "CompanyName", "kukuruzka" VALUE "FileDescription", "materialgram" - VALUE "FileVersion", "5.4.1.1" + VALUE "FileVersion", "5.5.4.1" VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram" VALUE "ProductName", "materialgram" - VALUE "ProductVersion", "5.4.1.1" + VALUE "ProductVersion", "5.5.4.1" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index ff1073a7af3016..50f0ba04f69812 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 5,4,1,1 - PRODUCTVERSION 5,4,1,1 + FILEVERSION 5,5,4,1 + PRODUCTVERSION 5,5,4,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -53,10 +53,10 @@ BEGIN BEGIN VALUE "CompanyName", "kukuruzka" VALUE "FileDescription", "materialgram Updater" - VALUE "FileVersion", "5.4.1.1" + VALUE "FileVersion", "5.5.4.1" VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram" VALUE "ProductName", "materialgram" - VALUE "ProductVersion", "5.4.1.1" + VALUE "ProductVersion", "5.5.4.1" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 7357942a9cbe07..362d7d4bf5db40 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -22,7 +22,7 @@ constexpr auto AppId = "{6354A46F-7CE5-4CF7-A9FA-9A3542AD9A6B}"_cs; constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs; constexpr auto AppName = "materialgram"_cs; constexpr auto AppFile = "materialgram"_cs; -constexpr auto AppVersion = 500400101; -constexpr auto AppVersionStr = "5.4.1.1"; +constexpr auto AppVersion = 500500401; +constexpr auto AppVersionStr = "5.5.4.1"; constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; diff --git a/Telegram/build/version b/Telegram/build/version index b7426f6feb0bae..474ea19e9a1abd 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -1,7 +1,7 @@ -AppVersion 500400101 -AppVersionStrMajor 5.4 -AppVersionStrSmall 5.4.1.1 -AppVersionStr 5.4.1.1 +AppVersion 500500401 +AppVersionStrMajor 5.5 +AppVersionStrSmall 5.5.4.1 +AppVersionStr 5.5.4.1 BetaChannel 0 AlphaVersion 0 -AppVersionOriginal 5.4.1.1 +AppVersionOriginal 5.5.4.1 diff --git a/changelog.txt b/changelog.txt index 579dd12f7595d9..d779932df93d99 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,18 @@ +5.5.4.1 (13.09.24) + +- Fix channel updates stopping after difference request failing. +- Add QR code generation for your username in Settings. +- Add mention link QR code sharing. +- Fix sending files from network drives. (Windows) +- Support two bottom buttons in web apps. +- Fix text layout outside of the message bubble glitch. +- Don't stop video when dragging media viewer in window mode. +- Fix crash in peer short info box. +- Star Giveaways. +- Swipe-to-Reply. +- Audio device selection in one-on-one calls. +- Text selection in collapsed / expanded quotes. + 5.4.1.1 (17.08.24) - Official changelog: