mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Beta version 4.6.11.
- Allow larger interface scale values on high-dpi screens. - Implement new voice and video speed change interface (up to 2.5x). - Support global Fn+F shortcut to toggle fullscreen on macOS. - Silent notification sound in Focus Mode on macOS. - Fix media viewer on macOS with several screens. - Fix a crash in connection type box. - Fix possible crash on quit.
This commit is contained in:
@@ -103,6 +103,22 @@ std::map<int, const char*> BetaLogs() {
|
||||
"- Fix a crash in video chats on Windows.\n"
|
||||
|
||||
"- Fix a crash in audio speed change.\n"
|
||||
},
|
||||
{
|
||||
4006011,
|
||||
"- Allow larger interface scale values on high-dpi screens.\n"
|
||||
|
||||
"- Implement new voice and video speed change interface (up to 2.5x).\n"
|
||||
|
||||
"- Support global Fn+F shortcut to toggle fullscreen on macOS.\n"
|
||||
|
||||
"- Silent notification sound in Focus Mode on macOS.\n"
|
||||
|
||||
"- Fix media viewer on macOS with several screens.\n"
|
||||
|
||||
"- Fix a crash in connection type box.\n"
|
||||
|
||||
"- Fix possible crash on quit.\n"
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user