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

Beta version 3.1.6.

- Show small media previews in chats list.
- Show media album previews and caption text in chats list.
- Add "Quick Reply" and "Mark as Read" to native Windows notifications.
This commit is contained in:
John Preston
2021-10-06 11:07:38 +04:00
parent e7cf560da0
commit c9b782fd63
7 changed files with 30 additions and 15 deletions

View File

@@ -87,6 +87,15 @@ std::map<int, const char*> BetaLogs() {
"- Implement main window rounded corners on Windows 11.\n"
"- Fix audio capture from AirPods on macOS.\n"
},
{
3001006,
"- Show small media previews in chats list.\n"
"- Show media album previews and caption text in chats list.\n"
"- Add \"Quick Reply\" and \"Mark as Read\" "
"to native Windows notifications.\n"
}
};
};