mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Beta version 3.0.2.
- Check who've seen your message in small groups from the context menu. - Enable recording with video in live streams and video chats.
This commit is contained in:
@@ -21,73 +21,6 @@ namespace {
|
||||
|
||||
std::map<int, const char*> BetaLogs() {
|
||||
return {
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
2007007,
|
||||
"- Optimized video playback in media viewer and Picture-in-Picture mode.\n"
|
||||
|
||||
"- Added integration with System Media Transport Controls on Windows 10.\n"
|
||||
|
||||
"- Added \"Now Playing\" integration for music playback on macOS.\n"
|
||||
|
||||
"- Added \"Archive Sticker\" into the \"...\" menu of the Sticker Set Box.\n"
|
||||
|
||||
"- Fixed memory not being freed on Linux.\n"
|
||||
|
||||
"- Several crash fixes.\n"
|
||||
},
|
||||
{
|
||||
2007009,
|
||||
"- Added \"Enable noise suppression\" option to group calls Settings.\n"
|
||||
|
||||
"- Fix media viewer with Retina + Non-Retina dual monitor setup on macOS.\n"
|
||||
|
||||
"- Several bug and crash fixes.\n"
|
||||
},
|
||||
{
|
||||
2007010,
|
||||
"- Added ability to mix together bold, italic and other formatting.\n"
|
||||
|
||||
"- Fix voice chats and video calls OpenGL with some drivers on Windows.\n"
|
||||
|
||||
"- Several bug fixes.\n"
|
||||
},
|
||||
{
|
||||
2008006,
|
||||
"- Added a simple image editor. "
|
||||
"Crop photos or highlight parts of screenshots before sending.\n"
|
||||
|
||||
"- Use Direct3D 9 backend in ANGLE by default (Windows).\n"
|
||||
|
||||
"- Fix \"Show in Finder\" not focusing the Finder window (macOS).\n"
|
||||
|
||||
"- Use GTK from a child process (Linux).\n"
|
||||
},
|
||||
{
|
||||
2008012,
|
||||
"- Change the default chat background.\n"
|
||||
|
||||
"- Add GIFs overview section in chats.\n"
|
||||
|
||||
"- Add a simple new messages animation.\n"
|
||||
|
||||
"- Use modern Telegram application icon.\n"
|
||||
|
||||
"- Use Direct3D 11 by default on Windows.\n"
|
||||
|
||||
"- Fix Direct3D acceleration on basic Windows 7 setup.\n"
|
||||
},
|
||||
{
|
||||
2009004,
|
||||
"- Choose one from dozens of new gorgeous animated backgrounds"
|
||||
@@ -108,6 +41,13 @@ std::map<int, const char*> BetaLogs() {
|
||||
2009013,
|
||||
"- See unread comments count when scrolling discussions in channels."
|
||||
},
|
||||
{
|
||||
3000002,
|
||||
"- Check who've seen your message in small groups "
|
||||
"from the context menu.\n"
|
||||
|
||||
"- Enable recording with video in live streams and video chats."
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user