Skip to content

Commit

Permalink
v5.7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kukuruzka165 committed Oct 31, 2024
1 parent fd81651 commit e65f211
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 15 deletions.
Binary file modified Telegram/Resources/icons/chat/input_video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/chat/input_video@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/chat/input_video@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/menu/edited_status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/menu/edited_status@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/menu/edited_status@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/player/player_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/player/player_settings@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/player/player_settings@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/voice_lock/input_round_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/voice_lock/input_round_s@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/voice_lock/input_round_s@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6,1,1
PRODUCTVERSION 5,6,1,1
FILEVERSION 5,7,0,1
PRODUCTVERSION 5,7,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -62,10 +62,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "kukuruzka"
VALUE "FileDescription", "materialgram"
VALUE "FileVersion", "5.6.1.1"
VALUE "FileVersion", "5.7.0.1"
VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram"
VALUE "ProductName", "materialgram"
VALUE "ProductVersion", "5.6.1.1"
VALUE "ProductVersion", "5.7.0.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,6,1,1
PRODUCTVERSION 5,6,1,1
FILEVERSION 5,7,0,1
PRODUCTVERSION 5,7,0,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.6.1.1"
VALUE "FileVersion", "5.7.0.1"
VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram"
VALUE "ProductName", "materialgram"
VALUE "ProductVersion", "5.6.1.1"
VALUE "ProductVersion", "5.7.0.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 = 500600101;
constexpr auto AppVersionStr = "5.6.1.1";
constexpr auto AppVersion = 500700001;
constexpr auto AppVersionStr = "5.7.0.1";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
10 changes: 5 additions & 5 deletions Telegram/build/version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AppVersion 500600101
AppVersionStrMajor 5.6
AppVersionStrSmall 5.6.1.1
AppVersionStr 5.6.1.1
AppVersion 500700001
AppVersionStrMajor 5.7
AppVersionStrSmall 5.7.0.1
AppVersionStr 5.7.0.1
BetaChannel 0
AlphaVersion 0
AppVersionOriginal 5.6.1.1
AppVersionOriginal 5.7.0.1
24 changes: 24 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
5.7.0.1 (01.11.24)

- Translate outgoing messages to the chat language (experimental)
- Official changelog:
- Sending video messages.
- New video quality selection in channels.
- Adding media to sent text messages via Edit.
- Ads in bots with revenue sharing with bot developers.
- Chat-specific hashtags.
- Add ability to change page scale in Instant View pages.
- Fix unnecessary timestamp jump to a new line.
- Fix secondary button positioning in miniapps.
- Fix a crash in QR code copy for a chat without a photo.
- Fix a crash in share options menu showing.
- Fix a crash on monitor disconnect.
- Message selection marks.
- Better copy username / public link / ID menu in profiles.
- Keyboard navigation (Up/Down/PageUp/PageDown) in chat preview.
- Improved QR options for profile links.
- Fix calls color problems on Windows.
- Fix scroll problems on Linux.

5.6.1.1 (07.10.24)

- Official changelog:
- Fix media viewer sometimes blocking the app after launch.
- Gifts for Telegram Stars.
- Mention / hashtag autocomplete in media caption field.
Expand All @@ -25,6 +48,7 @@

5.5.4.1 (13.09.24)

- Official changelog:
- Fix channel updates stopping after difference request failing.
- Add QR code generation for your username in Settings.
- Add mention link QR code sharing.
Expand Down

0 comments on commit e65f211

Please # to comment.