Skip to content

Commit

Permalink
v5.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kukuruzka165 committed May 25, 2024
1 parent 960093f commit 7e049be
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Telegram.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,0,0,1
PRODUCTVERSION 5,0,0,1
FILEVERSION 5,0,2,1
PRODUCTVERSION 5,0,2,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -62,10 +62,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "kukuruzka"
VALUE "FileDescription", "materialgram"
VALUE "FileVersion", "5.0.0.1"
VALUE "FileVersion", "5.0.2.1"
VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram"
VALUE "ProductName", "materialgram"
VALUE "ProductVersion", "5.0.0.1"
VALUE "ProductVersion", "5.0.2.1"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Updater.rc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,0,0,1
PRODUCTVERSION 5,0,0,1
FILEVERSION 5,0,2,1
PRODUCTVERSION 5,0,2,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -53,10 +53,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "kukuruzka"
VALUE "FileDescription", "materialgram Updater"
VALUE "FileVersion", "5.0.0.1"
VALUE "FileVersion", "5.0.2.1"
VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram"
VALUE "ProductName", "materialgram"
VALUE "ProductVersion", "5.0.0.1"
VALUE "ProductVersion", "5.0.2.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 500000001;
constexpr auto AppVersionStr = "5.0.0.1";
constexpr auto AppVersion = 500000201;
constexpr auto AppVersionStr = "5.0.2.1";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
8 changes: 4 additions & 4 deletions Telegram/build/version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AppVersion 500000001
AppVersion 500000201
AppVersionStrMajor 5.0
AppVersionStrSmall 5.0.0.1
AppVersionStr 5.0.0.1
AppVersionStrSmall 5.0.2.1
AppVersionStr 5.0.2.1
BetaChannel 0
AlphaVersion 0
AppVersionOriginal 5.0.0.1
AppVersionOriginal 5.0.2.1
2 changes: 1 addition & 1 deletion Telegram/lib_ui
18 changes: 18 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
5.0.2.1 (24.05.24)

- Report webview platform as android (for bots that only work from mobile)
- Official changelog:
- Toggle chats search focus by Tab key.
- Unfocus empty search by Backspace key.
- Add a spoiler to already sent media when editing.
- Forward by drag-n-drop to frequent contacts / recent searches.
- Allow wide chats list in empty window with narrow list when a chat is opened.
- Improve custom font support in the input fields.
- Fix input method typing from unfocused search.
- Fix possible media reordering on batch send.
- Fix crash in group emoji set saving.
- Fix possible hang on quit on macOS.
- Fix several crashes in new interfaces.
- Fix monospace font size.
- Fix possible problem with underline font size.

5.0.0.1 (02.05.24)

- Updated icons
Expand Down

0 comments on commit 7e049be

Please sign in to comment.