File tree Expand file tree Collapse file tree 8 files changed +38
-29
lines changed
Expand file tree Collapse file tree 8 files changed +38
-29
lines changed Original file line number Diff line number Diff line change 1010 <Identity Name =" TelegramMessengerLLP.TelegramDesktop"
1111 ProcessorArchitecture =" ARCHITECTURE"
1212 Publisher =" CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
13- Version =" 2.1.3 .0" />
13+ Version =" 2.1.4 .0" />
1414 <Properties >
1515 <DisplayName >FAgram Desktop</DisplayName >
1616 <PublisherDisplayName >Burhanverse</PublisherDisplayName >
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon.ico"
4444//
4545
4646VS_VERSION_INFO VERSIONINFO
47- FILEVERSION 2,1,0,3
48- PRODUCTVERSION 2,1,0,3
47+ FILEVERSION 2,1,0,4
48+ PRODUCTVERSION 2,1,0,4
4949 FILEFLAGSMASK 0x3fL
5050#ifdef _DEBUG
5151 FILEFLAGS 0x1L
@@ -62,10 +62,10 @@ BEGIN
6262 BEGIN
6363 VALUE "CompanyName", "FAteam"
6464 VALUE "FileDescription", "FAgram Desktop"
65- VALUE "FileVersion", "2.1.3 .0"
65+ VALUE "FileVersion", "2.1.4 .0"
6666 VALUE "LegalCopyright", "Copyright (C) 2024-2026"
6767 VALUE "ProductName", "FAgram Desktop"
68- VALUE "ProductVersion", "2.1.3 .0"
68+ VALUE "ProductVersion", "2.1.4 .0"
6969 END
7070 END
7171 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3535//
3636
3737VS_VERSION_INFO VERSIONINFO
38- FILEVERSION 2,1,0,3
39- PRODUCTVERSION 2,1,0,3
38+ FILEVERSION 2,1,0,4
39+ PRODUCTVERSION 2,1,0,4
4040 FILEFLAGSMASK 0x3fL
4141#ifdef _DEBUG
4242 FILEFLAGS 0x1L
@@ -53,10 +53,10 @@ BEGIN
5353 BEGIN
5454 VALUE "CompanyName", "FAteam"
5555 VALUE "FileDescription", "FAgram Desktop"
56- VALUE "FileVersion", "2.1.3 .0"
56+ VALUE "FileVersion", "2.1.4 .0"
5757 VALUE "LegalCopyright", "Copyright (C) 2024-2026"
5858 VALUE "ProductName", "FAgram Desktop"
59- VALUE "ProductVersion", "2.1.3 .0"
59+ VALUE "ProductVersion", "2.1.4 .0"
6060 END
6161 END
6262 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ constexpr auto AppId = "{bce922fb-9080-4f17-b79a-6d7ecfc98e00}"_cs;
2222constexpr auto AppNameOld = " Telegram Win (Unofficial)" _cs;
2323constexpr auto AppName = " FAgram Desktop" _cs;
2424constexpr auto AppFile = " FAgram" _cs;
25- constexpr auto AppVersion = 2001003 ;
26- constexpr auto AppVersionStr = " 2.1.3 " ;
25+ constexpr auto AppVersion = 2001004 ;
26+ constexpr auto AppVersionStr = " 2.1.4 " ;
2727constexpr auto AppBetaVersion = false ;
2828constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
Original file line number Diff line number Diff line change @@ -37,17 +37,6 @@ struct BuiltInChangelog {
3737
3838const std::vector<BuiltInChangelog> &GetBuiltInChangelogs () {
3939 static const std::vector<BuiltInChangelog> entries = {
40- {
41- 2000009 ,
42- " - Updated to tdesktop v6.3.9\n "
43- " - New context menu shortcuts\n "
44- " - Service notifications for changelogs\n "
45- " - Reply in Private Chat\n "
46- " - Advanced forward options\n "
47- " - Support tg://openmessage links\n "
48- " - Fixed registration timestamps\n\n "
49- " @FAgramDesktop\n "
50- },
5140 {
5241 2001000 ,
5342 " - Updated to tdesktop v6.3.10.beta\n "
@@ -80,6 +69,17 @@ const std::vector<BuiltInChangelog> &GetBuiltInChangelogs() {
8069 " - Improved changelog peer chat implementation\n\n "
8170 " @FAgramDesktop\n "
8271 },
72+ {
73+ 2001004 ,
74+ " - Updated tdesktop to v6.4.2\n "
75+ " - New redesigned App icon\n "
76+ " - Updated corwdin translations\n "
77+ " - Added Turkish(tr) translation\n "
78+ " - Removed old Beta channel links\n "
79+ " - Fixed context menu shortcut icons mode\n\n "
80+ " @FAgramDesktop\n "
81+
82+ }
8383 };
8484 return entries;
8585}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ For license and copyright information please follow this link:
88
99#pragma once
1010
11- constexpr auto AppFAVersion = 2001003 ;
12- constexpr auto AppFAVersionStr = " 2.1.3 " ;
13- constexpr auto AppTGDVersion = " 6.4.1 " ;
11+ constexpr auto AppFAVersion = 2001004 ;
12+ constexpr auto AppFAVersionStr = " 2.1.4 " ;
13+ constexpr auto AppTGDVersion = " 6.4.2 " ;
1414constexpr auto AppFABetaVersion = false ;
Original file line number Diff line number Diff line change 1- AppVersion 2001003
1+ AppVersion 2001004
22AppVersionStrMajor 2.1
3- AppVersionStrSmall 2.1.3
4- AppVersionStr 2.1.3
3+ AppVersionStrSmall 2.1.4
4+ AppVersionStr 2.1.4
55BetaChannel 0
66AlphaVersion 0
7- AppVersionOriginal 2.1.3
7+ AppVersionOriginal 2.1.4
Original file line number Diff line number Diff line change 1+ 2.1.4 (14.01.26)
2+
3+ - Updated tdesktop to v6.4.2
4+ - New redesigned App icon
5+ - Updated corwdin translations
6+ - Added Turkish(tr) translation
7+ - Removed old Beta channel links
8+ - Fixed context menu shortcut icons mode
9+
1102.1.3 (06.01.26)
211
312- Updated tdesktop to v6.4.1
You can’t perform that action at this time.
0 commit comments