@@ -37,19 +37,6 @@ struct BuiltInChangelog {
3737
3838const std::vector<BuiltInChangelog> &GetBuiltInChangelogs () {
3939 static const std::vector<BuiltInChangelog> entries = {
40- {
41- 2001000 ,
42- " - Updated to tdesktop v6.3.10.beta\n "
43- " - Added support for tg://chat?id= links, similar to tg://user?id=, but for groups and channels.\n "
44- " - Use FAgram title on more UI-visible occurrences\n "
45- " - Removed TZ info from message time\n "
46- " - Fix quote & reply on context menu shortcuts mode\n "
47- " - Added support tg://openmessage?chat_id=\n "
48- " - Updated changelog service notification\n "
49- " - Fix disable ads on global search results\n "
50- " - Fix overall behaviour of context menu shortcuts mode\n\n "
51- " @FAgramDesktop\n "
52- },
5340 {
5441 2001001 ,
5542 " - Added user status dot for online/offline activity\n "
@@ -79,7 +66,22 @@ const std::vector<BuiltInChangelog> &GetBuiltInChangelogs() {
7966 " - Fixed context menu shortcut icons mode\n\n "
8067 " @FAgramDesktop\n "
8168
82- }
69+ },
70+ {
71+ 2001005 ,
72+ " - Added option to auto parse markdown hyperlinks\n "
73+ " - Added option to hide sidebar tab titles\n "
74+ " - Added option to show online status dot only\n "
75+ " - New category for context menu settings options\n "
76+ " - Now black dot shows for any user with 'Last seen a long time ago' status\n "
77+ " - Show forward without captions option on single-item forward submenu\n "
78+ " - Updated userpic/avatar rounding to apply in group comments preview too\n "
79+ " - What's New! chat is now toggleable\n "
80+ " - Updated translations\n "
81+ " - Updated source URLs\n "
82+ " - Some code optimizations\n\n "
83+ " @FAgramDesktop\n "
84+ },
8385 };
8486 return entries;
8587}
0 commit comments