diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index 1abb9d7d4d5610..a7b8f67912e80f 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,0,2,1 - PRODUCTVERSION 5,0,2,1 + FILEVERSION 5,1,1,1 + PRODUCTVERSION 5,1,1,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -62,10 +62,10 @@ BEGIN BEGIN VALUE "CompanyName", "kukuruzka" VALUE "FileDescription", "materialgram" - VALUE "FileVersion", "5.0.2.1" + VALUE "FileVersion", "5.1.1.1" VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram" VALUE "ProductName", "materialgram" - VALUE "ProductVersion", "5.0.2.1" + VALUE "ProductVersion", "5.1.1.1" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index c590587a50b621..b36aaff84f2bf5 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,0,2,1 - PRODUCTVERSION 5,0,2,1 + FILEVERSION 5,1,1,1 + PRODUCTVERSION 5,1,1,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -53,10 +53,10 @@ BEGIN BEGIN VALUE "CompanyName", "kukuruzka" VALUE "FileDescription", "materialgram Updater" - VALUE "FileVersion", "5.0.2.1" + VALUE "FileVersion", "5.1.1.1" VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram" VALUE "ProductName", "materialgram" - VALUE "ProductVersion", "5.0.2.1" + VALUE "ProductVersion", "5.1.1.1" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 3a251924376aa2..117b69120ca7e8 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 = 500000201; -constexpr auto AppVersionStr = "5.0.2.1"; +constexpr auto AppVersion = 500100101; +constexpr auto AppVersionStr = "5.1.1.1"; constexpr auto AppBetaVersion = false; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; diff --git a/Telegram/build/version b/Telegram/build/version index a8f35322ce51ff..7164d2a8f7846c 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -1,7 +1,7 @@ -AppVersion 500000201 -AppVersionStrMajor 5.0 -AppVersionStrSmall 5.0.2.1 -AppVersionStr 5.0.2.1 +AppVersion 500100101 +AppVersionStrMajor 5.1 +AppVersionStrSmall 5.1.1.1 +AppVersionStr 5.1.1.1 BetaChannel 0 AlphaVersion 0 -AppVersionOriginal 5.0.2.1 +AppVersionOriginal 5.1.1.1 diff --git a/changelog.txt b/changelog.txt index 1b0f354bd82eb8..214ce77b36438d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,24 @@ +5.1.1.1 (02.06.24) + +- Fixed bold font on some systems +- Updated icons +- Official changelog: +- Send messages with effects. +- Move photo or video captions above the media. +- Long press on chat userpic to show quick preview. +- Fully close search in chat by "Cancel" click. +- Allow editing caption placement and spoiler in topics. +- Disable effects on forwarded messages and inline results. +- Jump to chat from preview only by Double-Click. +- Show author userpics in forwarded messages. +- Fix reply to last message by Ctrl+Up in topics. +- Ctrl+Click on Reply in menu to Reply in another chat. +- Allow Zero-Width-Space character in text rendering. +- Fix creating custom links in the message field. +- Fix jump to the topic with last unread message. +- Fix newline entering via Shift+Enter on Linux. +- Fix forum search open by Ctrl+F. + 5.0.2.1 (24.05.24) - Report webview platform as android (for bots that only work from mobile)