File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393- OTA updates
9494- Comma after mention usernames
9595- FastShare option on chats/groups
96+ - Disable AI editor
97+ - Unlimited local pinned chats
9698
9799</details >
98100
@@ -113,6 +115,9 @@ The latest version is available for
113115 - [Fedora/RPM](https://copr.fedorainfracloud.org/coprs/burhanverse/fagram/)
114116 - [Ubuntu/DEB](https://github.com/fagramdesktop/fagram-deb)
115117
118+ - MacOS
119+ - [DMG package/GitHub Release](https://github.com/fagramdesktop/fadesktop/releases)
120+
116121***For detailed instructions: [Click Here](https://burhanverse.eu.org/?article=fagram-desktop)***
117122
118123## <h2 border="none"><img src="https://github.com/hikariatama/assets/raw/master/981-consultation-flat.webp" height="54" align="middle">Translation</h2>
Original file line number Diff line number Diff line change 1010 <Identity Name =" FAgram.FAgramDesktop"
1111 ProcessorArchitecture =" ARCHITECTURE"
1212 Publisher =" CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
13- Version =" 2.2.2 .0" />
13+ Version =" 2.2.3 .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,2,2 ,0
48- PRODUCTVERSION 2,2,2 ,0
47+ FILEVERSION 2,2,3 ,0
48+ PRODUCTVERSION 2,2,3 ,0
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.2.2 .0"
65+ VALUE "FileVersion", "2.2.3 .0"
6666 VALUE "LegalCopyright", "Copyright (C) 2024-2026"
6767 VALUE "ProductName", "FAgram Desktop"
68- VALUE "ProductVersion", "2.2.2 .0"
68+ VALUE "ProductVersion", "2.2.3 .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,2,2 ,0
39- PRODUCTVERSION 2,2,2 ,0
38+ FILEVERSION 2,2,3 ,0
39+ PRODUCTVERSION 2,2,3 ,0
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.2.2 .0"
56+ VALUE "FileVersion", "2.2.3 .0"
5757 VALUE "LegalCopyright", "Copyright (C) 2024-2026"
5858 VALUE "ProductName", "FAgram Desktop"
59- VALUE "ProductVersion", "2.2.2 .0"
59+ VALUE "ProductVersion", "2.2.3 .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 = 2002002 ;
26- constexpr auto AppVersionStr = " 2.2.2 " ;
25+ constexpr auto AppVersion = 2002003 ;
26+ constexpr auto AppVersionStr = " 2.2.3 " ;
2727constexpr auto AppBetaVersion = false ;
2828constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION ;
Original file line number Diff line number Diff line change @@ -37,23 +37,6 @@ struct BuiltInChangelog {
3737
3838const std::vector<BuiltInChangelog> &GetBuiltInChangelogs () {
3939 static const std::vector<BuiltInChangelog> entries = {
40- {
41- 2002000 ,
42- " - Updated tdesktop to v6.6.2\n "
43- " - Extended peer menu options\n "
44- " - Fixed FAlang translation implementation\n "
45- " - Updated FAgram codebase\n "
46- " - Bug fixes\n\n "
47- " @FAgramDesktop\n "
48- },
49- {
50- 2002001 ,
51- " - Material Icons option\n "
52- " - Updated translations\n "
53- " - Fixed peer menu options\n "
54- " - Bug fixes\n\n "
55- " @FAgramDesktop\n "
56- },
5740 {
5841 2002002 ,
5942 " - Updated tdesktop to v6.7.3\n "
@@ -74,6 +57,15 @@ const std::vector<BuiltInChangelog> &GetBuiltInChangelogs() {
7457 " - Bug fixes\n\n "
7558 " @FAgramDesktop\n "
7659 },
60+ {
61+ 2002003 ,
62+ " - Updated tdesktop to v6.7.5\n "
63+ " - Unimited local pinned chats support\n "
64+ " - New Arabic translation\n "
65+ " - Fixed ChatThemeValueFromPeer function\n "
66+ " - Bug fixes\n\n "
67+ " @FAgramDesktop\n "
68+ },
7769 };
7870 return entries;
7971}
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 = 2002002 ;
12- constexpr auto AppFAVersionStr = " 2.2.2 " ;
11+ constexpr auto AppFAVersion = 2002003 ;
12+ constexpr auto AppFAVersionStr = " 2.2.3 " ;
1313constexpr auto AppTGDVersion = " 6.7.5" ;
1414constexpr auto AppFABetaVersion = false ;
Original file line number Diff line number Diff line change 1- AppVersion 2002002
2- AppVersionStrMajor 2.2
3- AppVersionStrSmall 2.2.2
4- AppVersionStr 2.2.2
1+ AppVersion 2002003
2+ AppVersionStrMajor 2.3
3+ AppVersionStrSmall 2.2.3
4+ AppVersionStr 2.2.3
55BetaChannel 0
66AlphaVersion 0
7- AppVersionOriginal 2.2.2
7+ AppVersionOriginal 2.2.3
Original file line number Diff line number Diff line change 1+ 2.2.3 (11.04.26)
2+
3+ - Updated tdesktop to v6.7.5
4+ - Unimited local pinned chats support
5+ - New Arabic translation
6+ - Fixed ChatThemeValueFromPeer function
7+ - Bug fixes
8+
192.2.2 (06.04.26)
210
311- Updated tdesktop to v6.7.3
You can’t perform that action at this time.
0 commit comments