Skip to content

Commit a2ca8f9

Browse files
committed
Updated to 5.13.1.
2 parents e7a3db4 + 5f73e8b commit a2ca8f9

File tree

7 files changed

+20
-16
lines changed

7 files changed

+20
-16
lines changed

Telegram/Resources/uwp/AppX/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity Name="TelegramMessengerLLP.TelegramDesktop"
1111
ProcessorArchitecture="ARCHITECTURE"
1212
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
13-
Version="5.13.0.0" />
13+
Version="5.13.1.0" />
1414
<Properties>
1515
<DisplayName>Telegram Desktop</DisplayName>
1616
<PublisherDisplayName>Telegram Messenger LLP</PublisherDisplayName>

Telegram/Resources/winrc/Telegram.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
4444
//
4545

4646
VS_VERSION_INFO VERSIONINFO
47-
FILEVERSION 5,13,0,0
48-
PRODUCTVERSION 5,13,0,0
47+
FILEVERSION 5,13,1,0
48+
PRODUCTVERSION 5,13,1,0
4949
FILEFLAGSMASK 0x3fL
5050
#ifdef _DEBUG
5151
FILEFLAGS 0x1L
@@ -62,10 +62,10 @@ BEGIN
6262
BEGIN
6363
VALUE "CompanyName", ""
6464
VALUE "FileDescription", "Telegram Desktop"
65-
VALUE "FileVersion", "5.13.0.0"
65+
VALUE "FileVersion", "5.13.1.0"
6666
VALUE "LegalCopyright", "Copyright (C) 2014-2025"
6767
VALUE "ProductName", "Telegram Desktop"
68-
VALUE "ProductVersion", "5.13.0.0"
68+
VALUE "ProductVersion", "5.13.1.0"
6969
END
7070
END
7171
BLOCK "VarFileInfo"

Telegram/Resources/winrc/Updater.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3535
//
3636

3737
VS_VERSION_INFO VERSIONINFO
38-
FILEVERSION 5,13,0,0
39-
PRODUCTVERSION 5,13,0,0
38+
FILEVERSION 5,13,1,0
39+
PRODUCTVERSION 5,13,1,0
4040
FILEFLAGSMASK 0x3fL
4141
#ifdef _DEBUG
4242
FILEFLAGS 0x1L
@@ -53,10 +53,10 @@ BEGIN
5353
BEGIN
5454
VALUE "CompanyName", ""
5555
VALUE "FileDescription", "Telegram Desktop Updater"
56-
VALUE "FileVersion", "5.13.0.0"
56+
VALUE "FileVersion", "5.13.1.0"
5757
VALUE "LegalCopyright", "Copyright (C) 2014-2025"
5858
VALUE "ProductName", "Telegram Desktop"
59-
VALUE "ProductVersion", "5.13.0.0"
59+
VALUE "ProductVersion", "5.13.1.0"
6060
END
6161
END
6262
BLOCK "VarFileInfo"

Telegram/SourceFiles/core/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
2424
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
2525
constexpr auto AppName = "Telegram Desktop"_cs;
2626
constexpr auto AppFile = "Telegram"_cs;
27-
constexpr auto AppVersion = 5013000;
28-
constexpr auto AppVersionStr = "5.13";
27+
constexpr auto AppVersion = 5013001;
28+
constexpr auto AppVersionStr = "5.13.1";
2929
constexpr auto AppBetaVersion = false;
3030
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;

Telegram/SourceFiles/media/stories/media_stories_reply.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ void ReplyArea::show(
841841
peer
842842
) | rpl::map([=](bool can) {
843843
using namespace HistoryView::Controls;
844-
return user->session().frozen()
844+
return peer->session().frozen()
845845
? WriteRestriction{ .type = WriteRestrictionType::Frozen }
846846
: (can
847847
|| !user

Telegram/build/version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
AppVersion 5013000
1+
AppVersion 5013001
22
AppVersionStrMajor 5.13
3-
AppVersionStrSmall 5.13
4-
AppVersionStr 5.13.0
3+
AppVersionStrSmall 5.13.1
4+
AppVersionStr 5.13.1
55
BetaChannel 0
66
AlphaVersion 0
7-
AppVersionOriginal 5.13
7+
AppVersionOriginal 5.13.1

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
5.13.1 (26.03.25)
2+
3+
- Fix crash in group/channel stories.
4+
15
5.13 (26.03.25)
26

37
- Allow transferring my unique gifts from Send Gift section.

0 commit comments

Comments
 (0)