2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Beta version 2.7.5.

- Add "Voice chats" filter in "Recent actions" for channels.
- Write local drafts to disk on a background thread.
- Support autoupdate for Telegram in write-protected folders on Linux.
- Fix crash in native notifications on Linux.
- Fix crash in file dialog on Linux.
This commit is contained in:
John Preston
2021-05-04 00:27:59 +04:00
parent 691dcb8ae1
commit f1a9884011
7 changed files with 37 additions and 17 deletions

View File

@@ -147,6 +147,18 @@ std::map<int, const char*> BetaLogs() {
"- MPRIS support on Linux.\n"
},
{
2007005,
"- Add \"Voice chats\" filter in \"Recent actions\" for channels.\n"
"- Write local drafts to disk on a background thread.\n"
"- Support autoupdate for Telegram in write-protected folders on Linux.\n"
"- Fix crash in native notifications on Linux.\n"
"- Fix crash in file dialog on Linux.\n"
},
};
};